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/disks-enable-customer-managed-keys-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ ms.subservice: disks
14
14
15
15
**Applies to:**:heavy_check_mark: Linux VMs :heavy_check_mark: Windows VMs :heavy_check_mark:
16
16
17
-
Azure Disk Storage allows you to manage your own keys when using server-side encryption (SSE) for managed disks, if you choose. For conceptual information on SSE with customer managed keys, as well as other managed disk encryption types, see the **Customer-managed keys** section of our disk encryption article: [Customer-managed keys](disk-encryption.md#customer-managed-keys)
17
+
Azure Disk Storage allows you to manage your own keys when using server-side encryption (SSE) for managed disks, if you choose. For conceptual information on SSE with customer managed keys, and other managed disk encryption types, see the **Customer-managed keys** section of our disk encryption article: [Customer-managed keys](disk-encryption.md#customer-managed-keys)
18
18
19
19
## Restrictions
20
20
21
21
For now, customer-managed keys have the following restrictions:
22
22
23
-
- If this feature is enabled for your disk, you cannot disable it.
23
+
- If this feature is enabled for your disk, you can't disable it.
24
24
If you need to work around this, you must copy all the data to an entirely different managed disk that isn't using customer-managed keys:
25
25
26
26
- For Linux: [Copy a managed disk](./linux/disks-upload-vhd-to-managed-disk-cli.md#copy-a-managed-disk)
@@ -52,14 +52,14 @@ The VM deployment process is similar to the standard deployment process, the onl
52
52
## Enable on an existing disk
53
53
54
54
> [!CAUTION]
55
-
> Enabling disk encryption on any disks attached to a VM will require that you stop the VM.
55
+
> Enabling disk encryption on any disks attached to a VM requires you to stop the VM.
56
56
57
57
1. Navigate to a VM that is in the same region as one of your disk encryption sets.
58
58
1. Open the VM and select **Stop**.
59
59
60
60
:::image type="content" source="media/virtual-machines-disk-encryption-portal/server-side-encryption-stop-vm-to-encrypt-disk-fix.png" alt-text="Screenshot of the main overlay for your example VM, with the Stop button highlighted." lightbox="media/virtual-machines-disk-encryption-portal/server-side-encryption-stop-vm-to-encrypt-disk-fix.png":::
61
61
62
-
1. After the VM has finished stopping, select **Disks** and then select the disk you want to encrypt.
62
+
1. After the VM has finished stopping, select **Disks**, and then select the disk you want to encrypt.
63
63
64
64
:::image type="content" source="media/virtual-machines-disk-encryption-portal/server-side-encryption-existing-disk-select.png" alt-text="Screenshot of your example VM, with the Disks pane open, the OS disk is highlighted, as an example disk for you to select." lightbox="media/virtual-machines-disk-encryption-portal/server-side-encryption-existing-disk-select.png":::
Copy file name to clipboardExpand all lines: articles/virtual-machines/disks-enable-double-encryption-at-rest-portal.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.custom: references_regions
15
15
16
16
**Applies to:**:heavy_check_mark: Linux VMs :heavy_check_mark: Windows VMs :heavy_check_mark:
17
17
18
-
Azure Disk Storage supports double encryption at rest for managed disks. For conceptual information on double encryption at rest, as well as other managed disk encryption types, see the [Double encryption at rest](disk-encryption.md#double-encryption-at-rest) section of our disk encryption article.
18
+
Azure Disk Storage supports double encryption at rest for managed disks. For conceptual information on double encryption at rest, and other managed disk encryption types, see the [Double encryption at rest](disk-encryption.md#double-encryption-at-rest) section of our disk encryption article.
19
19
20
20
## Getting started
21
21
@@ -61,7 +61,6 @@ Azure Disk Storage supports double encryption at rest for managed disks. For con
61
61
62
62
You have now enabled double encryption at rest on your managed disk.
Copy file name to clipboardExpand all lines: articles/virtual-machines/disks-enable-host-based-encryption-portal.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ Temporary disks and ephemeral OS disks are encrypted at rest with platform-manag
25
25
26
26
### Supported VM sizes
27
27
28
-
Legacy VM Sizes are not supported. You can find the list of supported VM sizes by either using the [Azure PowerShell module](windows/disks-enable-host-based-encryption-powershell.md#finding-supported-vm-sizes) or [Azure CLI](linux/disks-enable-host-based-encryption-cli.md#finding-supported-vm-sizes).
28
+
Legacy VM Sizes aren't supported. You can find the list of supported VM sizes by either using the [Azure PowerShell module](windows/disks-enable-host-based-encryption-powershell.md#finding-supported-vm-sizes) or [Azure CLI](linux/disks-enable-host-based-encryption-cli.md#finding-supported-vm-sizes).
29
29
30
30
## Prerequisites
31
31
32
-
You must enable the feature for your subscription before you use the EncryptionAtHost property for your VM/VMSS. Use the following steps to enable the feature for your subscription:
32
+
You must enable the feature for your subscription before you can use encryption at host for either your VM or virtual machine scale set. Use the following steps to enable the feature for your subscription:
33
33
34
34
1.**Azure portal**: Select the Cloud Shell icon on the [Azure portal](https://portal.azure.com):
35
35
@@ -51,7 +51,7 @@ You must enable the feature for your subscription before you use the EncryptionA
51
51
52
52
---
53
53
54
-
1. Confirm that the registration state is **Registered** (takes a few minutes) using the command below before trying out the feature.
54
+
1. Confirm that the registration state is **Registered** (registration may take a few minutes) using the following command before trying out the feature.
55
55
56
56
### [Azure PowerShell](#tab/azure-powershell)
57
57
@@ -69,9 +69,9 @@ You must enable the feature for your subscription before you use the EncryptionA
69
69
## Deploy a VM with platform-managed keys
70
70
71
71
1. Sign in to the [Azure portal](https://portal.azure.com).
72
-
1. Search for **Virtual Machines** and select **+ Add** to create a VM.
73
-
1.Create a new virtual machine, select an appropriate region and a supported VM size.
74
-
1. Fill in the other values on the **Basic** pane as you like, then proceed to the **Disks** pane.
72
+
1. Search for **Virtual Machines** and select **+ Create** to create a VM.
73
+
1.Select an appropriate region and a supported VM size.
74
+
1. Fill in the other values on the **Basic** pane as you like, and then proceed to the **Disks** pane.
75
75
76
76
:::image type="content" source="media/virtual-machines-disks-encryption-at-host-portal/disks-encryption-at-host-basic-blade.png" alt-text="Screenshot of the virtual machine creation basics pane, region and VM size are highlighted." lightbox="media/virtual-machines-disks-encryption-at-host-portal/disks-encryption-at-host-basic-blade.png":::
77
77
@@ -82,7 +82,7 @@ You must enable the feature for your subscription before you use the EncryptionA
82
82
83
83
1. For the rest of the VM deployment process, make selections that fit your environment, and complete the deployment.
84
84
85
-
You have now deployed a VM with encryption at host enabled, and the cache for the disk is encrypted using platform-managed keys.
85
+
You've now deployed a VM with encryption at host enabled, and the cache for the disk is encrypted using platform-managed keys.
86
86
87
87
## Deploy a VM with customer-managed keys
88
88
@@ -113,7 +113,7 @@ Now that you've setup an Azure Key Vault and disk encryption set, you can deploy
113
113
114
114
1. For the rest of the VM deployment process, make selections that fit your environment, and complete the deployment.
115
115
116
-
You have now deployed a VM with encryption at host enabled using customer-managed keys.
116
+
You've now deployed a VM with encryption at host enabled using customer-managed keys.
Copy file name to clipboardExpand all lines: includes/virtual-machines-disks-encryption-at-host-restrictions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
author: roygara
6
6
ms.service: virtual-machines
7
7
ms.topic: include
8
-
ms.date: 09/10/2022
8
+
ms.date: 01/19/2023
9
9
ms.author: rogarana
10
10
ms.custom: include file
11
11
---
12
12
- Doesn't support ultra disks or premium SSD v2 managed disks.
13
-
- Cannot be enabled if Azure Disk Encryption (guest-VM encryption using bitlocker/DM-Crypt) is enabled on your VMs/virtual machine scale sets.
13
+
- Cannot be enabled if Azure Disk Encryption (guest-VM encryption using bitlocker/DM-Crypt) is enabled on your virtual machines (VMs) or virtual machine scale sets.
14
14
- Azure Disk Encryption cannot be enabled on disks that have encryption at host enabled.
15
-
- The encryption can be enabled on existing virtual machine scale set. However, only new VMs created after enabling the encryption are automatically encrypted.
15
+
- The encryption can be enabled on existing virtual machine scale sets. However, only new VMs created after enabling the encryption are automatically encrypted.
16
16
- Existing VMs must be deallocated and reallocated in order to be encrypted.
17
17
- Supports ephemeral OS disks but only with platform-managed keys.
Copy file name to clipboardExpand all lines: includes/virtual-machines-disks-encryption-create-key-vault-portal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
ms.author: rogarana
10
10
ms.custom: include file
11
11
---
12
-
Setting up customer-managed keys for your disks will require you to create resources in a particular order, if you're doing it for the first time. First, you will need to create and set up an Azure Key Vault.
12
+
Setting up customer-managed keys for your disks requires you to create resources in a particular order, if you're doing it for the first time. First, you'll need to create and set up an Azure Key Vault.
13
13
14
14
## Set up your Azure Key Vault
15
15
@@ -53,7 +53,7 @@ Now that you've created the Azure key vault and a key, you must add an Azure RBA
53
53
## Set up your disk encryption set
54
54
55
55
1. Search for **Disk Encryption Sets** and select it.
56
-
1. On the **Disk Encryption Sets** pane select **+Create**.
56
+
1. On the **Disk Encryption Sets** pane, select **+Create**.
57
57
1. Select your resource group, name your encryption set, and select the same region as your key vault.
58
58
1. For **Encryption type**, select **Encryption at-rest with a customer-managed key**.
59
59
@@ -67,7 +67,7 @@ Now that you've created the Azure key vault and a key, you must add an Azure RBA
67
67
68
68
:::image type="content" source="media/virtual-machines-disk-encryption-portal/server-side-encryption-disk-set-blade.png" alt-text="Screenshot of the disk encryption creation pane. Showing the subscription, resource group, disk encryption set name, region, and key vault + key selector." lightbox="media/virtual-machines-disk-encryption-portal/server-side-encryption-disk-set-blade.png":::
69
69
70
-
1. Navigate to the disk encryption set once it is deployed, and select the displayed alert.
70
+
1. Navigate to the disk encryption set once it's deployed, and select the displayed alert.
71
71
72
72
:::image type="content" source="media/virtual-machines-disk-encryption-portal/disk-encryption-set-perm-alert.png" alt-text="Screenshot of user selecting the 'To associate a disk, image, or snapshot with this disk encryption set, you must grant permissions to the key vault' alert." lightbox="media/virtual-machines-disk-encryption-portal/disk-encryption-set-perm-alert.png":::
0 commit comments