You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/batch-quota-limit.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: Service quotas and limits
3
3
description: Learn about default Azure Batch quotas, limits, and constraints. Also learn how to request quota increases.
4
4
ms.topic: conceptual
5
-
ms.date: 12/20/2021
5
+
ms.date: 06/05/2024
6
6
---
7
7
8
8
# Batch service quotas and limits
9
9
10
-
As with other Azure services, there are limits on certain resources associated with Azure Batch. For example, if your pool doesn't reach your target number of compute nodes, you might have reached the core quota limit for your Batch account. Many limits are default quotas, which Azure applies at the subscription or account level.
10
+
As with other Azure services, there are limits on certain resources associated with Azure Batch. For example, if your pool doesn't reach your target number of compute nodes, you might have reached the core quota limit for your Batch account. Many limits are default quotas, which Azure applies at the subscription or account level.
11
11
12
12
Keep these quotas in mind as you design and scale up your Batch workloads. You can run multiple Batch workloads in a single Batch account. Or, you can distribute your workloads among Batch accounts in the same subscription but different Azure regions. If you plan to run production workloads in Batch, you might need to increase one or more of the quotas above the default. To raise a quota, [request a quota increase](#increase-a-quota) at no charge.
13
13
@@ -23,9 +23,9 @@ Also note that quotas aren't guaranteed values. Quotas can vary based on changes
23
23
24
24
### Core quotas in Batch service mode
25
25
26
-
Core quotas exist for each virtual machine (VM) series supported by Batch. These core quotas are displayed on the **Quotas** page in the Azure portal. To update VM series quota limits, [open a support request](#increase-a-quota).
26
+
Core quotas exist for each virtual machine (VM) series supported by Batch. These core quotas are displayed on the **Quotas** page in the Azure portal. To update VM series quota limits, [open a support request](#increase-a-quota).
27
27
28
-
* For dedicated nodes, Batch enforces a core quota limit for each VM series, and a total core quota limit for the entire Batch account.
28
+
* For dedicated nodes, Batch enforces a core quota limit for each VM series, and a total core quota limit for the entire Batch account.
29
29
* For Spot nodes, Batch enforces only a total core quota for the Batch account without any distinction between different VM series.
30
30
31
31
### Core quotas in user subscription mode
@@ -63,7 +63,7 @@ The Batch service sets the following other limits. Unlike [resource quotas](#res
63
63
|[Mounts](virtual-file-mount.md) per compute node | 10 |
64
64
| Certificates per pool | 12 |
65
65
66
-
<sup>1</sup> The maximum lifetime of a task, from when it's added to the job to when it completes, is 180 days. Completed tasks persist for seven days; data for tasks not completed within the maximum lifetime isn't accessible.
66
+
<sup>1</sup> The maximum lifetime of a task, from when it's added to the job to when it completes, is 180 days. By default, data is retained for completed tasks for seven days if the compute node where it ran is still available. Data for tasks not completed within the maximum lifetime isn't accessible. Completed task data retention times are configurable on a per task basis.
67
67
68
68
## View Batch quotas
69
69
@@ -101,13 +101,13 @@ To request a quota increase using the Azure portal, first open a support request
101
101
102
102
1. Select or search for **Quotas**.
103
103
104
-
1. On the **Quotas** page, select **Increase my quotas**.
104
+
1. On the **Quotas** page, select **Increase my quotas**.
105
105
106
-
You can also open the support request as follows:
106
+
You can also open the support request as follows:
107
107
108
108
1. Sign in to the [Azure portal](https://portal.azure.com).
109
109
110
-
1. Select or search for **Help + support** in the Azure portal. Or, select the question mark icon (**?**) in the portal menu. Then, in the **Support + troubleshooting** pane, select **Help + support**.
110
+
1. Select or search for **Help + support** in the Azure portal. Or, select the question mark icon (**?**) in the portal menu. Then, in the **Support + troubleshooting** pane, select **Help + support**.
111
111
112
112
1. On the **New support request page**, select **Create a support request**.
0 commit comments