0

I am working on a VM in Azure. Recently Azure subscription is expired(disabled) & got a new subscription(For some reasons could not renew it).

Now trying to migrate my VM to the new subscription. How can I do it. Thanks in advance.

Tried downloading VHD(Virtual Hard Disk). Unable to create VM using this VHD.

VM Details: Ubuntu Server 18.04 LTS

1 Answers1

1

Unfortunately, you cannot move the resources from a disabled subscription. Please contact the Azure billing support (it's free)

You can refer here on how to move the VM from one subscription to another (For an Active subscription)

Jayendran
  • 9,638
  • 8
  • 60
  • 103
  • yes, unable to migrate my VM. I created a VHD in old subscription. can I create VM with this VHD in my new subscription. – Murali Krishna Oct 23 '18 at 10:08
  • @MuraliKrishna As long as the subscription is disabled you can't do the migration. You can refer my link in the answer for the creation of VM from the VHD – Jayendran Oct 24 '18 at 04:50