Azuredevops subscription Transfer

Srihari Papanaboyina 20 Reputation points
2026-07-16T16:30:05.7233333+00:00

we want to move Azuredevops Subscription Transfer from one company to another , what are the challenges will may get post subscription Transfer.

Azure DevOps

Answer accepted by question author
Christos Panagiotidis 3,551 Reputation points
2026-07-18T07:08:16.1166667+00:00

Treat these as separate changes. Moving billing ownership alone does not change the Entra directory or Azure DevOps organization, so repositories and Boards remain. Changing the subscription directory removes Azure RBAC assignments and custom roles; service principals, managed identities, Key Vault access, and pipeline service connections can break.

For the merger, keep the existing Azure DevOps organization and connect it to the target company’s Entra tenant; there is no supported organization merge. Before switching, ensure a target-tenant member is a Project Collection Administrator, export users, map identities, invite required guests, and request SSH-key cleanup through Support. Microsoft recommends Support when more than 100 users must be remapped.

Freeze deployments during the change. Export RBAC and service-connection inventories, then validate sign-in, groups, licenses, pipelines, agent pools, feeds, extensions, and federated credentials. If transferring billing only, leave the directory unchanged. If changing directory, re-create Azure roles and identities before production deployments resume.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Sridevi Machavarapu 33,820 Reputation points Microsoft External Staff Moderator
    2026-07-16T17:07:52.6333333+00:00

    Hello Srihari Papanaboyina,

    Thank you for the clarification.

    Please find a comparison of the two scenarios below:

    Scenario Impact
    Transfer only the Azure subscription The Azure DevOps organization and its data (Repos, Boards, Pipelines, Test Plans, and work items) remain unchanged. After the transfer, verify that your service connections still have the required permissions to access the Azure subscription and validate any pipelines that deploy to Azure resources.
    Move the subscription to a different Microsoft Entra tenant The Azure DevOps organization and its data remain unchanged, but identity-based integrations require updates. Service principals and managed identities typically need to be recreated, service connections reauthorized or recreated, and RBAC permissions reassigned in the destination tenant. Pipelines and applications that authenticate with Microsoft Entra ID should also be validated after the move.

    For a company merger, if the Azure DevOps organization will continue to be used and only the Azure subscription ownership is changing, the impact on Azure DevOps is generally limited to validating access and Azure integrations. If the subscription is also being moved to a different Microsoft Entra tenant, plan for the additional work required to reconfigure identity-based authentication and permissions.

    If your merger plan also includes moving the Azure DevOps organization to the target company's Microsoft Entra tenant, please let us know. We can provide guidance specific to that scenario.

    References

    Was this answer helpful?

    0 comments No comments

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.