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: includes/azure-automation-service-limits.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: automation
5
5
author: mgoedtel
6
6
ms.service: automation
7
7
ms.topic: "include"
8
-
ms.date: 07/22/2021
8
+
ms.date: 02/23/2024
9
9
ms.author: magoedte
10
10
ms.custom: "include file"
11
11
---
@@ -14,8 +14,8 @@ ms.custom: "include file"
14
14
15
15
| Resource | Limit |Notes|
16
16
| --- | --- |---|
17
-
| Maximum number of new jobs that can be submitted every 30 seconds per Azure Automation account (nonscheduled jobs)|100 |When this limit is reached, the subsequent requests to create a job fail. The client receives an error response.|
18
-
| Maximum number of concurrent running jobs at the same instance of time per Automation account (nonscheduled jobs) |200 |When this limit is reached, the subsequent requests to create a job fail. The client receives an error response.|
17
+
| Maximum number of new jobs that can be submitted every 30 seconds per Azure Automation account |100 |When this limit is reached, the subsequent requests to create a job fail. The client receives an error response.|
18
+
| Maximum number of concurrent running jobs at the same instance of time per Automation account |200 |When this limit is reached, the subsequent requests to create a job fail. The client receives an error response. </br> </br> Free trial and Azure for Student subscriptions can run up to 10 concurrent jobs at the same instance of time per Automation account. <sup>2</sup>|
19
19
| Maximum storage size of job metadata for a 30-day rolling period | 10 GB (approximately 4 million jobs)|When this limit is reached, the subsequent requests to create a job fail. |
20
20
| Maximum job stream limit|1 MiB|A single stream cannot be larger than 1 MiB.|
21
21
| Maximum job stream limit on Azure Automation portal | 200KB | Portal limit to show the job logs.|
@@ -27,7 +27,7 @@ ms.custom: "include file"
27
27
| Maximum amount of memory given to a sandbox<sup>1</sup> |400 MB |Applies to Azure sandboxes only.|
28
28
| Maximum number of network sockets allowed per sandbox<sup>1</sup> |1,000 |Applies to Azure sandboxes only.|
29
29
| Maximum runtime allowed per runbook<sup>1</sup> |3 hours |Applies to Azure sandboxes only.|
30
-
| Maximum number of Automation accounts in a subscription |No limit ||
30
+
| Maximum number of Automation accounts in a subscription |No limit |Enterprise and Pay-as-you-go subscriptions can create Automation accounts in any of the [regions supported](https://azure.microsoft.com/pricing/details/automation/) by the service. </br> </br> Free trial and Azure for Student subscriptions can create only one Automation account per region per subscription. Allowed list of regions: EastUS, EastUS2, WestUS, NorthEurope, SoutheastAsia, and JapanWest <sup>2</sup> |
31
31
| Maximum number of system hybrid runbook workers per Automation Account|4,000||
32
32
| Maximum number of user hybrid runbook workers per Automation Account|4,000||
33
33
|Maximum number of concurrent jobs that can be run on a single Hybrid Runbook Worker|50 ||
@@ -39,7 +39,8 @@ ms.custom: "include file"
39
39
| Maximum number of tags supported by an Automation account|15||
40
40
|Maximum number of characters in the value field of a variable| 1048576||
41
41
42
-
<sup>1</sup>A sandbox is a shared environment that can be used by multiple jobs. Jobs that use the same sandbox are bound by the resource limitations of the sandbox.
42
+
<sup>1</sup>A sandbox is a shared environment that can be used by multiple jobs. Jobs that use the same sandbox are bound by the resource limitations of the sandbox.</br>
43
+
<sup>2</sup>To request a limit increase, create an [Azure Support request](https://portal.azure.com/). Free subscriptions including [Azure Free Account](https://azure.microsoft.com/offers/ms-azr-0044p/) and [Azure for Students](https://azure.microsoft.com/offers/ms-azr-0170p/) aren't eligible for limit or quota increases. If you have a free subscription, you can [upgrade](https://learn.microsoft.com/azure/cost-management-billing/manage/upgrade-azure-subscription) to Pay-As-You-Go subscription.
0 commit comments