Skip to content

Commit bae586d

Browse files
changed title
changed title
1 parent f3835a7 commit bae586d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ $keyVaultKey = Get-AzKeyVaultKey -VaultName $keyVaultName -Name $keyName
255255
Update-AzDiskEncryptionSet -Name $diskEncryptionSetName -ResourceGroupName $ResourceGroupName -SourceVaultId $keyVault.ResourceId -KeyUrl $keyVaultKey.Id
256256
```
257257

258-
#### Find the server-side encryption status of a disk
258+
#### Find the status of server-side encryption of a disk
259259

260260
```PowerShell
261261
$ResourceGroupName="yourResourceGroupName"

0 commit comments

Comments
 (0)