Migrate from Azure Disk Encryption to encryption at host

Freestone 10 Reputation points
2025-11-24T16:23:26.2233333+00:00

So, I've received an email from Microsoft about the retirement of ADE in Azure and that VMs need to be migrated over to Encryption at host. The deadline is September 2028 so there's plenty of time but from what I've read, this isn't going to be easy and I imagine we're going to have issues moving forward.

The process requires us to remove our servers from the domain before following the steps, my first issue is that we have many 70+ VMs including domain controllers and removing each one, and then adding again feels like it's going to cause many issues, the second is that when the deadline is reached, any server trying to boot from a disk or access a disk that was protected by ADE will no longer be able to access the key vault to unlock the disks for data access.

Surely this will affect any backupsthat we have in Azure previous to switching to encryption at host. Causing issues with restores and accessing data.

Any guidance on this would by much appreciated.

https://learn.microsoft.com/en-us/azure/virtual-machines/disk-encryption-migrate?tabs=CLI%2CCLI2%2CCLI3%2CCLI4%2CCLI5%2CCLI-cleanup&source=docs

Azure Disk Encryption
Azure Disk Encryption
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.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ankit Yadav 6,345 Reputation points Microsoft External Staff Moderator
    2025-11-25T13:14:00.9133333+00:00

    Hello @Freestone ,

    1. Yes, migrating domain-joined systems will require careful planning and likely multiple maintenance windows. You can expect downtime several minutes depending on how quickly you recreate the VM and rejoin the domain.
      Doing this manually can be quite cumbersome and can be error prone too thus automation is highly recommended. You can use powershell or Azure tools (ARM/Bicep templates) to script domain unjoin, save network configuration and automate VM creation with --encryption-at-host true and domain join.
    2. Any VM or disk still using ADE by the retirement date becomes inaccessible once platform support ends. This includes running VMs, stopped VMs, and backups that rely on ADE. To avoid data loss, all ADE-encrypted disks must be decrypted or migrated before the deadline. I'd suggest treat mid-2028 as your effective cut-off and ensure no critical data exists only in old ADE-encrypted backups—restore and re-back them up using the new encryption method while support is still available.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.