Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.52 KB

Challenge-05.md

File metadata and controls

29 lines (16 loc) · 1.52 KB

Challenge 05 - Add Application Monitoring

< Previous Challenge - Home - Next Challenge >

Introduction

We've got our app running, but how do we know how well it's performing? Let's instrument Application Insights so you can see what's happening inside the app.

Add Application Monitoring

Description

  • You'll find the app is already wired up for Application Insights, you just need to populate app settings configuration with your own Application Insights connection string. Once you have the connection string, start using the app to see metrics.

Success Criteria

To complete this challenge successfully, you should be able to:

  • Validate that your app is sending data to Application Insights while running your application both locally and in Azure App Service. Make sure you are leveraging the proper way to set the ConnectionString (i.e. in docker-compose.yaml file for local and in Azure App Service's AppSettings) via environment variables.
  • Build a dashboard in the Azure Portal for viewing performance of the app.

Learning Resources

Tips

  • GameLength is a Custom Metric, you should see it populate in the Metrics after you run a game.