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-account-create-portal.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ To create a Batch account in the default Batch service mode:
35
35
> The Batch account name is part of its ID and can't be changed after creation.
36
36
37
37
-**Location**: Select the Azure region for the Batch account if not already selected.
38
-
-**Storage account**: Select**Select a storage account** to associate an [Azure Storage account](accounts.md#azure-storage-accounts) with the Batch account.
38
+
-**Storage account**: Optionally, select**Select a storage account** to associate an [Azure Storage account](accounts.md#azure-storage-accounts) with the Batch account.
39
39
40
40
:::image type="content" source="media/batch-account-create-portal/batch-account-portal.png" alt-text="Screenshot of the New Batch account screen.":::
41
41
@@ -63,7 +63,7 @@ On your Batch account page, you can access all account settings and properties f
63
63
64
64
:::image type="content" source="media/batch-account-create-portal/batch-account-keys.png" alt-text="Screenshot of Batch account keys in the Azure portal.":::
65
65
66
-
Batch also supports Azure Active Directory (Azure AD) authentication. User subscription mode Batch accounts must use Azure AD authentication. For more information, see [Authenticate Azure Batch services with Azure Active Directory](batch-aad-auth.md).
66
+
Batch also supports Azure Active Directory (Azure AD) authentication. User subscription mode Batch accounts must be accessed by using Azure AD. For more information, see [Authenticate Azure Batch services with Azure Active Directory](batch-aad-auth.md).
67
67
68
68
- To view the name and keys of the storage account associated with your Batch account, select **Storage account**.
When you create the first user subscription mode Batch account in an Azure subscription, you must register your subscription with Batch. You need to do this registration only once per subscription. You need **Owner** permissions in the subscription to take this action.
99
+
When you create the first user subscription mode Batch account in an Azure subscription, you must register your subscription with Batch. You need to do this registration only once per subscription.
100
+
101
+
> [!IMPORTANT]
102
+
> You need **Owner** permissions in the subscription to take this action.
100
103
101
104
1. In the [Azure portal](https://portal.azure.com), search for and select **subscriptions**.
102
105
1. On the **Subscriptions** page, select the subscription you want to use for the Batch account.
@@ -130,7 +133,7 @@ To create a Batch account in user subscription mode:
130
133
1. Follow the preceding instructions to [create a Batch account](#create-a-batch-account), but select **User subscription** for **Pool allocation mode** on the **Advanced** tab of the **New Batch account** page.
131
134
1. You must then select **Select a key vault** to select an existing key vault or create a new one.
132
135
1. After you select the key vault, select the checkbox next to **I agree to grant Azure Batch access to this key vault**.
133
-
1. Select **Review + create**, and then select **Create**.
136
+
1. Select **Review + create**, and then select **Create** to create the Batch account.
Copy file name to clipboardExpand all lines: includes/batch-account-mode-include.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
When you create a Batch account, you can choose between *user subscription* and *Batch service* pool allocation modes. For most cases, you should use the default Batch service pool allocation mode. In Batch service mode, compute and virtual machine (VM)-related resources for pools are allocated on Batch service managed Azure subscriptions.
12
12
13
-
In user subscription pool allocation mode, compute and VM-related resources for pools are created directly in the Batch account subscription when a pool is created. In scenarios where you create a [Batch pool in a virtual network](../articles/batch/batch-virtual-network.md) that you specify, certain networking related resources are created in the subscription of the virtual network.
13
+
In user subscription pool allocation mode, compute and VM-related resources for pools are created directly in the Batch account subscription when a pool is created. In scenarios where you [create a Batch pool in a virtual network](../articles/batch/batch-virtual-network.md) that you specify, certain networking related resources are created in the subscription of the virtual network.
14
14
15
15
To create a Batch account in user subscription pool allocation mode, you must also register your subscription with Azure Batch, and associate the account with Azure Key Vault. For more information about requirements for user subscription pool allocation mode, see [Configure user subscription mode](../articles/batch/batch-account-create-portal.md#additional-configuration-for-user-subscription-mode).
0 commit comments