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/chaos-studio/chaos-studio-service-limits.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,32 +6,33 @@ ms.author: prashabora
6
6
ms.service: chaos-studio
7
7
ms.date: 11/01/2021
8
8
ms.topic: reference
9
-
ms.custom: ignite-fall-2021
9
+
ms.custom:
10
10
---
11
11
12
12
# 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).
14
14
15
15
## Experiment and target limits
16
16
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.
18
18
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
+
| Concurrent experiments executing per region and subscription | 5 | The number of experiments that can run at the same time within a region and subscription. |
26
+
| Total experiment duration (hours) | 12 | The maximum duration of an individual experiment, including all actions. |
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. |
31
32
32
33
## API throttling limits
33
34
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).
35
36
36
37
| Operation | Requests |
37
38
|--|--|
@@ -50,3 +51,4 @@ Chaos Studio applies limits to all Azure Resource Manager operations. Requests m
0 commit comments