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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,14 @@ For now, only the following scenarios are supported:
63
63
64
64
For now, we also have the following restrictions:
65
65
66
-
-**Only available in West Central US, South Central US, East US 2, East US, West US 2, Central Canada, and North Europe.**
66
+
- Available as a GA offering in East US, West US 2, and South Central US.
67
+
- Available as a public preview in West Central US, East US 2, Canada Central, and North Europe.
67
68
- 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.
68
69
- Snapshots created from disks that are encrypted with server-side encryption and customer-managed keys must be encrypted with the same customer-managed keys.
69
70
- Custom images encrypted using server-side encryption and customer-managed keys cannot be used in the shared image gallery.
70
71
- 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.
71
72
- Disks, snapshots, and images encrypted with customer-managed keys cannot move to another subscription.
72
-
- If you use the Azure Portal to create your disk encryption set, you cannot use snapshots for now.
73
+
- If you use the Azure portal to create your disk encryption set, you cannot use snapshots for now.
73
74
74
75
### CLI
75
76
#### Setting up your Azure Key Vault and DiskEncryptionSet
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/disk-encryption.md
+47-2Lines changed: 47 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,14 @@ For now, only the following scenarios are supported:
64
64
65
65
For now, we also have the following restrictions:
66
66
67
-
-**Only available in West Central US, South Central US, East US 2, East US, West US 2, Central Canada, and North Europe.**
67
+
- Available as a GA offering in East US, West US 2, and South Central US.
68
+
- Available as a public preview in West Central US, East US 2, Canada Central, and North Europe.
68
69
- 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
70
- 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
71
- Custom images encrypted using server-side encryption and customer-managed keys cannot be used in the shared image gallery.
71
72
- 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.
72
73
- Disks, snapshots, and images encrypted with customer-managed keys cannot move to another subscription.
73
-
- If you use the Azure Portal to create your disk encryption set, you cannot use snapshots for now.
74
+
- If you use the Azure portal to create your disk encryption set, you cannot use snapshots for now.
74
75
- 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.
> Customer-managed keys rely on managed identities for Azure resources, a feature of Azure Active Directory (Azure AD). When you configure customer-managed keys, a managed identity is automatically assigned to your resources under the covers. If you subsequently move the subscription, resource group, or managed disk from one Azure AD directory to another, the managed identity associated with managed disks is not transferred to the new tenant, so customer-managed keys may no longer work. For more information, see [Transferring a subscription between Azure AD directories](../../active-directory/managed-identities-azure-resources/known-issues.md#transferring-a-subscription-between-azure-ad-directories).
To create and configure disk encryption sets, you must use the following link: https://aka.ms/diskencryptionsets. Disk encryption set creation is not yet available in the public Azure portal.
46
+
To create and configure disk encryption sets, you must use the following link: https://aka.ms/diskencryptionsets. Disk encryption set creation is not yet available in the global Azure portal.
47
47
48
48
1. Open the [disk encryption sets link](https://aka.ms/diskencryptionsets).
Copy file name to clipboardExpand all lines: includes/virtual-machines-managed-disks-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Managed disks offer two different kinds of encryption. The first is Server Side
50
50
51
51
### Server-side encryption
52
52
53
-
[Azure Server-side Encryption](../articles/virtual-machines/windows/disk-encryption.md) provides encryption-at-rest and safeguards your data to meet your organizational security and compliance commitments. Server-side encryption is enabled by default for all managed disks, snapshots, and images in all the regions where managed disks are available. You can either allow Azure to manage your keys for you, these are platform-managed keys, or you can manage the keys yourself, these are customer-managed keys (preview). Visit the [Managed Disks FAQ page](../articles/virtual-machines/windows/faq-for-disks.md#managed-disks-and-storage-service-encryption) for more details.
53
+
[Azure Server-side Encryption](../articles/virtual-machines/windows/disk-encryption.md) provides encryption-at-rest and safeguards your data to meet your organizational security and compliance commitments. Server-side encryption is enabled by default for all managed disks, snapshots, and images in all the regions where managed disks are available. You can either allow Azure to manage your keys for you, these are platform-managed keys, or you can manage the keys yourself, these are customer-managed keys. Visit the [Managed Disks FAQ page](../articles/virtual-machines/windows/faq-for-disks.md#managed-disks-and-storage-service-encryption) for more details.
0 commit comments