Application Insights is an application performance management service. Once you integrate Application Insights into your application, it will start sending telemetry data to your Application Insights account, which is hosted on the cloud. In this recipe, you will learn how simple it is to integrate Azure Functions with Application Insights.
Integrating Azure Functions with Application Insights
Getting ready
We created an Application Insights account in the Testing and validating Azure Functions responsiveness using Application Insights recipe of Chapter 5, Exploring Testing Tools for the Validation of Azure Functions. Create an account, if you haven't already done so, by performing the following steps:
- Navigate to the...