0

virtual machine is encrypted with disk encryption for data and OS disks.now i want to continue the encryption by moving the same machine into another subscription. the encryption keys are stored in key vault

1 Answers1

2

Virtual disks on Azure VMs are encrypted by using cryptographic keys that are secured in an Azure Key Vault. Document states that

Virtual Machines with certificate stored in Key Vault can be moved to a new resource group in the same subscription, but not across subscriptions.

and

Key Vault - Key Vaults used for disk encryption can't be moved to resource groups in the same subscription or across subscriptions.

So you need to disable encryption the virtual machine first then moves it and enable encryption again with a new key vault.

Nancy
  • 26,865
  • 3
  • 18
  • 34