Skip to content

Commit 662e368

Browse files
authored
Merge pull request #49983 from georgewallace/automationlimits
updates to limits
2 parents 644b797 + e7ccb0c commit 662e368

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/azure-automation-service-limits.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ ms.custom: "include file"
1717
| Max number of modules that can be imported every 30 seconds per Automation Account |5 ||
1818
| Max size of a Module |100 MB ||
1919
| Job Run Time - Free tier |500 minutes per subscription per calendar month ||
20-
| Max amount of disk space allowed per sandbox**<sup>1</sup>** |1 GB |Applies to Azure sandboxes only|
20+
| Max amount of disk space allowed per sandbox **<sup>1</sup>** |1 GB |Applies to Azure sandboxes only|
2121
| Max amount of memory given to a sandbox **<sup>1</sup>** |400 MB |Applies to Azure sandboxes only|
2222
| Max number of network sockets allowed per sandbox **<sup>1</sup>** |1000 |Applies to Azure sandboxes only|
2323
| Maximum runtime allowed per runbook **<sup>1</sup>** |3 hours |Applies to Azure sandboxes only|
2424
| Max number of Automation Accounts in a subscription |No Limit ||
2525
|Max number of concurrent jobs that be run on a single Hybrid Runbook Worker|50 ||
26+
| Max Runbook Job parameters size | 512 kb||
27+
| Max webhook payload size | 512 kb|
2628

2729
**<sup>1</sup>** A sandbox is a shared environment that can be used by multiple jobs, jobs using the same sandbox are bound by the resource limitations of the sandbox.

0 commit comments

Comments
 (0)