Skip to content

Commit cbae3ae

Browse files
update
1 parent 7397670 commit cbae3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ After these resources are configured, use the following steps so that the Azure
105105
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
106106
```
107107
108-
The command uses system-assigned managed identity to do authentication with the key vault by default.
108+
The command uses system-assigned managed identity to authenticate with the key vault by default.
109109
110110
> [!NOTE]
111-
> 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.
111+
> When using a user-assigned managed identity to access the customer managed key, you can specify its client ID explicitly by adding `--identity-client-id <client ID of your user assigned identity>` to the command.
112112
113113
Your Azure App Configuration instance is now configured to use a customer-managed key stored in Azure Key Vault.
114114

0 commit comments

Comments
 (0)