Skip to content

Commit 3a29753

Browse files
committed
Minor change.
1 parent 149bc5a commit 3a29753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/disks-enable-double-encryption-at-rest-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Install the latest [Azure CLI](/cli/azure/install-az-cli2) and sign in to an Azu
4949
az keyvault key show --name $keyName --vault-name $keyVaultName
5050
```
5151
52-
1. Create a DiskEncryptionSet with encryptionType set as EncryptionAtRestWithPlatformAndCustomerKeys. Replace `yourKeyURLHere` with the URL you received from `az keyvault key show`.
52+
1. Create a DiskEncryptionSet with encryptionType set as EncryptionAtRestWithPlatformAndCustomerKeys. Replace `yourKeyURL` with the URL you received from `az keyvault key show`.
5353
5454
```azurecli
55-
az disk-encryption-set create --resource-group $rgName --name $diskEncryptionSetName --key-url yourKeyURLHere --source-vault $keyVaultName --encryption-type EncryptionAtRestWithPlatformAndCustomerKeys
55+
az disk-encryption-set create --resource-group $rgName --name $diskEncryptionSetName --key-url yourKeyURL --source-vault $keyVaultName --encryption-type EncryptionAtRestWithPlatformAndCustomerKeys
5656
```
5757
5858
1. Grant the DiskEncryptionSet resource access to the key vault.

0 commit comments

Comments
 (0)