AI Portal : Common Steps to debug performance issues

Here are common steps I use during troubleshooting performance issues in the Application Insights portal :

  1. Log into portal.azure.com

  2. Navigate to your Application Insight instance

  3. In the overview tab, click on the Search button as shown below

    AI_1

  4. Click on the Time range button and select a time range that is closer to the perf issue

    AI_2

  5. Now click on the Filters button

    AI_3

  6. In the filters blade, look for Request Performance and click on the Show More

    AI_4

  7. Select the long running requests as shown below and click on Done button

    AI_5

  8. Now you should see only long running requests. Click on one of the long running requests

    AI_6

  9. In this request blade you should see the dependency calls. This show when the dependency call was invoked and how long it took to execute

    AI_7

  10. To get more details on this specific request, click on the All available telemetry for this operation  and you should see trace statement, custom events, page view, dependency calls, exception if any for this Request as shown below

    AI_8