File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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/25 /2024
6
6
ms.devlang : csharp
7
7
ms.custom :
8
8
---
@@ -106,6 +106,9 @@ var pool = await managementClient.Pool.CreateWithHttpMessagesAsync(
106
106
cancellationToken : default (CancellationToken )).ConfigureAwait (false );
107
107
```
108
108
109
+ > [ !IMPORTANT]
110
+ > Currently Batch package Microsoft.Azure.Batch 16.2.0 does not support BatchpoolIdentity
111
+
109
112
## Use user-assigned managed identities in Batch nodes
110
113
111
114
Many Azure Batch functions that access other Azure resources directly on the compute nodes, such as Azure Storage or
You can’t perform that action at this time.
0 commit comments