Skip to content

Commit 3eb9019

Browse files
committed
Added data retention and restructured
1 parent 025eea0 commit 3eb9019

File tree

1 file changed

+36
-10
lines changed

1 file changed

+36
-10
lines changed

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

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,50 @@ ms.date: 08/30/2022
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 |
26-
|Maximum engine instances per test run | 45 |
27-
|Maximum test duration | 3 hours |
28-
|Data retention policy | 90 days |
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.
2955

30-
## Increase quotas
56+
## Request quota increases
3157

32-
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.
3359

3460
1. Select **create a support ticket**.
3561

0 commit comments

Comments
 (0)