Skip to content

Commit 63703f2

Browse files
Merge pull request #278580 from alfpark/alpark/batch
Clarify Batch MI API use
2 parents d3c0465 + ba8ba4b commit 63703f2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/batch/managed-identity-pools.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure managed identities in Batch pools
33
description: Learn how to enable user-assigned managed identities on Batch pools and how to use managed identities within the nodes.
44
ms.topic: conceptual
5-
ms.date: 02/29/2024
5+
ms.date: 06/18/2024
66
ms.devlang: csharp
77
ms.custom:
88
---
@@ -16,9 +16,11 @@ resources in Azure.
1616
This topic explains how to enable user-assigned managed identities on Batch pools and how to use managed identities within the nodes.
1717

1818
> [!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).
2224
2325
## Create a user-assigned managed identity
2426

@@ -31,7 +33,7 @@ First, [create your user-assigned managed identity](../active-directory/managed-
3133
3234
## Create a Batch pool with user-assigned managed identities
3335

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:
3537

3638
- [Use the Azure portal to create the Batch pool](#create-batch-pool-in-azure-portal)
3739
- [Use the Batch .NET management library to create the Batch pool](#create-batch-pool-with-net)

0 commit comments

Comments
 (0)