Monitoring is an essential part of the software development lifecycle. Without proper monitoring, it would be challenging to improve an application by identifying bugs or increasing the performance. You can monitor Azure Functions using Application Insights.
Since Application Insights is a big topic, we will not be able to cover every single detail of it in this chapter. Rather, you will learn about telemetry and how to monitor Azure Functions with Application ...