Skip to content

Commit ce20e3a

Browse files
Merge pull request #230762 from alfpark/batch-update2
Clarify pool allocation modes
2 parents 19e5d64 + 086f198 commit ce20e3a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

includes/batch-account-mode-include.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22
title: include file
33
description: include file
44
services: batch
5-
author: prkannap
65
ms.service: batch
76
ms.topic: include
8-
ms.date: 04/20/2022
9-
ms.author: prkannap
7+
ms.date: 03/14/2023
108
ms.custom: include file
119
---
1210

1311
> [!NOTE]
14-
> When creating a Batch account, you can choose between two *pool allocation* modes: **user subscription** and **Batch service**. For most cases, you should use the default Batch service mode, in which pools are allocated behind the scenes in Azure-managed subscriptions. In the alternative user subscription mode, Batch VMs and other resources are created directly in your subscription when a pool is created. To create a Batch account in user subscription mode, you must also register your subscription with Azure Batch, and associate the account with an Azure Key Vault.
12+
> When creating a Batch account, you can choose between two *pool allocation* modes: **user subscription** and **Batch service**.
13+
> For most cases, you should use the default Batch service pool allocation mode, in which compute and VM-related resources for pools
14+
> are allocated on Batch service managed Azure subscriptions. In user subscription pool allocation mode, compute and VM-related
15+
> resources for pools are created directly in your Batch account subscription when a pool is created. In scenarios where you create a
16+
> [Batch pool in a virtual network that you specify](../articles/batch/batch-virtual-network.md), certain networking related resources
17+
> are created in the subscription of the virtual network.
18+
>
19+
> To create a Batch account in user subscription pool allocation mode, you must also register your subscription with Azure Batch,
20+
> and associate the account with an Azure Key Vault. See the
21+
> [additional configuration](../articles/batch/batch-account-create-portal.md#additional-configuration-for-user-subscription-mode)
22+
> required for user subscription pool allocation mode.

0 commit comments

Comments
 (0)