Skip to content

Commit fb14596

Browse files
Update disk-encryption-powershell-quickstart.md
minor fixes to increase acrolinx score
1 parent 90e0bb3 commit fb14596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It takes a few minutes for your VM to be deployed.
4444
Azure disk encryption stores its encryption key in an Azure Key Vault. Create a Key Vault with [New-AzKeyvault](/powershell/module/az.keyvault/new-azkeyvault). To enable the Key Vault to store encryption keys, use the -EnabledForDiskEncryption parameter.
4545

4646
> [!Important]
47-
> Every key vault must have a name that is unique across Azure. In the following example, replace \<your-unique-keyvault-name\> with the name you choose.
47+
> Every key vault must have a name that is unique across Azure. In the following examples, replace \<your-unique-keyvault-name\> with the name you choose.
4848
4949
```azurepowershell-interactive
5050
New-AzKeyvault -name "<your-unique-keyvault-name>" -ResourceGroupName "myResourceGroup" -Location EastUS -EnabledForDiskEncryption

0 commit comments

Comments
 (0)