Skip to content

Commit bc52961

Browse files
Merge pull request #251680 from staer/staer/update-identities-warning
Warn about updating identity collection
2 parents 02aacd5 + 27652bd commit bc52961

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/batch/managed-identity-pools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ var pool = await managementClient.Pool.CreateWithHttpMessagesAsync(
101101
cancellationToken: default(CancellationToken)).ConfigureAwait(false);
102102
```
103103

104+
> [!IMPORTANT]
105+
> Managed identities are not updated on existing VMs once a pool has been started. It is recommended to scale the pool down to zero before modifying the identity collection to ensure all VMs
106+
> have the same set of identities assigned.
107+
104108
## Use user-assigned managed identities in Batch nodes
105109

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

0 commit comments

Comments
 (0)