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/managed-identity-pools.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Configure managed identities in Batch pools
3
3
description: Learn how to enable user-assigned managed identities on Batch pools and how to use managed identities within the nodes.
4
4
ms.topic: conceptual
5
-
ms.date: 02/29/2024
5
+
ms.date: 06/18/2024
6
6
ms.devlang: csharp
7
7
ms.custom:
8
8
---
@@ -16,9 +16,11 @@ resources in Azure.
16
16
This topic explains how to enable user-assigned managed identities on Batch pools and how to use managed identities within the nodes.
17
17
18
18
> [!IMPORTANT]
19
-
> Pools must be configured using [Virtual Machine Configuration](nodes-and-pools.md#virtual-machine-configuration) in order to use managed identities.
20
-
>
21
-
> Creating pools with managed identities can be done by using the [Batch .NET management library](/dotnet/api/overview/azure/batch#management-library), but is not currently supported with the [Batch .NET client library](/dotnet/api/overview/azure/batch#client-library).
19
+
> Creating pools with managed identities can only be performed with the
20
+
> [Batch Management Plane APIs or SDKs](batch-apis-tools.md#batch-management-apis) using Entra authentication.
21
+
> It is not possible to create pools with managed identities using the
22
+
> [Batch Service APIs or SDKs](batch-apis-tools.md#batch-service-apis). For more information, see the overview
23
+
> documentation for [Batch APIs and tools](batch-apis-tools.md).
22
24
23
25
## Create a user-assigned managed identity
24
26
@@ -31,7 +33,7 @@ First, [create your user-assigned managed identity](../active-directory/managed-
31
33
32
34
## Create a Batch pool with user-assigned managed identities
33
35
34
-
After you've created one or more user-assigned managed identities, you can create a Batch pool with that identity or those identities. You can:
36
+
After you create one or more user-assigned managed identities, you can create a Batch pool with that identity or those identities. You can:
35
37
36
38
-[Use the Azure portal to create the Batch pool](#create-batch-pool-in-azure-portal)
37
39
-[Use the Batch .NET management library to create the Batch pool](#create-batch-pool-with-net)
0 commit comments