An Azure service for virtual machines (VMs) that helps address organizational security and compliance requirements by encrypting the VM boot and data disks with keys and policies that are controlled in Azure Key Vault.
Hello @Anonymous
Removing the Unified Data Encryption (UDE) flag from disks encrypted with Azure Disk Encryption (ADE) is not supported for migration to Encryption at Host. This does not make the disk compatible and may cause unsupported setups and risks.
Microsoft does not support an in‑place conversion from Azure Disk Encryption (ADE) to Encryption at Host. This applies even if ADE is disabled and the disk appears decrypted.
Disks that were ever encrypted with ADE retain UDE metadata, and:
- This metadata persists even after decryption
- Snapshots and disk copies retain the UDE flag
- Disks with UDE cannot be used to enable Encryption at Host
This behavior is by design.
Consequences of Manually Removing the UDE Flag :
Removing the UDE flag using unsupported methods (for example, directly updating disk encryption settings) can result in:
- A configuration that is not supported by Microsoft
- Failure when enabling Encryption at Host
- Operational risk during VM restarts, disk attachment, or future platform updates
- Potential issues during support escalation, as the state is outside documented scenarios
For these reasons, Microsoft strongly recommends not attempting to remove UDE to bypass migration requirements.
Possible Action :
The only supported method to move from ADE to Encryption at Host is to create new disks and a new VM with Encryption at Host enabled.
High‑level supported approach:
- Back up all data from the existing VM.
- Create new managed disks that do not carry ADE/UDE metadata (using the upload method or fresh disk creation).
- Deploy a new VM with Encryption at Host enabled.
- Attach the new disks and restore application/data as required.
- Decommission the old ADE‑encrypted VM and disks once validation is complete.
This ensures the VM is fully compliant, supported, and future‑proof.
Encryption at Host provides:
- End‑to‑end encryption for OS, data, temp disks, and disk caches
- No dependency on in‑guest encryption extensions
- Lower operational complexity compared to ADE
Microsoft also recommends Encryption at Host for all new VM deployments, as Azure Disk Encryption is scheduled for retirement on September 15, 2028.
Thanks,
Manish.