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
@@ -24,15 +24,15 @@ Setting up customer-managed keys for your disks will require you to create resou
24
24
> Your Azure key vault, disk encryption set, VM, disks, and snapshots must all be in the same region and subscription for deployment to succeed.
25
25
26
26
1. Select **+Add** to create a new Key Vault.
27
-
1. Create a new resource group
27
+
1. Create a new resource group.
28
28
1. Enter a key vault name, select a region, and select a pricing tier.
29
29
1. Select **Review + Create**, verify your choices, then select **Create**.
30
30
31
31

32
32
33
33
1. Once your key vault finishes deploying, select it.
34
34
1. Select **Keys** under **Settings**.
35
-
1. Select **Generate/Import**
35
+
1. Select **Generate/Import**.
36
36
37
37

38
38
@@ -43,15 +43,8 @@ Setting up customer-managed keys for your disks will require you to create resou
43
43
44
44
#### Setting up your disk encryption set
45
45
46
-
To create and configure disk encryption sets, you must use the following link: https://aka.ms/diskencryptionsets. If you are in the Microsoft Azure Government regions, you must use this link instead: [https://aka.ms/diskencryptionsetsff](https://aka.ms/diskencryptionsetsff). Disk encryption set creation is not yet available in the global Azure portal.
47
-
48
-
1. Open the disk encryption sets link appropriate for your region:
49
-
50
-
Public regions: [https://aka.ms/diskencryptionsets](https://aka.ms/diskencryptionsets)
51
-
52
-
Azure Government regions: [https://aka.ms/diskencryptionsetsff](https://aka.ms/diskencryptionsetsff)
53
-
54
-
1. Select **+Add**.
46
+
1. Search for **Disk Encryption Sets** and select it.
47
+
1. On the **Disk Encryption Sets** blade select **+Add**.
55
48
56
49

57
50
@@ -76,12 +69,6 @@ Two notifications should pop up and succeed. Doing this will allow you to use th
76
69
Now that you've created and set up your key vault and the disk encryption set, you can deploy a VM using the encryption.
77
70
The VM deployment process is similar to the standard deployment process, the only differences are that you need to deploy the VM in the same region as your other resources and you opt to use a customer managed key.
78
71
79
-
1. Open the disk encryption sets link appropriate for your region:
80
-
81
-
Public regions: [https://aka.ms/diskencryptionsets](https://aka.ms/diskencryptionsets)
82
-
83
-
Azure Government regions: [https://aka.ms/diskencryptionsetsff](https://aka.ms/diskencryptionsetsff)
84
-
85
72
1. Search for **Virtual Machines** and select **+ Add** to create a VM.
86
73
1. On the **Basic** tab, select the same region as your disk encryption set and Azure Key Vault.
87
74
1. Fill in the other values on the **Basic** tab as you like.
@@ -96,16 +83,8 @@ The VM deployment process is similar to the standard deployment process, the onl
96
83
97
84
#### Enable on an existing disk
98
85
99
-
To manage and configure disk encryption on your existing disks, you must use the following link: https://aka.ms/diskencryptionsets. Enabling customer-managed keys on existing disks is not yet available in the global Azure portal.
100
-
101
86
> [!CAUTION]
102
87
> Enabling disk encryption on any disks attached to a VM will require that you stop the VM.
103
-
104
-
1. Open the disk encryption sets link appropriate for your region:
105
-
106
-
Public regions: [https://aka.ms/diskencryptionsets](https://aka.ms/diskencryptionsets)
107
-
108
-
Azure Government regions: [https://aka.ms/diskencryptionsetsff](https://aka.ms/diskencryptionsetsff)
109
88
110
89
1. Navigate to a VM that is in the same region as one of your disk encryption sets.
0 commit comments