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
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,25 @@ ms.custom: subject-rbac-steps
9
9
10
10
# Create a Batch account in the Azure portal
11
11
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.
13
13
14
14
For background information about Batch accounts and scenarios, see [Batch service workflow and resources](batch-service-workflow-features.md).
To create a Batch account in the default Batch service mode:
21
+
20
22
1. Sign in to the [Azure portal](https://portal.azure.com).
21
23
22
24
1. In the Azure Search box, enter and then select **batch accounts**.
23
25
24
26
1. On the **Batch accounts** page, select **Create**.
25
27
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.
27
29
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.
29
31
-**Resource group**: Select the resource group for the Batch account, or create a new one.
30
32
-**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.
31
33
@@ -41,7 +43,7 @@ For background information about Batch accounts and scenarios, see [Batch servic
41
43
42
44
:::image type="content" source="media/batch-account-create-portal/storage_account.png" alt-text="Screenshot of the Create storage account screen.":::
43
45
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).
45
47
46
48
1. Optionally, select **Next: Networking** or the **Networking** tab to configure [public network access](public-network-access.md) for your Batch account.
47
49
@@ -51,17 +53,17 @@ For background information about Batch accounts and scenarios, see [Batch servic
51
53
52
54
## View Batch account properties
53
55
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.
55
57
56
58
:::image type="content" source="media/batch-account-create-portal/batch-blade.png" alt-text="Screenshot of the Batch account page in the Azure portal.":::
57
59
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.
59
61
60
62
- 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**.
61
63
62
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.":::
63
65
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).
65
67
66
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.
@@ -100,7 +103,7 @@ When you create the first user subscription mode Batch account in an Azure subsc
100
103
1. On the **Subscription** page, select **Resource providers** from the left navigation.
101
104
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.
102
105
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.":::
104
107
105
108
1. Return to the **Subscription** page and select **Access control (IAM)** from the left navigation.
106
109
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:
122
125
123
126
### Create a Batch account in user subscription mode
124
127
128
+
To create a Batch account in user subscription mode:
129
+
125
130
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.
126
131
1. You must then select **Select a key vault** to select an existing key vault or create a new one.
127
132
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:
160
165
161
166
## Other Batch account management options
162
167
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:
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
@@ -8,7 +8,7 @@
8
8
ms.custom: include file
9
9
---
10
10
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.
12
12
13
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.
0 commit comments