Share via

Azure Tenant to Tenant Migration

Sunday Abioye 20 Reputation points
2026-04-02T10:05:12.87+00:00

Can an Azure subscription be transferred between tenants in different data residency geographies (e.g. LATAM to Europe)? Using the "Change Directory" button.

I have been told this would have to be a rebuild of resources into a new subscription in the new Tenant as tenants are in different regions.

Azure Migrate
Azure Migrate

A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.

0 comments No comments

Answer accepted by question author
  1. Marcin Policht 85,075 Reputation points MVP Volunteer Moderator
    2026-04-02T11:06:25.39+00:00

    Yep - AFAIK, an Azure subscription can be transferred between tenants in different data residency geographies using the Change Directory button. Transferring a subscription merely reassociates the subscription's trust relationship with a different Microsoft Entra ID tenant. This action changes which tenant manages identities, role assignments, and billing, but it does not physically move the underlying resources or change their hosting region.

    The tenant geography refers to where directory metadata is stored, while the resource region refers to the data center where your actual services, such as virtual machines or storage accounts, reside. If your resources are currently in a LATAM region, they will remain in that LATAM region even after the subscription is moved to a tenant based in Europe. Consequently, if your objective is to move the data itself to a different geography for compliance or residency reasons, the Change Directory button will not achieve this; in that case, you would indeed need to migrate or rebuild resources in a new region.

    When you perform this transfer, you must be prepared for the immediate loss of all identity-related configurations. All RBAC assignments and custom roles are permanently deleted during the move. Additionally, system-assigned and user-assigned managed identities will break and must be reconfigured or recreated in the target tenant. While the resources themselves remain operational and do not experience downtime, any management scripts or tools relying on the old tenant's security principals will cease to function until updated.

    To initiate the process, you must have Owner permissions on the subscription in the source directory and sufficient administrative permissions in the destination directory. After the transfer, only the user who accepted the transfer in the new tenant will initially have access to manage the resources, and they must manually re-grant permissions to other users and service principals.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.