You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-testing/resource-limits-quotas-capacity.md
+37-8Lines changed: 37 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,55 @@ ms.service: load-testing
7
7
ms.topic: reference
8
8
ms.author: nicktrog
9
9
author: ntrogh
10
-
ms.date: 06/20/2022
10
+
ms.date: 08/30/2022
11
11
---
12
12
13
13
# Service limits in Azure Load Testing Preview
14
14
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.
16
19
17
20
> [!IMPORTANT]
18
21
> 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/).
19
22
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
21
37
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 |
23
50
|---------|---------|
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.
26
55
27
-
## Increase quotas
56
+
## Request quota increases
28
57
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.
0 commit comments