Skip to content

Commit 552a2a7

Browse files
authored
Merge pull request #210207 from ntrogh/alt-service-limits
[Azure Load Testing] Updated service limits
2 parents ce7f3c3 + 3eb9019 commit 552a2a7

File tree

1 file changed

+37
-8
lines changed

1 file changed

+37
-8
lines changed

articles/load-testing/resource-limits-quotas-capacity.md

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,55 @@ ms.service: load-testing
77
ms.topic: reference
88
ms.author: nicktrog
99
author: ntrogh
10-
ms.date: 06/20/2022
10+
ms.date: 08/30/2022
1111
---
1212

1313
# Service limits in Azure Load Testing Preview
1414

15-
This section lists basic quotas and limits for Azure Load Testing Preview.
15+
Azure uses limits and quotas to prevent budget overruns due to fraud, and to honor Azure capacity constraints. Consider these limits as you scale for production workloads. In this article, you learn about:
16+
17+
- Default limits on Azure resources related to Azure Load Testing Preview.
18+
- Requesting quota increases.
1619

1720
> [!IMPORTANT]
1821
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1922
20-
## Limits
23+
## Default resource quotas
24+
25+
In this section, you learn about the default and maximum quota limits.
26+
27+
### Test engine instances
28+
29+
The following limits apply on a per-region, per-subscription basis.
30+
31+
| Resource | Limit |
32+
|---------|---------|
33+
| Concurrent engine instances | 100 |
34+
| Engine instances per test run | 45 |
35+
36+
### Test runs
2137

22-
|Resource |Limit |
38+
The following limits apply on a per-region, per-subscription basis.
39+
40+
| Resource | Limit |
41+
|---------|---------|
42+
| Concurrent test runs | 25 |
43+
| Test duration | 3 hours |
44+
45+
### Data retention
46+
47+
When you run a load test, Azure Load Testing stores both client-side and [server-side metrics](./how-to-monitor-server-side-metrics.md) for the test run. Azure Load Testing has a per-test-run limit on the retention period for this data:
48+
49+
| Resource | Limit |
2350
|---------|---------|
24-
|Maximum concurrent engine instances that can be utilized per region per subscription | 100 |
25-
|Maximum concurrent test runs per region per subscription | 25 |
51+
| Server-side metrics | 90 days |
52+
| Client-side metrics | 365 days |
53+
54+
The test run associated with the load test isn't removed.
2655

27-
## Increase quotas
56+
## Request quota increases
2857

29-
You can increase the default limits and quotas by requesting the increase through an [Azure support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
58+
To raise the limit or quota above the default limit, [open an online customer support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest) at no charge.
3059

3160
1. Select **create a support ticket**.
3261

0 commit comments

Comments
 (0)