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: includes/virtual-machines-disks-encryption-portal.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,14 @@ 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. Disk encryption set creation is not yet available in the global Azure portal.
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
47
48
-
1. Open the [disk encryption sets link](https://aka.ms/diskencryptionsets).
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
+
49
54
1. Select **+Add**.
50
55
51
56

@@ -71,7 +76,12 @@ Two notifications should pop up and succeed. Doing this will allow you to use th
71
76
Now that you've created and set up your key vault and the disk encryption set, you can deploy a VM using the encryption.
72
77
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.
73
78
74
-
1. Open the [disk encryption sets link](https://aka.ms/diskencryptionsets).
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
+
75
85
1. Search for **Virtual Machines** and select **+ Add** to create a VM.
76
86
1. On the **Basic** tab, select the same region as your disk encryption set and Azure Key Vault.
77
87
1. Fill in the other values on the **Basic** tab as you like.
@@ -91,7 +101,12 @@ To manage and configure disk encryption on your existing disks, you must use the
91
101
> [!CAUTION]
92
102
> Enabling disk encryption on any disks attached to a VM will require that you stop the VM.
93
103
94
-
1. Open the [disk encryption sets link](https://aka.ms/diskencryptionsets).
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
+
95
110
1. Navigate to a VM which is in the same region as one of your disk encryption sets.
0 commit comments