Skip to content

Commit f52277a

Browse files
add guidance for user-assigned identity
1 parent 9177270 commit f52277a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/azure-app-configuration/concept-customer-managed-keys.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ After these resources are configured, use the following steps so that the Azure
102102
az appconfig update -g contoso-resource-group -n contoso-app-config --encryption-key-name key-name --encryption-key-version key-version --encryption-key-vault key-vault-Uri
103103
```
104104
105+
The command uses system-assigned identity to do authentication with the key vault by default.
106+
107+
> [!NOTE]
108+
> When using a user-assigned managed identity to access the managed key, you can specify its client id explicitly by adding `--identity-client-id <client id of your user assigned identity>` to the command.
109+
110+
105111
Your Azure App Configuration instance is now configured to use a customer-managed key stored in Azure Key Vault.
106112
107113
## Next Steps

0 commit comments

Comments
 (0)