Challenge 11 – Monitoring: Application Insights

< Previous Challenge - Home

Introduction

To bring our DevOps journey full circle we need to understand what is happening in our deployed environments. It is too late for us to find out about a problem, by the time our users are complaining about it. It is also imperative to know about not only the performance of the site, but also the impact positive or negative a feature has had on our users. Please take a moment to review the articles below to gain a better understanding of the importance of monitoring and Application Insights, one of the tools we have to make it easy in Azure.

  1. What is Monitoring?
  2. What is Application Insights?

Challenge

In this challenge we will look at some of the telemetry that has already been collected by our running instance from Application Insights, injected into the Azure resources created back in our earlier Infrastructure-as-code challenge.

Success Criteria

Advanced Challenges (optional)

< Previous Challenge - Home