Skip to content

Commit 22ccc68

Browse files
authored
Update "How to display encryption settings on Azure Linux Virtual Machines" (#8188)
* Update how-to-display-encryption-settings-with-azure-resource-explorer.md * Update toc.yml * Fix alt-text formatting in markdown file * Fix typos and capitalization in toc.yml
1 parent f442a8d commit 22ccc68

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

support/azure/virtual-machines/linux/how-to-display-encryption-settings-with-azure-resource-explorer.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: How to display encryption settings on Azure Linux Virtual Machines
2+
title: How to Display Encryption Settings on Azure Linux Virtual Machines
33
description: Learn how to visualize encryption settings stamped on a disk or VM after Azure Disk Encryption (ADE) is deployed.
44
author: elicorme
55
ms.author: elcorral
66
ms.date: 01/20/2025
77
ms.reviewer: divargas
88
ms.service: azure-virtual-machines
99
ms.custom: linux-related-content
10-
ms.topic: troubleshooting
10+
ms.topic: how-to
1111
ms.collection: linux
1212
---
1313

@@ -24,7 +24,7 @@ When Azure Disk Encryption (ADE) is enabled on an Azure Linux Virtual Machine (V
2424

2525
## How to identify the ADE extension version
2626

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

2929
- If the version number is `0.*`, the disk uses **dual-pass encryption**.
3030
- 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
3737
## <a id="portal"> </a> Verify ADE encryption settings through Azure portal
3838

3939
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.
4141

42-
:::image type="content" source="./media/how-to-display-encryption-settings-in-azure-vms/searchresourceexplorerportal.png" alt-text="Portal search bar":::
42+
:::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.":::
4343

44-
3. Select the "Resource Explorer" icon.
44+
3. Select the **Resource Explorer** icon.
4545
4. Select the subscription that you want to review.
4646
5. Locate the disk that you want to review by using either by the resource group path or the provider path.
4747

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.":::
4949

50-
:::image type="content" source="./media/how-to-display-encryption-settings-in-azure-vms/compute.jpeg" alt-text="Disk selected":::
50+
:::image type="content" source="./media/how-to-display-encryption-settings-in-azure-vms/compute.jpeg" alt-text="Screenshot that shows the desired disk selected.":::
5151

5252
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:
5353

@@ -89,7 +89,7 @@ If you're already using the dual-pass version of ADE, the encryption settings ar
8989

9090
## Verify ADE encryption settings through Azure Web Resource Explorer
9191

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.
9393

9494
## Next steps
9595

support/azure/virtual-machines/linux/toc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- name: VM availability might be inaccurate during restart
3636
href: ../windows/inaccurate-vm-availability-during-vm-restart.md?context=/troubleshoot/azure/virtual-machines/linux/context/context
3737

38-
- name: Increase Quota Limits
38+
- name: Increase quota limits
3939
items:
4040
- name: Increase compute vCPU limits (Quota)
4141
items:
@@ -205,7 +205,7 @@
205205
- name: Root Cause Analysis of unexpected VM reboot
206206
href: ../windows/unexpected-vm-reboot-root-cause-analysis.md?context=/troubleshoot/azure/virtual-machines/linux/context/context
207207

208-
- name: Received an Allocation Failure
208+
- name: Received an allocation failure
209209
items:
210210
- name: Allocation failures
211211
href: ../windows/allocation-failure.md?context=/troubleshoot/azure/virtual-machines/linux/context/context
@@ -240,7 +240,7 @@
240240
- name: Cloud-init-enabled VM takes a long time to start up
241241
href: cloud-init-deployment-delay.md
242242

243-
- name: Disk Management
243+
- name: Disk management
244244
items:
245245
- name: Overview
246246
href: /azure/virtual-machines/managed-disks-overview?context=/troubleshoot/azure/virtual-machines/linux/context/context
@@ -349,7 +349,7 @@
349349
href: /azure/virtual-machines/linux/disk-encryption-troubleshooting?context=/troubleshoot/azure/virtual-machines/linux/context/context
350350
- name: Unlock the encrypted disk for offline repair
351351
href: unlock-encrypted-linux-disk-offline-repair.md
352-
- name: How to display encription settings with resource explorer
352+
- name: How to display encryption settings with Resource Explorer
353353
href: /azure/virtual-machines/linux/how-to-display-encryption-settings-with-azure-resource-explorer.md
354354
- name: FAQ
355355
href: /azure/virtual-machines/linux/disk-encryption-faq?context=/troubleshoot/azure/virtual-machines/linux/context/context
@@ -402,9 +402,9 @@
402402
- name: Issues with Python 3-enabled Linux systems
403403
href: /azure/virtual-machines/extensions/issues-using-vm-extensions-python-3?context=/troubleshoot/azure/virtual-machines/linux/context/context
404404

405-
- name: Custom script extenions (CSE) for Linux
405+
- name: Custom script extensions (CSE) for Linux
406406
items:
407-
- name: Previous command is re-run
407+
- name: Previous command is rerun
408408
href: customscript-reruns-previous-command.md
409409
- name: Linux - version 2
410410
href: /azure/virtual-machines/extensions/custom-script-linux#troubleshooting?context=/troubleshoot/azure/virtual-machines/linux/context/context

0 commit comments

Comments
 (0)