More Info:

Ensure that your Microsoft Azure virtual machine (VM) boot volumes are encrypted using Azure Disk Encryption in order to meet security and compliance requirements. ADE encrypts the OS and data disks of Azure virtual machines (VMs) inside your VMs using the CPU via the DM-Crypt feature for Linux or the BitLocker feature for Windows. ADE is integrated with Azure Key Vault to help you control and manage the disk encryption keys and secrets. The boot (OS) volumes encryption and decryption is handled transparently and does not require any additional action from you, your Azure virtual machine, or your cloud application.

Risk Level

Medium

Address

Security

Compliance Standards

HIPAA, HITRUST, SOC2, GDPR, NISTCSF, PCIDSS, ISO27001

Triage and Remediation

Remediation

Sure, here are the steps to remediate the Azure Disk Encryption misconfiguration for boot disk volumes using the Azure console:

  1. Open the Azure portal and navigate to the virtual machine that you want to remediate.
  2. Click on the “Disks” option in the left-hand menu.
  3. Select the OS disk that you want to encrypt and click on “Disk encryption” in the top menu.
  4. Click on the “Enable” button to enable disk encryption.
  5. In the “Encryption settings” section, select “Azure managed key” and click on “Select existing” to select the key vault where the encryption key is stored.
  6. Select the key that you want to use for disk encryption and click on “Select”.
  7. Review the encryption settings and click on “Enable encryption” to start the encryption process.
  8. Wait for the encryption process to complete. This may take some time depending on the size of the disk.
  9. Once the encryption process is complete, restart the virtual machine to ensure that the encryption is applied to the boot disk.

That’s it! You have successfully remediated the Azure Disk Encryption misconfiguration for boot disk volumes using the Azure console.