Skip to content

Commit 26a0128

Browse files
committed
Update Batch quota limits
1 parent fd2d094 commit 26a0128

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

includes/azure-batch-limits.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,32 @@
22
title: include file
33
description: include file
44
services: batch
5-
author: JnHs
65
ms.service: batch
76
ms.topic: include
8-
ms.date: 12/16/2020
9-
ms.author: jenhayes
7+
ms.date: 11/17/2022
108
ms.custom: include file
119
---
1210

1311
| **Resource** | **Default limit** | **Maximum limit** |
1412
| --- | --- | --- |
15-
| Azure Batch accounts per region per subscription | 1-3 |50 |
16-
| Dedicated cores per Batch account | 90-900 | Contact support |
17-
| Low-priority cores per Batch account | 10-100 | Contact support |
18-
| **[Active](/rest/api/batchservice/job/get#jobstate)** jobs and job schedules per Batch account (**completed** jobs have no limit) | 100-300 | 1,000<sup>1</sup> |
19-
| Pools per Batch account | 20-100 | 500<sup>1</sup> |
13+
| Azure Batch accounts per region per subscription | 1-3 | 50 |
14+
| Dedicated cores per Batch account | 10-900<sup>1</sup> | Contact support |
15+
| Low-priority cores per Batch account | 10-100<sup>1</sup> | Contact support |
16+
| **[Active](/rest/api/batchservice/job/get#jobstate)** jobs and job schedules per Batch account (**completed** jobs have no limit) | 100-300 | 1,000<sup>2</sup> |
17+
| Pools per Batch account | 20-100<sup>1</sup> | 500<sup>2</sup> |
2018
| Private endpoint connections per Batch account | 100 | 100 |
2119

22-
<sup>1</sup>To request an increase beyond this limit, contact Azure Support.
20+
<sup>1</sup> For capacity management purposes, the default quotas for new Batch accounts in some regions and for some subscription
21+
types have been reduced from the above range of values. In some cases, these limits have been reduced to zero. When you create a
22+
new Batch account, [check your quotas](../articles/batch/batch-quota-limit.md#view-batch-quotas) and
23+
[request an appropriate core or service quota increase](../articles/batch/batch-quota-limit.md#increase-a-quota), if necessary.
24+
Alternatively, consider reusing Batch accounts that already have sufficient quota or user subscription pool allocation
25+
Batch accounts to maintain core and VM family quota across all Batch accounts on the subscription. Service quotas like
26+
active jobs or pools apply to each distinct Batch account even for user subscription pool allocation Batch accounts.
27+
28+
<sup>2</sup> To request an increase beyond this limit, contact Azure Support.
2329

24-
> [!NOTE]
25-
> Default limits vary depending on the type of subscription you use to create a Batch account. Cores quotas shown are for Batch accounts in Batch service mode. [View the quotas in your Batch account](../articles/batch/batch-quota-limit.md#view-batch-quotas).
2630

27-
> [!IMPORTANT]
28-
> To help us better manage capacity during the global health pandemic, the default core quotas for new Batch accounts in some regions and for some types of subscription have been reduced from the above range of values, in some cases to zero cores. When you create a new Batch account, [check your core quota](../articles/batch/batch-quota-limit.md#view-batch-quotas) and [request a core quota increase](../articles/batch/batch-quota-limit.md#increase-a-quota), if required. Alternatively, consider reusing Batch accounts that already have sufficient quota.
31+
> [!NOTE]
32+
> Default limits vary depending on the type of subscription you use to create a Batch account. Cores quotas shown are for Batch
33+
> accounts in Batch service mode. [View the quotas in your Batch account](../articles/batch/batch-quota-limit.md#view-batch-quotas).

0 commit comments

Comments
 (0)