Skip to content

Commit 7111015

Browse files
authored
Merge pull request #202140 from ntrogh/alt-resource-limits
[Azure Load Testing] Add service limits topic
2 parents 692cd3c + 0840202 commit 7111015

File tree

4 files changed

+55
-25
lines changed

4 files changed

+55
-25
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ For more information, see [Functions Hosting plans comparison](../../azure-funct
141141

142142
[!INCLUDE [container-service-limits](../../../includes/container-service-limits.md)]
143143

144+
## Azure Load Testing limits
145+
146+
For Azure Load Testing limits, see [Service limits in Azure Load Testing](../../load-testing/resource-limits-quotas-capacity.md).
147+
144148
## Azure Machine Learning limits
145149

146150
The latest values for Azure Machine Learning Compute quotas can be found in the [Azure Machine Learning quota page](../../machine-learning/how-to-manage-quotas.md)

articles/load-testing/how-to-high-scale-load.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-testing
66
ms.service: load-testing
77
ms.author: nicktrog
88
author: ntrogh
9-
ms.date: 11/30/2021
9+
ms.date: 06/20/2022
1010
ms.topic: how-to
1111

1212
---
@@ -71,31 +71,8 @@ In this section, you configure the scaling settings of your load test.
7171

7272
1. Select **Apply** to modify the test and use the new configuration when you rerun it.
7373

74-
## Service quotas and limits
75-
76-
All Azure services set default limits and quotas for resources and features. The following table describes the maximum limits for Azure Load Testing.
77-
78-
|Resource |Limit |
79-
|---------|---------|
80-
|Maximum concurrent engine instances that can be utilized per region per subscription | 100 |
81-
|Maximum concurrent test runs per region per subscription | 25 |
82-
83-
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).
84-
85-
1. Select **create a support ticket**.
86-
87-
1. Provide a summary of your issue.
88-
89-
1. Select **Issue type** as *Technical*.
90-
91-
1. Select your subscription. Then, select **Service Type** as *Azure Load Testing - Preview*.
92-
93-
1. Select **Problem type** as *Test Execution*.
94-
95-
1. Select **Problem subtype** as *Provisioning stalls or fails*.
96-
9774
## Next steps
9875

9976
- For more information about comparing test results, see [Compare multiple test results](./how-to-compare-multiple-test-runs.md).
100-
10177
- To learn about performance test automation, see [Configure automated performance testing](./tutorial-cicd-azure-pipelines.md).
78+
- More information about [service limits and quotas in Azure Load Testing](./resource-limits-quotas-capacity.md).
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Service limits
3+
titleSuffix: Azure Load Testing
4+
description: 'Service limits used for capacity planning and configuring high-scale load tests in Azure Load Testing.'
5+
services: load-testing
6+
ms.service: load-testing
7+
ms.topic: reference
8+
ms.author: nicktrog
9+
author: ntrogh
10+
ms.date: 06/20/2022
11+
---
12+
13+
# Service limits in Azure Load Testing Preview
14+
15+
This section lists basic quotas and limits for Azure Load Testing Preview.
16+
17+
> [!IMPORTANT]
18+
> 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+
20+
## Limits
21+
22+
|Resource |Limit |
23+
|---------|---------|
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+
27+
## Increase quotas
28+
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).
30+
31+
1. Select **create a support ticket**.
32+
33+
1. Provide a summary of your issue.
34+
35+
1. Select **Issue type** as *Technical*.
36+
37+
1. Select your subscription. Then, select **Service Type** as *Azure Load Testing - Preview*.
38+
39+
1. Select **Problem type** as *Test Execution*.
40+
41+
1. Select **Problem subtype** as *Provisioning stalls or fails*.
42+
43+
## Next steps
44+
45+
- Learn how to [set up a high-scale load test](./how-to-high-scale-load.md).
46+
- Learn how to [configure automated performance testing](./tutorial-cicd-azure-pipelines.md).

articles/load-testing/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Azure Load Testing docs
23
href: index.yml
34
- name: Overview
@@ -84,3 +85,5 @@
8485
href: https://azure.microsoft.com/regions/services/
8586
- name: Supported Azure resource types
8687
href: resource-supported-azure-resource-types.md
88+
- name: Service limits
89+
href: resource-limits-quotas-capacity.md

0 commit comments

Comments
 (0)