code-assassin
code-assassin

Reputation: 415

How to migrate an Resource from an Azure Account to another Azure Account

I want to migrate an appservice from an Azure account and Azure Active Directory tenant to Azure account and Azure AD tenant. How can I do that? Current solution as detailed by microsoft at https://learn.microsoft.com/en-us/azure/azure-resource-manager/resource-group-move-resources; details how to migrate resources between subscription with same tenant id.

Any suggestion on how to do this is appreciated.

Upvotes: 0

Views: 3569

Answers (1)

Andy Sinclair
Andy Sinclair

Reputation: 2303

When the resource/subscription exists in a different AD tenant you need to change the tenant of one of the subscriptions (i.e. you can only transfer resources where the subscriptions exist in the same tenant).

Note: You can only do this if you are a Service Administrator and signed in using a Microsoft i.e non organizational account.

The first section of the Microsoft documentation you referenced explains how to do this.

Upvotes: 1

Related Questions