Skip to content

Commit c482f71

Browse files
authored
Merge pull request #291387 from SnehaSudhirG/04Dec-NewAutomationLimits
Added new article and updated TOC
2 parents b0da4a3 + e0ae51f commit c482f71

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

articles/automation/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
href: automation-runbook-types.md
6060
- name: Automation Runtime environment
6161
href: runtime-environment-overview.md
62+
- name: Automation limits and quotas
63+
href: automation-subscription-limits-faq.md
6264
- name: PowerShell DSC
6365
href: /powershell/dsc/overview
6466
- name: Automation network configuration details
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Azure Automation subscription limits and quotas
3+
description: This article provides automation subscription and service limits and includes answers to frequently asked questions.
4+
services: automation
5+
ms.topic: faq
6+
ms.date: 12/05/2024
7+
ms.custom: references_regions
8+
#Customer intent: As an implementer, I want answers to various questions.
9+
---
10+
11+
# Azure Automation limits and quotas
12+
13+
Azure Automation will soon revise its service and subscription limits to ensure fair distribution of cloud resources across all customers. This change is another step to improve the reliability and performance of the service while optimizing resource utilization. Since the resource requirements vary across organizations and evolve over time, we aim to empower customers to configure their quotas based on actual usage. [Learn more](https://techcommunity.microsoft.com/blog/AzureGovernanceandManagementBlog/azure-automation-is-revising-service-and-subscription-limits/4351067).
14+
15+
## Revised limits
16+
17+
For more information on the current service and subscription limits, see [Automation limits](https://learn.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits#process-automation).
18+
19+
The following limits would be changed:
20+
- Maximum number of active Automation accounts in a subscription in a region.
21+
- Maximum number of concurrent running jobs at the same instance of time per Automation account.
22+
23+
**Resource** | **Limit** | **Notes** |
24+
|---|--- | --- |
25+
|Maximum number of active Automation accounts in a subscription in a region. | 10 </br></br></br> 2 </br></br></br></br> 1 | Enterprise and CSP subscriptions would be able to create accounts in any of the [regions supported](https://azure.microsoft.com/pricing/details/automation/) by the service. </br></br> Pay-as-you-go, Sponsored, MSDN, MPN, Azure Pass 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, Azure for Student, Azure in Open subscriptions can create only one Automation account per region per subscription. Allowed list of regions: EastUS, EastUS2, WestUS, NorthEurope, SoutheastAsia, and JapanWest2 |
26+
|Maximum number of concurrent running jobs at the same instance of time per Automation account per region. | 50 </br></br> 10 </br> </br> 5 | Enterprise and CSP subscriptions.</br> </br> Pay-as-you-go, Sponsored, MSDN, MPN, Azure Pass subscriptions. </br></br> Free trial, Azure for Student, Azure in Open subscriptions.|
27+
28+
> [!NOTE]
29+
> You get an error message when you exceed the limits mentioned above.
30+
31+
## Frequently asked questions
32+
33+
34+
### How do I check my current limits?
35+
36+
You will be able to check your current limits while creating a support request under the category *Service and Subscription limits (Quotas) -> Azure Automation*. This capability is currently under development.
37+
38+
### My current usage is more than the revised limits. What should I do?
39+
40+
Rest assured that your current usage of both resources - Automation accounts and concurrently running jobs - is honored and remains unaffected.
41+
42+
### I need more resources than my current limits. What should I do?
43+
44+
You can request for quota increase by creating a support request under the category *Service and Subscription limits (Quotas) -> Azure Automation*. This capability is currently under development.
45+
46+
### How do quota requests impact my subscription's billing?
47+
48+
Support requests for quota changes don't have any additional impact on your subscription billing. You can use your existing support plan to request for quota changes.
49+
50+
## Next steps
51+
52+
If your question isn't answered here, refer to the following sources for more questions and answers.
53+
54+
- [Feedback forum](https://feedback.azure.com/d365community/forum/721a322e-bd25-ec11-b6e6-000d3a4f0f1c)

0 commit comments

Comments
 (0)