Skip to content

Commit 6f96ec7

Browse files
authored
Merge pull request #100792 from ramankumarlive/patch-25
added notes for DiskEncryptionSet identity issue
2 parents f3d796b + 88bf517 commit 6f96ec7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/virtual-machines/linux/disk-encryption.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ The preview also has the following restrictions:
102102
az disk-encryption-set create -n $diskEncryptionSetName -l $location -g $rgName --source-vault $keyVaultId --key-url $keyVaultKeyUrl
103103
```
104104

105-
1. Grant the DiskEncryptionSet resource access to the key vault.
105+
1. Grant the DiskEncryptionSet resource access to the key vault.
106+
107+
> [!NOTE]
108+
> It may take few minutes for Azure to create the identity of your DiskEncryptionSet in your Azure Active Directory. If you get an error like "Cannot find the Active Directory object" when running the following command, wait a few minutes and try again.
106109

107110
```azurecli
108111
desIdentity=$(az disk-encryption-set show -n $diskEncryptionSetName -g $rgName --query [identity.principalId] -o tsv)

0 commit comments

Comments
 (0)