From f19ad5d6abcf21d52a0fabcedbf24bc8a2bbd0de Mon Sep 17 00:00:00 2001 From: George Wallace Date: Fri, 24 Aug 2018 12:48:08 -0700 Subject: [PATCH 1/3] updates to limits --- includes/azure-automation-service-limits.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/includes/azure-automation-service-limits.md b/includes/azure-automation-service-limits.md index 534eff9267b42..1c2a04d9cb7e9 100644 --- a/includes/azure-automation-service-limits.md +++ b/includes/azure-automation-service-limits.md @@ -17,11 +17,14 @@ ms.custom: "include file" | Max number of modules that can be imported every 30 seconds per Automation Account |5 || | Max size of a Module |100 MB || | Job Run Time - Free tier |500 minutes per subscription per calendar month || -| Max amount of disk space allowed per sandbox**1** |1 GB |Applies to Azure sandboxes only| +| Max amount of disk space allowed per sandbox **1** |1 GB |Applies to Azure sandboxes only| | Max amount of memory given to a sandbox **1** |400 MB |Applies to Azure sandboxes only| | Max number of network sockets allowed per sandbox **1** |1000 |Applies to Azure sandboxes only| | Maximum runtime allowed per runbook **1** |3 hours |Applies to Azure sandboxes only| | Max number of Automation Accounts in a subscription |No Limit || |Max number of concurrent jobs that be run on a single Hybrid Runbook Worker|50 || +| Max runbook input parameter size | 512 kb|| +| Max webhook payload | 512 kb| +| Max web request size (to Automation web service) | 1 MB|| **1** 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. From 9a340ec1adab634623414b5fd4a05f1eaf534d41 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Fri, 24 Aug 2018 12:50:28 -0700 Subject: [PATCH 2/3] updatse --- includes/azure-automation-service-limits.md | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/azure-automation-service-limits.md b/includes/azure-automation-service-limits.md index 1c2a04d9cb7e9..00e4f9d8113ed 100644 --- a/includes/azure-automation-service-limits.md +++ b/includes/azure-automation-service-limits.md @@ -25,6 +25,5 @@ ms.custom: "include file" |Max number of concurrent jobs that be run on a single Hybrid Runbook Worker|50 || | Max runbook input parameter size | 512 kb|| | Max webhook payload | 512 kb| -| Max web request size (to Automation web service) | 1 MB|| **1** 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. From e7ccb0c613940167f78c7225ac35c4cfa1021831 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Fri, 24 Aug 2018 12:51:48 -0700 Subject: [PATCH 3/3] additional updates --- includes/azure-automation-service-limits.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/azure-automation-service-limits.md b/includes/azure-automation-service-limits.md index 00e4f9d8113ed..8bc298249d128 100644 --- a/includes/azure-automation-service-limits.md +++ b/includes/azure-automation-service-limits.md @@ -23,7 +23,7 @@ ms.custom: "include file" | Maximum runtime allowed per runbook **1** |3 hours |Applies to Azure sandboxes only| | Max number of Automation Accounts in a subscription |No Limit || |Max number of concurrent jobs that be run on a single Hybrid Runbook Worker|50 || -| Max runbook input parameter size | 512 kb|| -| Max webhook payload | 512 kb| +| Max Runbook Job parameters size | 512 kb|| +| Max webhook payload size | 512 kb| **1** 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.