Skip to content

Commit e3c5d3d

Browse files
authored
Update managed-identity-pools.md
1 parent e92bc8a commit e3c5d3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/batch/managed-identity-pools.md

Lines changed: 4 additions & 1 deletion
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/25/2024
66
ms.devlang: csharp
77
ms.custom:
88
---
@@ -106,6 +106,9 @@ var pool = await managementClient.Pool.CreateWithHttpMessagesAsync(
106106
cancellationToken: default(CancellationToken)).ConfigureAwait(false);
107107
```
108108

109+
> [!IMPORTANT]
110+
> Currently Batch package Microsoft.Azure.Batch 16.2.0 does not support BatchpoolIdentity
111+
109112
## Use user-assigned managed identities in Batch nodes
110113

111114
Many Azure Batch functions that access other Azure resources directly on the compute nodes, such as Azure Storage or

0 commit comments

Comments
 (0)