Skip to content

Commit 2052ea4

Browse files
committed
touchup
1 parent 18b7118 commit 2052ea4

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

articles/batch/batch-account-create-portal.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To create a Batch account in the default Batch service mode:
3535
> The Batch account name is part of its ID and can't be changed after creation.
3636
3737
- **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.
3939

4040
:::image type="content" source="media/batch-account-create-portal/batch-account-portal.png" alt-text="Screenshot of the New Batch account screen.":::
4141

@@ -63,7 +63,7 @@ On your Batch account page, you can access all account settings and properties f
6363

6464
:::image type="content" source="media/batch-account-create-portal/batch-account-keys.png" alt-text="Screenshot of Batch account keys in the Azure portal.":::
6565

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

6868
- To view the name and keys of the storage account associated with your Batch account, select **Storage account**.
6969

@@ -96,7 +96,10 @@ Get-AzMarketplaceTerms -Publisher 'microsoft-azure-batch' -Product 'ubuntu-serve
9696
<a name="allow-azure-batch-to-access-the-subscription-one-time-operation"></a>
9797
### Allow Batch to access the subscription
9898

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. 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.
100103
101104
1. In the [Azure portal](https://portal.azure.com), search for and select **subscriptions**.
102105
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:
130133
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.
131134
1. You must then select **Select a key vault** to select an existing key vault or create a new one.
132135
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.
134137

135138
### Grant access to the key vault manually
136139

includes/batch-account-mode-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

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

1515
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).
1616

0 commit comments

Comments
 (0)