Skip to content

Commit 6e89b8a

Browse files
added message for DiskEncryptionSet identity issue
added message for DiskEncryptionSet identity issue
1 parent 510d9c0 commit 6e89b8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ The preview also has the following restrictions:
9999

100100
1. Grant the DiskEncryptionSet resource access to the key vault.
101101

102+
> [!NOTE]
103+
> 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.
104+
102105
```powershell
103106
$identity = Get-AzADServicePrincipal -DisplayName myDiskEncryptionSet1
104107

0 commit comments

Comments
 (0)