You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/disk-encryption.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,21 +50,18 @@ The following list explains the diagram in even more detail:
50
50
51
51
To revoke access to customer-managed keys, see [Azure Key Vault PowerShell](https://docs.microsoft.com/powershell/module/azurerm.keyvault/) and [Azure Key Vault CLI](https://docs.microsoft.com/cli/azure/keyvault). Revoking access effectively blocks access to all data in the storage account, as the encryption key is inaccessible by Azure Storage.
52
52
53
-
### Supported scenarios and restrictions
53
+
### Supported regions
54
54
55
-
For now, only the following scenarios are supported:
56
-
57
-
- Create a virtual machine (VM) from an Azure Marketplace image and encrypt the OS disk with server-side encryption using customer-managed keys.
58
-
- Create a custom image encrypted with server-side encryption and customer-managed keys.
59
-
- Create a VM from a custom image and encrypt the OS disk using server-side encryption and customer-managed keys.
60
-
- Create data disks encrypted using server-side encryption and customer-managed keys.
61
-
- (CLI/PowerShell only) Create snapshots that are encrypted using server-side encryption and customer-managed keys.
62
-
- Create virtual machine scale sets that are encrypted with server-side encryption and customer-managed keys.
63
-
64
-
For now, we also have the following restrictions:
55
+
Only the following regions are currently supported:
65
56
66
57
- Available as a GA offering in the East US, West US 2, and South Central US regions.
67
58
- Available as a public preview in the West Central US, East US 2, Canada Central, and North Europe regions.
59
+
60
+
### Restrictions
61
+
62
+
For now, customer-managed keys have the following restrictions:
63
+
64
+
- Only ["soft" and "hard" RSA keys](../../key-vault/about-keys-secrets-and-certificates.md#keys-and-key-types) of size 2080 are supported, no other keys or sizes.
68
65
- Disks created from custom images that are encrypted using server-side encryption and customer-managed keys must be encrypted using the same customer-managed keys and must be in the same subscription.
69
66
- Snapshots created from disks that are encrypted with server-side encryption and customer-managed keys must be encrypted with the same customer-managed keys.
70
67
- Custom images encrypted using server-side encryption and customer-managed keys cannot be used in the shared image gallery.
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/disk-encryption.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,20 +51,23 @@ The following list explains the diagram in even more detail:
51
51
To revoke access to customer-managed keys, see [Azure Key Vault PowerShell](https://docs.microsoft.com/powershell/module/azurerm.keyvault/) and [Azure Key Vault CLI](https://docs.microsoft.com/cli/azure/keyvault). Revoking access effectively blocks access to all data in the storage account, as the encryption key is inaccessible by Azure Storage.
52
52
53
53
### Supported regions
54
-
- Available as a GA offering in East US, West US 2, and South Central US.
55
-
- Available as a public preview in West Central US, East US 2, Canada Central, and North Europe.
54
+
55
+
Only the following regions are currently supported:
56
+
57
+
- Available as a GA offering in the East US, West US 2, and South Central US regions.
58
+
- Available as a public preview in the West Central US, East US 2, Canada Central, and North Europe regions.
56
59
57
60
### Restrictions
58
61
59
-
For now, we also have the following restrictions:
62
+
For now, customer-managed keys have the following restrictions:
60
63
64
+
- Only ["soft" and "hard" RSA keys](../../key-vault/about-keys-secrets-and-certificates.md#keys-and-key-types) of size 2080 are supported, no other keys or sizes.
61
65
- Disks created from custom images that are encrypted using server-side encryption and customer-managed keys must be encrypted using the same customer-managed keys and must be in the same subscription.
62
66
- Snapshots created from disks that are encrypted with server-side encryption and customer-managed keys must be encrypted with the same customer-managed keys.
63
67
- Custom images encrypted using server-side encryption and customer-managed keys cannot be used in the shared image gallery.
64
68
- All resources related to your customer-managed keys (Azure Key Vaults, disk encryption sets, VMs, disks, and snapshots) must be in the same subscription and region.
65
69
- Disks, snapshots, and images encrypted with customer-managed keys cannot move to another subscription.
66
70
- If you use the Azure portal to create your disk encryption set, you cannot use snapshots for now.
67
-
- Only ["soft" and "hard" RSA keys](../../key-vault/about-keys-secrets-and-certificates.md#keys-and-key-types) of size 2080 are supported, no other keys or sizes.
0 commit comments