Skip to content

Commit 8d2ffe4

Browse files
authored
Merge pull request #100794 from ramankumarlive/patch-26
added message for DiskEncryptionSet identity issue
2 parents 6f96ec7 + 6e89b8a commit 8d2ffe4

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)