Skip to content

Commit 1a4d5ac

Browse files
Merge pull request #253246 from rsgel/20230928-chaos-quota
updating Chaos Studio limit documentation
2 parents f0a8e28 + 9d1d0e8 commit 1a4d5ac

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

articles/chaos-studio/chaos-studio-service-limits.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,33 @@ ms.author: prashabora
66
ms.service: chaos-studio
77
ms.date: 11/01/2021
88
ms.topic: reference
9-
ms.custom: ignite-fall-2021
9+
ms.custom:
1010
---
1111

1212
# Azure Chaos Studio Preview service limits
13-
This article provides service limits for Azure Chaos Studio Preview.
13+
This article provides service limits for Azure Chaos Studio Preview. For more information about Azure-wide service limits and quotas, see [Azure subscription and service limits, quotas, and constraints](../azure-resource-manager/management/azure-subscription-service-limits.md).
1414

1515
## Experiment and target limits
1616

17-
Chaos Studio applies limits to the number of objects, duration of activities, and retention of data.
17+
Chaos Studio applies limits to the number of resources, duration of activities, and retention of data.
1818

19-
| Limit | Value |
20-
|--|--|
21-
| Actions per experiment | 9 |
22-
| Branches per experiment | 9 |
23-
| Steps per experiment | 4 |
24-
| Action duration (hours) | 12 |
25-
| Concurrent experiments executing per region and subscription | 5 |
26-
| Total experiment duration (hours) | 12 |
27-
| Number of experiments per region and subscription | 500 |
28-
| Number of targets per action | 50 |
29-
| Number of active agents per target | 1,000 |
30-
| Number of targets per region and subscription | 10,000 |
19+
| Limit | Value | Description |
20+
|--|--|--|
21+
| Actions per experiment | 9 | The maximum number of actions (such as faults or time delays) in an experiment. |
22+
| Branches per experiment | 9 | The maximum number of parallel tracks that can execute within an experiment. |
23+
| Steps per experiment | 4 | The maximum number of steps that execute in series within an experiment. |
24+
| Action duration (hours) | 12 | The maximum time duration of an individual action. |
25+
| Total experiment duration (hours) | 12 | The maximum duration of an individual experiment, including all actions. |
26+
| Concurrent experiments executing per region and subscription | 5 | The number of experiments that can run at the same time within a region and subscription. |
27+
| Experiment history retention time (days) | 120 | The time period after which individual results of experiment executions are automatically removed. |
28+
| Number of experiment resources per region and subscription | 500 | The maximum number of experiment resources a subscription can store in a given region. |
29+
| Number of targets per action | 50 | The maximum number of resources an individual action can target for execution. For example, the maximum Virtual Machines that can be shut down by a single Virtual Machine Shutdown fault. |
30+
| Number of agents per target | 1,000 | The maximum number of running that can be associated with a single target. For example, the agents running on all instances within a single Virtual Machine Scale Set. |
31+
| Number of targets per region and subscription | 10,000 | The maximum number of target resources within a single subscription and region. |
3132

3233
## API throttling limits
3334

34-
Chaos Studio applies limits to all Azure Resource Manager operations. Requests made over the limit are throttled. All request limits are applied for a five-minute interval unless otherwise specified.
35+
Chaos Studio applies limits to all Azure Resource Manager operations. Requests made over the limit are throttled. All request limits are applied for a **five-minute interval** unless otherwise specified. For more information about Azure Resource Manager requests, see [Throttling Resource Manager requests](../azure-resource-manager/management/request-limits-and-throttling.md).
3536

3637
| Operation | Requests |
3738
|--|--|
@@ -50,3 +51,4 @@ Chaos Studio applies limits to all Azure Resource Manager operations. Requests m
5051
| Microsoft.Chaos/targets/capabilities/delete | 600 |
5152
| Microsoft.Chaos/locations/targetTypes/read | 50 |
5253
| Microsoft.Chaos/locations/targetTypes/capabilityTypes/read | 50 |
54+

0 commit comments

Comments
 (0)