We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3835a7 commit bae586dCopy full SHA for bae586d
articles/virtual-machines/windows/disk-encryption.md
@@ -255,7 +255,7 @@ $keyVaultKey = Get-AzKeyVaultKey -VaultName $keyVaultName -Name $keyName
255
Update-AzDiskEncryptionSet -Name $diskEncryptionSetName -ResourceGroupName $ResourceGroupName -SourceVaultId $keyVault.ResourceId -KeyUrl $keyVaultKey.Id
256
```
257
258
-#### Find the server-side encryption status of a disk
+#### Find the status of server-side encryption of a disk
259
260
```PowerShell
261
$ResourceGroupName="yourResourceGroupName"
0 commit comments