Skip to content

Commit 620cecf

Browse files
authored
Merge pull request #291486 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 0f554b9 + 81d8d7a commit 620cecf

15 files changed

+75
-19
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'll be able to check your current limits while creating a support request under the category *Service and Subscription limits (Quotas) -> Azure Automation*.
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*. [Learn more](https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/azure-automation-is-revising-service-and-subscription-limits/4351067).
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)

articles/azure-web-pubsub/quickstart-serverless.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this tutorial, you learn how to:
2929

3030
- A code editor, such as [Visual Studio Code](https://code.visualstudio.com/)
3131

32-
- [Node.js](https://nodejs.org/en/download/), version 18.x or above.
32+
- [Node.js](https://nodejs.org/en/download/package-manager/), version 18.x or above.
3333
> [!NOTE]
3434
> For more information about the supported versions of Node.js, see [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages).
3535
- [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools#installing) (v4 or higher preferred) to run Azure Function apps locally and deploy to Azure.
@@ -40,7 +40,7 @@ In this tutorial, you learn how to:
4040

4141
- A code editor, such as [Visual Studio Code](https://code.visualstudio.com/)
4242

43-
- [Node.js](https://nodejs.org/en/download/), version 18.x or above.
43+
- [Node.js](https://nodejs.org/en/download/package-manager/), version 18.x or above.
4444
> [!NOTE]
4545
> For more information about the supported versions of Node.js, see [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages).
4646
- [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools#installing) (v4 or higher preferred) to run Azure Function apps locally and deploy to Azure.

articles/azure-web-pubsub/tutorial-serverless-notification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this tutorial, you learn how to:
2727

2828
* A code editor, such as [Visual Studio Code](https://code.visualstudio.com/)
2929

30-
* [Node.js](https://nodejs.org/en/download/), version 18.x or above.
30+
* [Node.js](https://nodejs.org/en/download/package-manager/), version 18.x or above.
3131
> [!NOTE]
3232
> For more information about the supported versions of Node.js, see [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages).
3333
@@ -39,7 +39,7 @@ In this tutorial, you learn how to:
3939

4040
* A code editor, such as [Visual Studio Code](https://code.visualstudio.com/)
4141

42-
* [Node.js](https://nodejs.org/en/download/), version 18.x or above.
42+
* [Node.js](https://nodejs.org/en/download/package-manager/), version 18.x or above.
4343
> [!NOTE]
4444
> For more information about the supported versions of Node.js, see [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages).
4545

articles/energy-data-services/includes/how-to/how-to-deploy-gcz/deploy-gcz-on-aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
316316
1. Deploy the GCZ HELM chart:
317317
318318
```bash
319-
helm upgrade -i $CHART . -n $NAMESPACE -f osdu_gcz_custom_values.yaml --set-file global.provider.configLoaderJs="gcz-provider/gcz-provider-core/config/configLoader.js"
319+
helm upgrade -i $CHART . -n $NAMESPACE -f osdu_gcz_custom_values.yaml --set-file global.provider.configLoaderJs="../../../../gcz-provider/gcz-provider-core/config/configLoader.js"
320320
```
321321
322322
1. Verify the deployment:

articles/logic-apps/add-run-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following diagram shows the highlights from example workflow:
5454

5555
* Consumption workflow
5656

57-
* [Node.js version 8.11.10](https://nodejs.org/en/download/releases/)
57+
* [Node.js version 8.11.10](https://nodejs.org/en/about/previous-releases)
5858

5959
* [Link to an integration account](logic-apps-enterprise-integration-create-integration-account.md), empty or otherwise, from your logic app resource.
6060

@@ -73,7 +73,7 @@ The following diagram shows the highlights from example workflow:
7373
7474
* Standard workflow
7575

76-
* [Node.js versions 16.x.x](https://nodejs.org/en/download/releases/)
76+
* [Node.js versions 16.x.x](https://nodejs.org/en/about/previous-releases)
7777

7878
* No integration account required.
7979

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ As you progress, you'll complete these high-level tasks:
9494
| [Azurite for Visual Studio Code](https://github.com/Azure/Azurite#visual-studio-code-extension) | Provides a local data store and emulator to use with Visual Studio Code so that you can work on your logic app project and run your workflows in your local development environment. If you don't want Azurite to automatically start, you can disable this option: <br><br>1. On the **File** menu, select **Preferences** > **Settings**. <br><br>2. On the **User** tab, select **Extensions** > **Azure Logic Apps (Standard)**. <br><br>3. Find the setting named **Azure Logic Apps Standard: Auto Start Azurite**, and clear the selected checkbox. |
9595
| [.NET SDK 6.x.x](https://dotnet.microsoft.com/download/dotnet/6.0) | Includes the .NET Runtime 6.x.x, a prerequisite for the Azure Logic Apps (Standard) runtime. |
9696
| Azure Functions Core Tools - 4.x version | Installs the version based on your operating system ([Windows](https://github.com/Azure/azure-functions-core-tools/releases), [macOS](../azure-functions/functions-run-local.md?tabs=macos#install-the-azure-functions-core-tools), or [Linux](../azure-functions/functions-run-local.md?tabs=linux#install-the-azure-functions-core-tools)). <br><br>These tools include a version of the same runtime that powers the Azure Functions runtime, which the Azure Logic Apps (Standard) extension uses in Visual Studio Code. |
97-
| [Node.js version 16.x.x unless a newer version is already installed](https://nodejs.org/en/download/releases/) | Required to enable the [Inline Code Operations action](../logic-apps/logic-apps-add-run-inline-code.md) that runs JavaScript. |
97+
| [Node.js version 16.x.x unless a newer version is already installed](https://nodejs.org/en/about/previous-releases) | Required to enable the [Inline Code Operations action](../logic-apps/logic-apps-add-run-inline-code.md) that runs JavaScript. |
9898

9999
The installer doesn't perform the following tasks:
100100

@@ -205,7 +205,7 @@ As you progress, you'll complete these high-level tasks:
205205
|------------|-------------|
206206
| [.NET SDK 6.x.x](https://dotnet.microsoft.com/download/dotnet/6.0) | Includes the .NET Runtime 6.x.x, a prerequisite for the Azure Logic Apps (Standard) runtime. |
207207
| Azure Functions Core Tools - 4.x version | - [Windows](https://github.com/Azure/azure-functions-core-tools/releases): Use the Microsoft Installer (MSI) version, which is `func-cli-X.X.XXXX-x*.msi`. <br>- [macOS](../azure-functions/functions-run-local.md?tabs=macos#install-the-azure-functions-core-tools) <br>- [Linux](../azure-functions/functions-run-local.md?tabs=linux#install-the-azure-functions-core-tools) <br><br>These tools include a version of the same runtime that powers the Azure Functions runtime, which the Azure Logic Apps (Standard) extension uses in Visual Studio Code. <br><br>If you have an installation that's earlier than these versions, uninstall that version first, or make sure that the PATH environment variable points at the version that you download and install. |
208-
| [Node.js version 16.x.x unless a newer version is already installed](https://nodejs.org/en/download/releases/) | Required to enable the [Inline Code Operations action](../logic-apps/logic-apps-add-run-inline-code.md) that runs JavaScript. <br><br>**Note**: For Windows, download the MSI version. If you use the ZIP version instead, you have to manually make Node.js available by using a PATH environment variable for your operating system. |
208+
| [Node.js version 16.x.x unless a newer version is already installed](https://nodejs.org/en/about/previous-releases) | Required to enable the [Inline Code Operations action](../logic-apps/logic-apps-add-run-inline-code.md) that runs JavaScript. <br><br>**Note**: For Windows, download the MSI version. If you use the ZIP version instead, you have to manually make Node.js available by using a PATH environment variable for your operating system. |
209209

210210
1. If you already installed the version of the Azure Logic Apps (Standard) extension that automatically installs all the dependencies (preview), skip this step. Otherwise, [download and install the Azure Logic Apps (Standard) extension for Visual Studio Code](https://go.microsoft.com/fwlink/p/?linkid=2143167).
211211

articles/storage/blobs/quickstart-blobs-javascript-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Additional resources:
3535

3636
- [An Azure account with an active subscription](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
3737
- [An Azure Storage account](../common/storage-account-create.md)
38-
- [Node.js LTS](https://nodejs.org/en/download/)
38+
- [Node.js LTS](https://nodejs.org/en/download/package-manager/)
3939
- [Microsoft Visual Studio Code](https://code.visualstudio.com)
4040

4141

articles/storage/blobs/storage-quickstart-blobs-nodejs-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this article, you follow steps to install the package and try out example cod
2323

2424
- Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
2525
- Azure Storage account - [Create a storage account](../common/storage-account-create.md)
26-
- [Node.js LTS](https://nodejs.org/en/download/)
26+
- [Node.js LTS](https://nodejs.org/en/download/package-manager/)
2727
- [TypeScript](https://www.typescriptlang.org/download)
2828

2929
## Setting up

articles/storage/blobs/storage-quickstart-blobs-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ In this article, you use the [Azure Developer CLI](/azure/developer/azure-develo
5050

5151
- Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
5252
- Azure Storage account - [Create a storage account](../common/storage-account-create.md)
53-
- [Node.js LTS](https://nodejs.org/en/download/)
53+
- [Node.js LTS](https://nodejs.org/en/download/package-manager/)
5454

5555
::: zone-end
5656

5757
::: zone pivot="blob-storage-quickstart-template"
5858

5959
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
60-
- [Node.js LTS](https://nodejs.org/en/download/)
60+
- [Node.js LTS](https://nodejs.org/en/download/package-manager/)
6161
- [Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd)
6262

6363
::: zone-end

0 commit comments

Comments
 (0)