Skip to content

Commit 88bf517

Browse files
revised the message in the note
revised the message in the note
1 parent 11ffc7a commit 88bf517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The preview also has the following restrictions:
105105
1. Grant the DiskEncryptionSet resource access to the key vault.
106106

107107
> [!NOTE]
108-
> It may take few minutes for Azure active directory 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.
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.
109109

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

0 commit comments

Comments
 (0)