Skip to content

Commit a9306db

Browse files
authored
Merge pull request #300021 from vvs11/vvs11-actionable-insights
add actionable insights docs
2 parents 7d3d960 + b1a16f6 commit a9306db

File tree

6 files changed

+59
-0
lines changed

6 files changed

+59
-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 analyze test results 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+
3. Azure Load Testing generates actionable insights on demand. If you're visiting the test run dashboard for the first time, 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+
> [!TIP]
39+
> 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.
40+
41+
4. The service generates insights and displays a summary and key insights in the same section. To explore further, select **View detailed insights**.
42+
43+
:::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":::
44+
45+
5. In the detailed insights view, you can explore what went wrong during the test, supporting evidence, and recommended next steps.
46+
47+
48+
> [!CAUTION]
49+
> AI-generated insights might 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-analyze-test-results-using-actionable-insights.md)

articles/load-testing/index.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,11 @@ landingContent:
106106
url: how-to-compare-multiple-test-runs.md
107107
- text: Configure server-side monitoring
108108
url: how-to-monitor-server-side-metrics.md
109+
- text: Analyze test results with AI powered actionable insights
110+
url: how-to-analyze-test-results-using-actionable-insights.md
109111
- text: Export test results for custom reporting
110112
url: how-to-export-test-results.md
113+
111114

112115
# Card
113116
- title: Security
74.7 KB
Loading
84.6 KB
Loading

articles/load-testing/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ items:
8383
href: how-to-compare-multiple-test-runs.md
8484
- name: Configure server-side monitoring
8585
href: how-to-monitor-server-side-metrics.md
86+
- name: Analyze test results using AI
87+
href: how-to-analyze-test-results-using-actionable-insights.md
8688
- name: Diagnose failing load tests
8789
href: how-to-diagnose-failing-load-test.md
8890
- name: Export test results

0 commit comments

Comments
 (0)