Skip to content

Commit 1025dfb

Browse files
authored
Merge pull request #127488 from FlorentATo/container-app-key-vault
docs: Use Azure RBAC role to fetch secrets from Key Vault
2 parents d2888cc + 183e4e0 commit 1025dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/manage-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To reference a secret from Key Vault, you must first enable managed identity in
130130

131131
To enable managed identity in your container app, see [Managed identities](managed-identity.md).
132132

133-
To grant access to Key Vault secrets, [create an access policy](/azure/key-vault/general/assign-access-policy) in Key Vault for the managed identity you created. Enable the "Get" secret permission on this policy.
133+
To grant access to Key Vault secrets, grant the Azure RBAC role [Key Vault Secrets User](/azure/role-based-access-control/built-in-roles/security#key-vault-secrets-user) to the managed identity.
134134

135135
# [Azure portal](#tab/azure-portal)
136136

0 commit comments

Comments
 (0)