Skip to content

Commit 71e6513

Browse files
authored
Update azure-disk-customer-managed-keys.md
1 parent 41e2eb6 commit 71e6513

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/azure-disk-customer-managed-keys.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ $keyVaultKeyUrl=az keyvault key show --vault-name myKeyVaultName --name myKeyNa
5353
az disk-encryption-set create -n myDiskEncryptionSetName -l myAzureRegionName -g myResourceGroup --source-vault $keyVaultId --key-url $keyVaultKeyUrl
5454
```
5555

56+
> [!IMPORTANT]
57+
> Ensure your AKS cluster identity has read permission of DiskEncryptionSet
58+
5659
## Grant the DiskEncryptionSet access to key vault
5760

5861
Use the DiskEncryptionSet and resource groups you created on the prior steps, and grant the DiskEncryptionSet resource access to the Azure Key Vault.

0 commit comments

Comments
 (0)