How to migrate resources from one subscription to another (in different tenants)

Itish Agarwal 0 Reputation points Microsoft Employee
2024-07-26T07:54:03.78+00:00

We have a app service in msft tenant. However we now migrating to Torus tenant, where we have another subscription. Is it possible to migrate the app service from original subscription (in msft tenant) to the new subscription (in Tours tenant).

we have contributor access to both subscriptions.

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
818 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Sedat SALMAN 13,985 Reputation points MVP
    2024-07-26T08:15:15.3133333+00:00

    you can check the following resources to migrate resources to another subs.

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-resource-group-and-subscription

    0 comments No comments

  2. Patchfox 3,926 Reputation points
    2024-07-26T09:43:09.2+00:00

    Hi Itish Agarwal I want to help you with this question.

    You want to move one subscription to another tenant.

    Thats possible!

    You can do that like so:

    1.) Go to the Subscription blade in the Azure Portal

    2.) Search for the subscription(s) and select them

    3.) In the subscription overview you can see the button "Change directory" (at to top), click on it

    4.) In the settings menu on the right side search for the directory you want the subscription to move to.

    5.) Check the checkbox that you agree that some resources are not transferred to the new tenant like RBAC role, policies, or managed identities.

    The transfer takes some time.

    I hope this will answer your question.


    If the reply was helpful, please don’t forget to upvote or accept it as an answer, thank you!


  3. Sedat SALMAN 13,985 Reputation points MVP
    2024-07-26T10:23:20.3466667+00:00

    Hello as an addition ASR can solve your problem as well

    Here's a concise guide on using Azure Site Recovery (ASR) to move an Azure App Service from one subscription to another across different tenants:

    Steps to Move an App Service Using Azure Site Recovery (ASR)

    Set Up ASR:

    In the Azure portal, navigate to Site Recovery in both source and target subscriptions.

    Ensure ASR is configured and registered in both subscriptions.

    Prepare Source and Target:

    Create a Recovery Services vault in the target subscription.

    Ensure that the App Service Plan and related dependencies (e.g., databases, storage) are prepared in the target subscription.

    Enable Replication:

    Select your source App Service.

    In the ASR settings, choose Replicate Application.

    Configure the source and target settings, ensuring the target subscription's Recovery Services vault is selected.

    Perform a Test Failover:

    In ASR, perform a test failover to ensure that the App Service replicates correctly without affecting the live service.

    Perform Failover and Commit:

    Execute a planned failover in ASR.

    Once confirmed, commit the failover to finalize the migration.


Your answer

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