Skip to content

Commit ac78d7c

Browse files
authored
Merge pull request #73727 from georgewallace/gw_limits
adding stream limit
2 parents c0d5b92 + fdb199f commit ac78d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/azure-automation-service-limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ms.custom: "include file"
1717
| 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.|
1818
| 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.|
1919
| 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+
| Maximum job stream limit|1MB|A single stream cannot be larger than 1 MB.|
2021
| Maximum number of modules that can be imported every 30 seconds per Automation account |5 ||
2122
| Maximum size of a module |100 MB ||
2223
| Job run time, Free tier |500 minutes per subscription per calendar month ||

0 commit comments

Comments
 (0)