Skip to content

Commit 9199e1d

Browse files
committed
add actionable insights docs
1 parent 6474c61 commit 9199e1d

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Analyze test results using Actionable Insights
3+
titleSuffix: Azure Load Testing
4+
description: Learn how to analyse test resulsts using AI powered actionable insights
5+
services: load-testing
6+
ms.service: azure-load-testing
7+
ms.author: vanshsingh
8+
author: vanshsingh
9+
ms.date: 05/19/2025
10+
ms.topic: how-to
11+
12+
---
13+
# Use Actionable Insights to troubleshoot load test results (Preview)
14+
15+
In this article, you learn how to use **AI-powered Actionable Insights** in Azure Load Testing to identify and troubleshoot performance issues in your application. This feature analyzes your test run data using AI to highlight key issues—such as latency spikes, throughput drops, or backend resource bottlenecks—and provides recommended next steps.
16+
17+
18+
You can view actionable insights directly in the test run dashboard after your test completes.
19+
20+
## Prerequisites
21+
22+
- An Azure account with an active subscription. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
23+
- An Azure load testing resource. To create a load testing resource, see [Create and run a load test](./quickstart-create-and-run-load-test.md).
24+
- Server-side metrics enabled for your test run. For best results, see [Monitor server-side application metrics by using Azure Load Testing](./how-to-monitor-server-side-metrics.md)
25+
26+
## View actionable insights for a test run
27+
28+
To view actionable insights for a completed test:
29+
30+
1. In the Azure portal, go to your Azure Load Testing resource.
31+
32+
2. Select **Tests**, and choose the relevant test run.
33+
34+
2. Actionable insights are generated on demand. If this is your first time visiting the test run dashboard, expand the **AI summary and insights** section, and select **Generate insights**.
35+
36+
:::image type="content" source="media/how-to-analyze-test-results-using-actionable-insights/generate-insight.png" alt-text="Screenshot that shows the 'Generate insights' action for a test run." lightbox="media/how-to-analyze-test-results-using-actionable-insights/generate-insight.png":::
37+
38+
3. Once insights are generated, a summary and key insights are displayed in the same section. To explore further, select **View detailed insights**.
39+
40+
:::image type="content" source="media/how-to-analyze-test-results-using-actionable-insights/view-detailed-insights.png" alt-text="Screenshot that shows 'View detailed insights' section." lightbox="media/how-to-analyze-test-results-using-actionable-insights/view-detailed-insights.png":::
41+
42+
4. In the detailed insights view, you can explore what went wrong during the test, supporting evidence, and recommended next steps.
43+
44+
45+
> [!TIP]
46+
> For the best insights, configure server-side metrics. The AI engine correlates client-side and server-side data to generate more accurate diagnostics and recommendations.
47+
48+
> [!CAUTION]
49+
> AI-generated insights may not always be accurate. We recommend reviewing the evidence and validating with your application’s telemetry
50+
51+
## Related content
52+
53+
- [View metrics trends and compare load test results to identify performance regressions](./how-to-compare-multiple-test-runs.md).

articles/load-testing/how-to-monitor-server-side-metrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ Use the following steps to view and update the list of resource metrics for a lo
7575
## Related content
7676

7777
- [View metrics trends and compare load test results to identify performance regressions](./how-to-compare-multiple-test-runs.md).
78+
- [Use AI powered Actionable Insights to troubleshoot load test results (Preview)](./how-to-analyse-test-resuts-using-actionable-insights.md)
74.7 KB
Loading
84.6 KB
Loading

0 commit comments

Comments
 (0)