Skip to content

Commit 18b7118

Browse files
committed
correx
1 parent 9e73dc1 commit 18b7118

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

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

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,25 @@ ms.custom: subject-rbac-steps
99

1010
# Create a Batch account in the Azure portal
1111

12-
This article shows how to use the Azure portal to create an [Azure Batch account](accounts.md) that has account properties to fit your compute scenario. You see how to view important account properties like access keys and account URLs. You also learn how to configure and create user subscription mode Batch accounts.
12+
This article shows how to use the Azure portal to create an [Azure Batch account](accounts.md) that has account properties to fit your compute scenario. You see how to view account properties like access keys and account URLs. You also learn how to configure and create user subscription mode Batch accounts.
1313

1414
For background information about Batch accounts and scenarios, see [Batch service workflow and resources](batch-service-workflow-features.md).
1515

1616
## Create a Batch account
1717

1818
[!INCLUDE [batch-account-mode-include](../../includes/batch-account-mode-include.md)]
1919

20+
To create a Batch account in the default Batch service mode:
21+
2022
1. Sign in to the [Azure portal](https://portal.azure.com).
2123

2224
1. In the Azure Search box, enter and then select **batch accounts**.
2325

2426
1. On the **Batch accounts** page, select **Create**.
2527

26-
1. On the **New Batch account** page, enter or select the the following details.
28+
1. On the **New Batch account** page, enter or select the following details.
2729

28-
- **Subscription**: Select the subscription to use to create the Batch account, if not already selected.
30+
- **Subscription**: Select the subscription to use if not already selected.
2931
- **Resource group**: Select the resource group for the Batch account, or create a new one.
3032
- **Account name**: Enter a name for the Batch account. The name must be unique within the Azure region, can contain only lowercase characters or numbers, and must be 3-24 characters long.
3133

@@ -41,7 +43,7 @@ For background information about Batch accounts and scenarios, see [Batch servic
4143

4244
:::image type="content" source="media/batch-account-create-portal/storage_account.png" alt-text="Screenshot of the Create storage account screen.":::
4345

44-
1. Optionally, select **Next: Advanced** or the **Advanced** tab to specify **Identity type**, **Pool allocation mode**, and **Authentication mode**. The default options work for most scenarios. To create the account in **User subscription** mode, see [Additional options for user subscription mode](#additional
46+
1. Optionally, select **Next: Advanced** or the **Advanced** tab to specify **Identity type**, **Pool allocation mode**, and **Authentication mode**. The default options work for most scenarios. To create the account in **User subscription** mode, see [Configure user subscription mode](#configure-user-subscription-mode).
4547

4648
1. Optionally, select **Next: Networking** or the **Networking** tab to configure [public network access](public-network-access.md) for your Batch account.
4749

@@ -51,17 +53,17 @@ For background information about Batch accounts and scenarios, see [Batch servic
5153

5254
## View Batch account properties
5355

54-
Once the account is created, you can select **Go to resource** to access its settings and properties. You can also search for and select *batch accounts* in the portal Search box, then select your account from the list on the **Batch accounts** page.
56+
Once the account is created, select **Go to resource** to access its settings and properties. Or search for and select *batch accounts* in the portal Search box, and select your account from the list on the **Batch accounts** page.
5557

5658
:::image type="content" source="media/batch-account-create-portal/batch-blade.png" alt-text="Screenshot of the Batch account page in the Azure portal.":::
5759

58-
On your Batch account page, you can access all account settings and properties by using the left navigation menu.
60+
On your Batch account page, you can access all account settings and properties from the left navigation menu.
5961

6062
- When you develop an application by using the [Batch APIs](batch-apis-tools.md#azure-accounts-for-batch-development), you use an account URL and key to access your Batch resources. To view the Batch account access information, select **Keys**.
6163

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

64-
Batch also supports Azure Active Directory (Azure AD) authentication. For more information, see []().
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).
6567

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

@@ -91,6 +93,7 @@ For example:
9193
Get-AzMarketplaceTerms -Publisher 'microsoft-azure-batch' -Product 'ubuntu-server-container' -Name '20-04-lts' | Set-AzMarketplaceTerms -Accept
9294
```
9395

96+
<a name="allow-azure-batch-to-access-the-subscription-one-time-operation"></a>
9497
### Allow Batch to access the subscription
9598

9699
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.
@@ -100,7 +103,7 @@ When you create the first user subscription mode Batch account in an Azure subsc
100103
1. On the **Subscription** page, select **Resource providers** from the left navigation.
101104
1. On the **Resource providers** page, search for **Microsoft.Batch**. If **Microsoft.Batch** resource provider appears as **NotRegistered**, select it and then select **Register** at the top of the screen.
102105

103-
:::image type="content" source="media/batch-account-create-portal/register_provider.png" alt-text="Screenshot showing the Microsoft.Batch resource provider.":::
106+
:::image type="content" source="media/batch-account-create-portal/register_provider.png" alt-text="Screenshot of the Resource providers page.":::
104107

105108
1. Return to the **Subscription** page and select **Access control (IAM)** from the left navigation.
106109
1. At the top of the **Access control (IAM)** page, select **Add** > **Add role assignment**.
@@ -122,6 +125,8 @@ To create a new key vault:
122125

123126
### Create a Batch account in user subscription mode
124127

128+
To create a Batch account in user subscription mode:
129+
125130
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.
126131
1. You must then select **Select a key vault** to select an existing key vault or create a new one.
127132
1. After you select the key vault, select the checkbox next to **I agree to grant Azure Batch access to this key vault**.
@@ -160,7 +165,7 @@ To view and configure the core quotas associated with your Batch account:
160165

161166
## Other Batch account management options
162167

163-
You can also create and manage Batch accounts with the following tools:
168+
You can also create and manage Batch accounts by using the following tools:
164169

165170
- [Batch PowerShell cmdlets](batch-powershell-cmdlets-get-started.md)
166171
- [Azure CLI](batch-cli-get-started.md)
3.05 KB
Loading
-208 Bytes
Loading
778 Bytes
Loading

includes/batch-account-mode-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ms.custom: include file
99
---
1010

11-
When you create 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 pool allocation mode. In Batch service mode, compute and virtual machine (VM)-related resources for pools are allocated on Batch service managed Azure subscriptions.
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.
1212

1313
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

0 commit comments

Comments
 (0)