Skip to content

Commit a42a175

Browse files
committed
Update
1 parent c03f680 commit a42a175

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ For now, customer-managed keys have the following restrictions:
8787

8888
When creating the Key Vault instance, you must enable soft delete and purge protection. Soft delete ensures that the Key Vault holds a deleted key for a given retention period (90 day default). Purge protection ensures that a deleted key cannot be permanently deleted until the retention period lapses. These settings protect you from losing data due to accidental deletion. These settings are mandatory when using a Key Vault for encrypting managed disks.
8989

90+
> [!IMPORTANT]
91+
> Do not camel case the region, if you do so you may experience problems when assigning additional disks to the resource in the Azure portal.
92+
9093
```powershell
9194
$ResourceGroupName="yourResourceGroupName"
9295
$LocationName="westcentralus"

0 commit comments

Comments
 (0)