Skip to content

Commit c391ecd

Browse files
update
1 parent ccf9e0f commit c391ecd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ After these resources are configured, use the following steps so that the Azure
7878
}
7979
```
8080
81+
> [!NOTE]
82+
> If you want to create a user-assigned managed identity, please go to this [tutorial](https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity).
83+
8184
1. The managed identity of the Azure App Configuration instance needs access to the key to perform key validation, encryption, and decryption. The specific set of actions to which it needs access includes: `GET`, `WRAP`, and `UNWRAP` for keys. These permissions can be granted by assigning the `Key Vault Crypto Service Encryption User` role for Azure RBAC enabled Key Vaults. For Key Vaults using access policy authorization, set the policy for the aforementioned key permissions. Granting access requires the principal ID of the App Configuration instance's managed identity. Replace the value shown below as `contoso-principalId` with the principal ID obtained in the previous step. Grant permission to the managed key by using the command line:
8285
8386
### [Azure RBAC](#tab/azurerbac)
@@ -102,7 +105,7 @@ After these resources are configured, use the following steps so that the Azure
102105
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
103106
```
104107
105-
The command uses system-assigned identity to do authentication with the key vault by default.
108+
The command uses system-assigned managed identity to do authentication with the key vault by default.
106109
107110
> [!NOTE]
108111
> 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.

0 commit comments

Comments
 (0)