Skip to content

Commit 8317eff

Browse files
committed
updated the TOC and required details
1 parent e855293 commit 8317eff

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

articles/virtual-machines/linux/how-to-verify-encryption-status.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,20 @@ You can also get further details clicking on the extension and then on *View det
5454
5555
## Using PowerShell:
5656

57-
You can validate the **general** encryption status of an encrypted VM using the following PowerShell commands:
58-
```azurepowershell
59-
$VMNAME="VMNAME"
60-
$RGNAME="RGNAME"
61-
Get-AzVmDiskEncryptionStatus -ResourceGroupName ${RGNAME} -VMName ${VMNAME}
62-
```
57+
You can validate the **general** encryption status of an encrypted VM using the following PowerShell commands:
58+
59+
```azurepowershell
60+
$VMNAME="VMNAME"
61+
$RGNAME="RGNAME"
62+
Get-AzVmDiskEncryptionStatus -ResourceGroupName ${RGNAME} -VMName ${VMNAME}
63+
```
6364

6465
>[!NOTE]
6566
> Replace the "VMNAME" and "RGNAME" variables accordingly
6667
6768
![verify status PowerShell 1](./media/disk-encryption/verify-encryption-linux/verify-status-ps-01.png)
6869

69-
You can capture the encryption settings from each individual disk using the following PowerShell commands:
70+
You can capture the encryption settings from each individual disk using the following PowerShell commands:
7071

7172
**Single-Pass:**
7273
In the case of single-pass the encryption settings are stamped in each of the disks (OS and Data).

articles/virtual-machines/linux/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@
310310
href: disk-encryption-portal-quickstart.md
311311
- name: Key vault for Azure Disk Encryption
312312
href: disk-encryption-key-vault.md
313+
- name: How to verify encryption status
314+
href: how-to-verify-encryption-status.md
313315
- name: Disk encryption sample scripts
314316
href: disk-encryption-sample-scripts.md
315317
- name: Disk encryption on an isolated network

0 commit comments

Comments
 (0)