Skip to content

Commit f79c5cf

Browse files
authored
Merge pull request #96377 from dazfuller/patch-1
Include note on system-assigned identities
2 parents a1c5db6 + a2f81c3 commit f79c5cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/batch/managed-identity-pools.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ This topic explains how to enable user-assigned managed identities on Batch pool
2020

2121
First, [create your user-assigned managed identity](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md) in the same tenant as your Batch account. You can create the identity using the Azure portal, the Azure Command-Line Interface (Azure CLI), PowerShell, Azure Resource Manager, or the Azure REST API. This managed identity does not need to be in the same resource group or even in the same subscription.
2222

23+
> [!IMPORTANT]
24+
> Identities must be configured as user-assigned managed identities. The system-assigned managed identity is available for retrieving [customer-managed keys from Azure KeyVault](batch-customer-managed-key.md), but these are not supported in batch pools.
25+
2326
## Create a Batch pool with user-assigned managed identities
2427

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

0 commit comments

Comments
 (0)