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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,14 @@ ms.custom: "include file"
17
17
| Max number of modules that can be imported every 30 seconds per Automation Account |5 ||
18
18
| Max size of a Module |100 MB ||
19
19
| 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|
21
21
| Max amount of memory given to a sandbox **<sup>1</sup>**|400 MB |Applies to Azure sandboxes only|
22
22
| Max number of network sockets allowed per sandbox **<sup>1</sup>**|1000 |Applies to Azure sandboxes only|
23
23
| Maximum runtime allowed per runbook **<sup>1</sup>**|3 hours |Applies to Azure sandboxes only|
24
24
| Max number of Automation Accounts in a subscription |No Limit ||
25
25
|Max number of concurrent jobs that be run on a single Hybrid Runbook Worker|50 ||
26
+
| Max runbook input parameter size | 512 kb||
27
+
| Max webhook payload | 512 kb|
28
+
| Max web request size (to Automation web service) | 1 MB||
26
29
27
30
**<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