Skip to content

Commit c93177c

Browse files
authored
Merge pull request #90582 from msmbaldwin/patch-22
Updated erroneous description
2 parents c9d7369 + 71b6c02 commit c93177c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/security/azure-security-disk-encryption-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The following table lists the Resource Manager template parameters for existing
136136
| vmName | Name of the VM to run the encryption operation. |
137137
| keyVaultName | Name of the key vault that the BitLocker key should be uploaded to. You can get it by using the cmdlet `(Get-AzKeyVault -ResourceGroupName <MyKeyVaultResourceGroupName>). Vaultname` or the Azure CLI command `az keyvault list --resource-group "MyKeyVaultResourceGroup"`|
138138
| keyVaultResourceGroup | Name of the resource group that contains the key vault|
139-
| keyEncryptionKeyURL | URL of the key encryption key that's used to encrypt the generated BitLocker key. This parameter is optional if you select **nokek** in the UseExistingKek drop-down list. If you select **kek** in the UseExistingKek drop-down list, you must enter the _keyEncryptionKeyURL_ value. |
139+
| keyEncryptionKeyURL | The URL of the key encryption key, in the format https://&lt;keyvault-name&gt;.vault.azure.net/key/&lt;key-name&gt;. If you do not wish to use a KEK, leave this field blank. |
140140
| volumeType | Type of volume that the encryption operation is performed on. Valid values are _OS_, _Data_, and _All_.
141141
| forceUpdateTag | Pass in a unique value like a GUID every time the operation needs to be force run. |
142142
| resizeOSDisk | Should the OS partition be resized to occupy full OS VHD before splitting system volume. |

0 commit comments

Comments
 (0)