Skip to content

Commit 416cac9

Browse files
Merge pull request #277300 from alfpark/alpark/batch
Update task retained data clarity on quota page
2 parents e6413e2 + a08b289 commit 416cac9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/batch/batch-quota-limit.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Service quotas and limits
33
description: Learn about default Azure Batch quotas, limits, and constraints. Also learn how to request quota increases.
44
ms.topic: conceptual
5-
ms.date: 12/20/2021
5+
ms.date: 06/05/2024
66
---
77

88
# Batch service quotas and limits
99

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.
1111

1212
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.
1313

@@ -23,9 +23,9 @@ Also note that quotas aren't guaranteed values. Quotas can vary based on changes
2323

2424
### Core quotas in Batch service mode
2525

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).
2727

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.
2929
* For Spot nodes, Batch enforces only a total core quota for the Batch account without any distinction between different VM series.
3030

3131
### Core quotas in user subscription mode
@@ -63,7 +63,7 @@ The Batch service sets the following other limits. Unlike [resource quotas](#res
6363
| [Mounts](virtual-file-mount.md) per compute node | 10 |
6464
| Certificates per pool | 12 |
6565

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.
6767

6868
## View Batch quotas
6969

@@ -101,13 +101,13 @@ To request a quota increase using the Azure portal, first open a support request
101101

102102
1. Select or search for **Quotas**.
103103

104-
1. On the **Quotas** page, select **Increase my quotas**.
104+
1. On the **Quotas** page, select **Increase my quotas**.
105105

106-
You can also open the support request as follows:
106+
You can also open the support request as follows:
107107

108108
1. Sign in to the [Azure portal](https://portal.azure.com).
109109

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**.
111111

112112
1. On the **New support request page**, select **Create a support request**.
113113

0 commit comments

Comments
 (0)