Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 756 Bytes

Demo.md

File metadata and controls

24 lines (12 loc) · 756 Bytes

AZ-203 Demo : Troubleshooting with AI.

In this demo you will find out how to use Application Insights Map and troubleshot exceptions.

Technical requirements:

  • App Insights instance you setup before.

Demonstration:

  1. From the Azure portal find and open the Application Map. After a few minutes after the requests you made for your website you should see the instance of DB and Storage Account and Web site on the map.

    map

  2. Set mouse pointer to DB to see statistics.

  3. You also can observe the SQL commands that send to the SQL DB when you choice exact page request.

  4. Check errors count and navigate to the error list

    exception

  5. Click on investigate failure to get more about errors.