|
2 | 2 | title: Create a Batch account in the Azure portal
|
3 | 3 | description: Learn how to use the Azure portal to create and manage an Azure Batch account for running large-scale parallel workloads in the cloud.
|
4 | 4 | ms.topic: how-to
|
5 |
| -ms.date: 04/04/2024 |
| 5 | +ms.date: 04/16/2024 |
6 | 6 | ms.custom: subject-rbac-steps, linux-related-content
|
7 | 7 | ---
|
8 | 8 |
|
@@ -138,6 +138,23 @@ To create a Batch account in user subscription mode:
|
138 | 138 | 1. After you select the key vault, select the checkbox next to **I agree to grant Azure Batch access to this key vault**.
|
139 | 139 | 1. Select **Review + create**, and then select **Create** to create the Batch account.
|
140 | 140 |
|
| 141 | +### Create a Batch account with designated authentication mode |
| 142 | + |
| 143 | +To create a Batch account with authentication mode settings: |
| 144 | + |
| 145 | +1. Follow the preceding instructions to [create a Batch account](#create-a-batch-account), but select **Batch Service** for **Authentication mode** on the **Advanced** tab of the **New Batch account** page. |
| 146 | +1. You must then select **Authentication mode** to define which authentication mode that a Batch account can use by authentication mode property key. |
| 147 | +1. You can select either of the 3 **"Microsoft Entra ID**, **Shared Key**, **Task Authentication Token** authentication mode for the Batch account to support or leave the settings at default values. |
| 148 | + |
| 149 | + :::image type="content" source="media/batch-account-create-portal/authentication-mode-property.png" alt-text="Screenshot of the Authentication Mode options when creating a Batch account."::: |
| 150 | +1. Leave the remaining settings at default values, select **Review + create**, and then select **Create**. |
| 151 | + |
| 152 | +> [!TIP] |
| 153 | +> For enhanced security, it is advised to confine the authentication mode of the Batch account solely to **Microsoft Entra ID**. This measure mitigates the risk of shared key exposure and introduces additional RBAC controls. For more details, see [Batch security best practices](./security-best-practices.md#batch-account-authentication). |
| 154 | +
|
| 155 | +> [!WARNING] |
| 156 | +> The **Task Authentication Token** will retire on September 30, 2024. Should you require this feature, it is recommended to use [User assigned managed identity](./managed-identity-pools.md) in the Batch pool as an alternative. |
| 157 | +
|
141 | 158 | ### Grant access to the key vault manually
|
142 | 159 |
|
143 | 160 | You can also grant access to the key vault manually.
|
|
0 commit comments