We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74e8bc commit a421832Copy full SHA for a421832
articles/batch/managed-identity-pools.md
@@ -108,9 +108,6 @@ var pool = await managementClient.Pool.CreateWithHttpMessagesAsync(
108
cancellationToken: default(CancellationToken)).ConfigureAwait(false);
109
```
110
111
-> [!IMPORTANT]
112
-> Currently Batch package Microsoft.Azure.Batch 16.2.0 does not support BatchpoolIdentity
113
-
114
## Use user-assigned managed identities in Batch nodes
115
116
Many Azure Batch functions that access other Azure resources directly on the compute nodes, such as Azure Storage or
0 commit comments