Skip to content

Commit 21add6a

Browse files
committed
Refreshed content
1 parent 5460636 commit 21add6a

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

articles/load-testing/how-to-appservice-insights.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,43 +26,47 @@ Azure Load Testing Preview collects detailed resource metrics to help you identi
2626
- An Azure Load Testing resource. If you need to create an Azure Load Testing resource, see the quickstart [Create and run a load test](./quickstart-create-and-run-load-test.md).
2727
- An Azure App Service workload that you're running a load test against and that you've added to the app components to monitor during the load test.
2828

29-
## Get more insights when you test an App Service workload
29+
## Use App Service diagnostics for your load test
3030

31-
In this section, you use [App Service diagnostics](/azure/app-service/overview-diagnostics.md) to get more insights from load testing an Azure App Service workload.
31+
Azure Load Testing lets you monitor server-side metrics for your Azure app components for a load test. You can then visualize and analyze these metrics in the Azure Load Testing dashboard.
3232

33-
1. In the [Azure portal](https://portal.azure.com), go to your Azure Load Testing resource.
33+
When the application you're load testing is hosted on Azure App Service, you can get additional insights by using [App Service diagnostics](/azure/app-service/overview-diagnostics.md).
3434

35-
1. On the left pane, select **Tests** to view the list of tests, and then select your test.
35+
To view the App Service diagnostics information for your application under load test:
3636

37-
1. On the test runs page, select **Configure**, and then select **App Components** to add or remove Azure resources to monitor during the load test.
37+
1. Go to the [Azure portal](https://portal.azure.com).
3838

39-
:::image type="content" source="media/how-to-appservice-insights/configure-app-components.png" alt-text="Screenshot that shows the 'Configure' and 'App Components' buttons for configuring the load test.":::
39+
1. Add your App Service resource to the load test app components. Follow the steps in [monitor server-side metrics](./how-to-monitor-server-side-metrics.md) to add your app service.
4040

41-
1. Select the **Monitoring** tab, and then add your app service to the list of app components to monitor.
41+
:::image type="content" source="media/how-to-appservice-insights/test-monitoring-app-service.png" alt-text="Screenshot of the Monitoring tab when editing a load test in the Azure portal, highlighting the App Service resource.":::
4242

43-
:::image type="content" source="media/how-to-appservice-insights/test-monitoring-app-service.png" alt-text="Screenshot of the 'Edit test' pane for selecting and app service resource to monitor.":::
44-
45-
1. Select **Run** to execute the load test.
43+
1. Select **Run** to run the load test.
4644

4745
After the test finishes, you'll notice a section about App Service on the test result dashboard.
4846

49-
1. Select the **here** link in the App Service message.
47+
:::image type="content" source="media/how-to-appservice-insights/test-result-app-service-diagnostics.png" alt-text="Screenshot that shows the 'App Service' section on the load testing dashboard in the Azure portal.":::
48+
49+
1. Select the hyperlink in the App Service message to view the App Service diagnostics information.
5050

51-
:::image type="content" source="media/how-to-appservice-insights/test-result-app-service-diagnostics.png" alt-text="Screenshot that shows the 'App Service' section on the test result dashboard.":::
51+
App Service diagnostics enables you to view in-depth information and dashboard about the performance, resource usage, and stability of your app service.
5252

53-
Your Azure App Service **Availability and Performance** page opens, which displays your App Service diagnostics.
53+
In the screenshot, you notice that there are concerns about the CPU usage, app performance, and failed requests.
5454

5555
:::image type="content" source="media/how-to-appservice-insights/app-diagnostics-overview.png" alt-text="Screenshot that shows the App Service diagnostics overview page, with a list of interactive reports on the left pane.":::
5656

57-
1. On the left pane, select any of the various interactive reports that are available in App Service diagnostics.
57+
On the left pane, you can drill deeper into specific issues by selecting one the diagnostics reports. For example, the following screenshot shows the **High CPU Analysis** report.
5858

5959
:::image type="content" source="media/how-to-appservice-insights/app-diagnostics-high-cpu.png" alt-text="Screenshot that shows the App Service diagnostics CPU usage report.":::
6060

61-
> [!IMPORTANT]
61+
The following screenshots shows the **Web App Slow** report, which gives details and recommendations about application performance.
62+
63+
:::image type="content" source="media/how-to-appservice-insights/app-diagnostics-web-app-slow.png" alt-text="Screenshot that shows the App Service diagnostics slow application report.":::
64+
65+
> [!NOTE]
6266
> It can take up to 45 minutes for the insights data to be displayed on this page.
6367
6468
## Next steps
6569

66-
- Learn how to [identify performance bottlenecks](./tutorial-identify-bottlenecks-azure-portal.md) for Azure applications.
6770
- Learn how to [parameterize a load test with secrets and environment variables](./how-to-parameterize-load-tests.md).
71+
- Learn how to [identify performance bottlenecks](./tutorial-identify-bottlenecks-azure-portal.md) for Azure applications.
6872
- Learn how to [configure automated performance testing](./tutorial-identify-performance-regression-with-cicd.md).

0 commit comments

Comments
 (0)