Skip to content

Commit 33688a9

Browse files
authored
add markdown to new note
1 parent 3828d99 commit 33688a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/virtual-machines/linux/encrypt-disks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ ms.author: iainfou
2121
# How to encrypt virtual disks on a Linux VM
2222
For enhanced virtual machine (VM) security and compliance, virtual disks and the VM itself can be encrypted. VMs are encrypted using cryptographic keys that are secured in an Azure Key Vault. You control these cryptographic keys and can audit their use. This article details how to encrypt virtual disks on a Linux VM using the Azure CLI 2.0. You can also perform these steps with the [Azure CLI 1.0](encrypt-disks-nodejs.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
2323

24-
NOTE: Make sure that you have the vfat driver enabled in your Linux VM. Some security practices such as CIS benchmarks ask to disable the vfat driver. That driver is required for encryption to work after the process is finished.
24+
> [!NOTE]
25+
> Make sure that you have the vfat driver enabled in your Linux VM. Some security practices such as CIS benchmarks ask to disable the vfat driver. That driver is required for encryption to work after the process is finished.
2526
2627
## Quick commands
2728
If you need to quickly accomplish the task, the following section details the base commands to encrypt virtual disks on your VM. More detailed information and context for each step can be found the rest of the document, [starting here](#overview-of-disk-encryption).

0 commit comments

Comments
 (0)