From the course: Microsoft Azure Developer Associate (AZ-204) Exam Tips

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Monitoring and logging

Monitoring and logging - Azure Tutorial

From the course: Microsoft Azure Developer Associate (AZ-204) Exam Tips

Start my 1-month free trial

Monitoring and logging

- [Instructor] The second half of this section is focused on how to instrument solutions to support monitoring and logging in Azure. This includes how to configure Application Insights and how to implement app insights, web tests, and alerts. You'll also need to understand how to use Azure Monitor to analyze and diagnose failures, and finally, how to implement code which protects against transient failures. Application Insights is used for monitoring a huge range of Azure services. If for example, we have deployed a function app and provided that app with an Application Insights instrumentation key, then any logging from the functions will be sent through to the Application Insights' instance. You can then view this log telemetry and diagnose metrics from the application from within the portal. If we head over to the portal, we can see how this works. Here, on the landing page, we see live metrics from the function app.…

Contents