Skip to content

Commit bace1f7

Browse files
authored
Merge pull request #108702 from roygara/cmkLink
Removing CMK links
2 parents 690554d + 45039d3 commit bace1f7

File tree

1 file changed

+6
-27
lines changed

1 file changed

+6
-27
lines changed

includes/virtual-machines-disks-encryption-portal.md

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: roygara
66
ms.service: virtual-machines
77
ms.topic: include
8-
ms.date: 03/11/2020
8+
ms.date: 03/23/2020
99
ms.author: rogarana
1010
ms.custom: include file
1111
---
@@ -15,7 +15,7 @@ Setting up customer-managed keys for your disks will require you to create resou
1515

1616
#### Setting up your Azure Key Vault
1717

18-
1. Sign into the [Azure portal](https://portal.azure.com/) and search for Key Vault
18+
1. Sign into the [Azure portal](https://portal.azure.com/).
1919
1. Search for and select **Key Vaults**.
2020

2121
[ ![sse-key-vault-portal-search.png](media/virtual-machines-disk-encryption-portal/sse-key-vault-portal-search.png)](media/virtual-machines-disk-encryption-portal/sse-key-vault-portal-search-expanded.png#lightbox)
@@ -24,15 +24,15 @@ Setting up customer-managed keys for your disks will require you to create resou
2424
> Your Azure key vault, disk encryption set, VM, disks, and snapshots must all be in the same region and subscription for deployment to succeed.
2525
2626
1. Select **+Add** to create a new Key Vault.
27-
1. Create a new resource group
27+
1. Create a new resource group.
2828
1. Enter a key vault name, select a region, and select a pricing tier.
2929
1. Select **Review + Create**, verify your choices, then select **Create**.
3030

3131
![Screenshot of the Azure Key Vault creation experience. Showing the particular values you create](media/virtual-machines-disk-encryption-portal/sse-create-a-key-vault.png)
3232

3333
1. Once your key vault finishes deploying, select it.
3434
1. Select **Keys** under **Settings**.
35-
1. Select **Generate/Import**
35+
1. Select **Generate/Import**.
3636

3737
![Screenshot of the Key Vault resource settings pane. Shows the generate/import button inside settings.](media/virtual-machines-disk-encryption-portal/sse-key-vault-generate-settings.png)
3838

@@ -43,15 +43,8 @@ Setting up customer-managed keys for your disks will require you to create resou
4343

4444
#### Setting up your disk encryption set
4545

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**.
5548

5649
![Screenshot of the disk encryption portal main screen. Highlighting the Add button](media/virtual-machines-disk-encryption-portal/sse-create-disk-encryption-set.png)
5750

@@ -76,12 +69,6 @@ Two notifications should pop up and succeed. Doing this will allow you to use th
7669
Now that you've created and set up your key vault and the disk encryption set, you can deploy a VM using the encryption.
7770
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.
7871

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-
8572
1. Search for **Virtual Machines** and select **+ Add** to create a VM.
8673
1. On the **Basic** tab, select the same region as your disk encryption set and Azure Key Vault.
8774
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
9683

9784
#### Enable on an existing disk
9885

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-
10186
> [!CAUTION]
10287
> 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)
10988
11089
1. Navigate to a VM that is in the same region as one of your disk encryption sets.
11190
1. Open the VM and select **Stop**.

0 commit comments

Comments
 (0)