Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.06 KB

challenge-05.md

File metadata and controls

23 lines (13 loc) · 1.06 KB

Challenge 5: Operational dashboards

< Previous Challenge - Home - Next Challenge >

Introduction

Azure Application Insights provides app specific metrics. But what if we'd like to monitor the infrastructure, CPU usage on App Service Plan, or the database?

Description

Create a dashboard that includes Azure Application Insights metrics for average response time, number of total and failed requests and Azure Monitor metrics for the App Service average CPU/Memory utilization as well as for MySQL database CPU/Memory utilization.

Success Criteria

  1. Verify that the dashboard contains widgets for all of the metrics mentioned in the description
  2. No files should be modified for this challenge

Learning Resources

Next Challenge - It's all about the scale >