September 2018
Intermediate to advanced
264 pages
7h 26m
English
Monitoring the function is essential. It will give a good view of how our function or app is performing with traffic and also when it scales and descales. Azure Function has built-in integration with Azure application insight. Application insight is built in an APM (application performance management) service by Azure. We can configure application insight during the creation of a function app and send the telemetric data to Application Insights. Create a new function app and set the Application Insights switch On and the Application Insights Location:

We can see the performance graph in the Metrics Explorer
Read now
Unlock full access