Skip to content

Commit 6f5daa8

Browse files
committed
updates
1 parent f5a4d9f commit 6f5daa8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/devtest-labs/encrypt-disks-customer-managed-keys.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Server-side encryption (SSE) protects your data and helps you meet your organiza
1717
In Azure DevTest Labs, all OS disks and data disks created in a lab are encrypted via platform-managed keys. However, as a lab owner, you can choose to manage the encryption of lab virtual machine disks by using your own keys. If you choose to manage encryption by using your own keys, you can specify a *customer-managed key* to use for encrypting data in lab disks. To learn more about SSE with customer-managed keys, and other managed disk encryption types, see [Customer-managed keys](/azure/virtual-machines/disk-encryption#customer-managed-keys). Also, see [restrictions with using customer-managed keys](/azure/virtual-machines/disks-enable-customer-managed-keys-portal#restrictions).
1818

1919
> [!NOTE]
20-
> - The disk encryption setting applies to newly created disks in the lab. If you change the disk encryption set at some point, older disks in the lab will continue to be encrypted with the previous disk encryption set.
20+
> The disk encryption setting applies to newly created disks in the lab. If you change the disk encryption set at some point, older disks in the lab will continue to be encrypted with the previous disk encryption set.
2121
2222
The following section shows how a lab owner can set up encryption with a customer-managed key.
2323

2424
## Prerequisites
2525

26-
- If you don't have a disk encryption set, complete the steps in this article to [set up a key vault and a disk encryption set](/azure/virtual-machines/disks-enable-customer-managed-keys-portal). Note the following requirements for the disk encryption set:
26+
- If you don't have a disk encryption set, [complete the steps in this article to set up a key vault and a disk encryption set](/azure/virtual-machines/disks-enable-customer-managed-keys-portal). Note the following requirements for the disk encryption set:
2727

2828
- The disk encryption set needs to be in same region and subscription as your lab.
2929
- The lab owner needs to have at least reader-level access to the disk encryption set that will be used to encrypt lab disks.
@@ -47,13 +47,13 @@ The following section shows how a lab owner can set up encryption with a custome
4747

4848
## Encrypt lab OS disks with a customer-managed key
4949

50-
1. On the overview page for your lab in the Azure portal, select **Configuration and policies** in the left menu.
51-
1. On the **Configuration and policies** page, select **Disks (Preview)** in the **Encryption** section. By default, **Encryption type** is set to **Encryption at-rest with a platform managed key**.
50+
1. On the overview page for your lab in the Azure portal, select **Configuration and policies** in the left pane.
51+
1. In the left pane of the **Configuration and policies** page, select **Disks (Preview)** in the **Encryption** section. By default, **Encryption type** is set to **Encryption at-rest with a platform managed key**.
5252

5353
:::image type="content" source="./media/encrypt-disks-customer-managed-keys/disks-page.png" alt-text="Screenshot that shows the Disks pane in Configuration and policies." lightbox="./media/encrypt-disks-customer-managed-keys/disks-page.png":::
5454

55-
1. Under **Encryption type**, select **Encryption at-rest with a customer managed key**.
56-
1. For **Disk encryption set**, select the disk encryption set you created earlier. It's the same disk encryption set that the system-assigned identity of the lab can access.
55+
1. In the **Encryption type** box, select **Encryption at-rest with a customer managed key**.
56+
1. In the **Disk encryption set** box, select the disk encryption set you created earlier. It's the same disk encryption set that the system-assigned identity of the lab can access.
5757
1. Select **Save** at the top of the pane.
5858

5959
:::image type="content" source="./media/encrypt-disks-customer-managed-keys/disk-encryption-set.png" alt-text="Screenshot that shows the steps to complete in Configuration and policies." lightbox="./media/encrypt-disks-customer-managed-keys/disk-encryption-set.png":::
@@ -74,7 +74,7 @@ The following section shows how a lab owner can set up encryption with a custome
7474
> [!div class="mx-imgBorder"]
7575
> :::image type="content" source="./media/encrypt-disks-customer-managed-keys/vm-resource-group.png" alt-text="Screenshot that shows the VM in its resource group." lightbox="./media/encrypt-disks-customer-managed-keys/vm-resource-group.png":::
7676
77-
1. In the left pane, select **Encryption**. Validate that encryption is set to customer-managed key with the disk encryption set that you selected.
77+
1. In the left pane, under **Settings**, select **Encryption**. Validate that encryption is set to customer-managed key with the disk encryption set that you selected.
7878

7979
> [!div class="mx-imgBorder"]
8080
> :::image type="content" source="./media/encrypt-disks-customer-managed-keys/validate-encryption.png" alt-text="Screenshot that shows the encryption type of the VM.":::
-7.57 KB
Loading

0 commit comments

Comments
 (0)