Move Azure resources from one subscription to another subscription.

Irfan Khan 100 Reputation points
2024-02-08T19:44:29.09+00:00

Hello, I have Owner access to 2 Azure subscriptions. Example: Subscription01 & Subscription02. Issue: Subscription02 gone disabled due to expired. Want to achieve: Created a Resource Group in Subscription01 named "rg001" and want to move resources from Subscription02 like Virtual Machine and its associated resources to "rg001" under Subscription01. Error: The subscription "Subscription02" is disabled and therefore marked as read only. You cannot perform any write actions on this subscription until it is re-enabled. Troubleshooting Steps already tried: Moving resources through portal by "Move to another subscription" option, moving resources through Azure PowerShell before validating, got the same error, tried Azure Resource Mover. Are there really any options left for me to move resources from a disabled Subscription to another subscription? Need assistance, your help in this matter would give me a better help. Thank you.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,585 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 104K Reputation points MVP
    2024-02-08T19:55:44.7466667+00:00

    Hi @Irfan Khan ,

    you can't move Azure resources from an disabled Azure Subscription. A move is reading/copying and deleting. And it's only possible to read if the Azure Subscription is disabled.

    Easiest option might be to reactivate Azure Subscription02 and move the Azure resources to Subscription01.

    If there are only Azure VMs in Subscription02 you can download the disks and recreate the Azure network infrastructure from the scratch in Subscription01, upload the disks and create the VMs using the uploaded disks.

    All other Azure resources have to be recreated in Subsciption01 if it's not possible to activate Subscription02 again.


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful