More Info:

Encrypting disks ensures that their entire content is fully unrecoverable without a key and thus protects the volume from unwarranted reads.

Risk Level

Critical

Address

Security

Compliance Standards

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

Triage and Remediation

Remediation

Sure, here are the step-by-step instructions to remediate the issue of disks lacking encryption in Azure using the Azure console:

  1. Login to your Azure portal (https://portal.azure.com/).

  2. On the left-hand side of the portal, click on the “Virtual machines” option under the “Compute” section.

  3. Select the virtual machine that has the unencrypted disk(s) that you want to encrypt.

  4. In the virtual machine’s “Overview” page, click on the “Disks” option in the left-hand menu.

  5. Select the unencrypted disk that you want to encrypt, and then click on the “Disk encryption” option in the top menu.

  6. In the “Disk encryption” page, click on the “Enable encryption” button.

  7. In the “Enable encryption” page, select the Azure Key Vault where you want to store the disk encryption keys, or create a new one if you don’t have one already.

  8. Click on the “Select” button next to the “Key vault” field, and then select the key vault that you want to use or create a new one.

  9. In the “Encryption settings” section, choose the encryption type that you want to use. Azure offers two types of encryption: “Azure managed keys” and “Customer managed keys”.

  10. If you choose “Azure managed keys”, Azure will automatically generate and manage the encryption keys for you. If you choose “Customer managed keys”, you will need to provide your own encryption keys.

  11. Click on the “Review + create” button to review your settings.

  12. If everything looks good, click on the “Create” button to enable encryption for the selected disk.

That’s it! The selected disk will now be encrypted using the encryption settings that you specified. Repeat the above steps for any other unencrypted disks that you want to encrypt.

Additional Reading: