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: support/azure/virtual-machines/linux/how-to-display-encryption-settings-with-azure-resource-explorer.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: How to display encryption settings on Azure Linux Virtual Machines
2
+
title: How to Display Encryption Settings on Azure Linux Virtual Machines
3
3
description: Learn how to visualize encryption settings stamped on a disk or VM after Azure Disk Encryption (ADE) is deployed.
4
4
author: elicorme
5
5
ms.author: elcorral
6
6
ms.date: 01/20/2025
7
7
ms.reviewer: divargas
8
8
ms.service: azure-virtual-machines
9
9
ms.custom: linux-related-content
10
-
ms.topic: troubleshooting
10
+
ms.topic: how-to
11
11
ms.collection: linux
12
12
---
13
13
@@ -24,7 +24,7 @@ When Azure Disk Encryption (ADE) is enabled on an Azure Linux Virtual Machine (V
24
24
25
25
## How to identify the ADE extension version
26
26
27
-
You can identify the ADE version in the Azure portal. To do this, open the properties of the VM, and then select `Extensions` to open the `Extensions` blade. On the `Extensions` blade, view the version number of **AzureDiskEncryptionForLinux**.
27
+
You can identify the ADE version in the Azure portal. To do this, open the properties of the VM, and then select **Extensions** to open the **Extensions** blade. On the **Extensions** blade, view the version number of **AzureDiskEncryptionForLinux**.
28
28
29
29
- If the version number is `0.*`, the disk uses **dual-pass encryption**.
30
30
- If the version number is `1.*` or a later version, the disk uses **single-pass encryption**.
@@ -37,17 +37,17 @@ If ADE single-pass is used, the extension process stamps the encryption settings
37
37
## <aid="portal"> </a> Verify ADE encryption settings through Azure portal
38
38
39
39
1. Log in to your subscription in [the Azure portal](https://portal.azure.com)
40
-
2. Search for "Resource Explorer" on the search bar.
40
+
2. Search for "resource explorer" on the search bar.
:::image type="content" source="./media/how-to-display-encryption-settings-in-azure-vms/searchresourceexplorerportal.png" alt-text="Screenshot that shows searching for resource explorer on the Azure portal search bar.":::
43
43
44
-
3. Select the "Resource Explorer" icon.
44
+
3. Select the **Resource Explorer** icon.
45
45
4. Select the subscription that you want to review.
46
46
5. Locate the disk that you want to review by using either by the resource group path or the provider path.
47
47
48
-
:::image type="content" source="./media/how-to-display-encryption-settings-in-azure-vms/providersrgs.png" alt-text="Provider and resource groups view":::
48
+
:::image type="content" source="./media/how-to-display-encryption-settings-in-azure-vms/providersrgs.png" alt-text="Screenshot that shows the provider and resource groups view in which you can select the desired disk for review.":::
:::image type="content" source="./media/how-to-display-encryption-settings-in-azure-vms/compute.jpeg" alt-text="Screenshot that shows the desired disk selected.":::
51
51
52
52
6. After the disk is selected, the corresponding JSON metadata is shown in the right panel. The encryption settings block is enclosed inside the `encryptionSettingsCollection` key. It resembles the following code:
53
53
@@ -89,7 +89,7 @@ If you're already using the dual-pass version of ADE, the encryption settings ar
89
89
90
90
## Verify ADE encryption settings through Azure Web Resource Explorer
91
91
92
-
You can access the web version of Resource Explorer through [this link](https://resources.azure.com). Follow steps 1 through 6 in []"Verify ADE encryption settings through Azure portal"](#portal) to locate the component that ou want to analyze.
92
+
Open the [web version of Resource Explorer](https://resources.azure.com), and then follow steps 1 through 6 under ["Verify ADE encryption settings through Azure portal"](#portal) to locate the component that you want to analyze.
0 commit comments