Module to enable Azure Disk encryption with storing of keys in Azure KeyVault. Azure Disk Encryption (ADE) is a capability that helps you encrypt your Windows and Linux IaaS virtual machine disks. ADE leverages the industry standard BitLocker feature of Windows and the DM-Crypt feature of Linux to provide volume encryption for the OS and data disks. The solution is integrated with Azure Key Vault to help you control and manage the disk-encryption keys and secrets. The solution also ensures that all data on the virtual machine disks are encrypted at rest in your Azure storage.
When I'm trying to encrypt VM os disk. I'm getting following error:
Error: Code="VMExtensionProvisioningError" Message="VM has reported a failure when processing extension 'test'. Error message: \"LVM OS disk layout does not satisfy prerequisites ( see https://aka.ms/adelvm )\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/vmextensionlinuxtroubleshoot "
I'm using a custom Redhat image that uses LVM. Is there anyway I can encrypt VM with LVM?
Custom images are not supported by ADE fyi. There is a defined list of supported images.
They do however offer an option for custom images.
Prepare a pre-encrypted Linux VHD
When I'm trying to encrypt VM os disk. I'm getting following error:
Error: Code="VMExtensionProvisioningError" Message="VM has reported a failure when processing extension 'test'. Error message: \"LVM OS disk layout does not satisfy prerequisites ( see https://aka.ms/adelvm )\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/vmextensionlinuxtroubleshoot "
I'm using a custom Redhat image that uses LVM. Is there anyway I can encrypt VM with LVM?