Jarrich Van de Voorde
Jarrich Van de Voorde

Reputation: 396

Change my Azure subscription Tenant ID

Following article describe how to move resources between Azure subscriptions.

https://azure.microsoft.com/en-us/documentation/articles/resource-group-move-resources/

However it says that both subscriptions must exist within the same tenant. Apparently that is not the case with my 2 Azure accounts and I didn't know until now that behind the scenes I have a Tenant ID linked to these accounts.

I'm now wondering how to get some of my accounts that I'm using for my company to be linked to a common Tenant ID.

Any ideas?

Upvotes: 2

Views: 4982

Answers (2)

Vadim Berman
Vadim Berman

Reputation: 2032

Updated answer for the new portal (early 2018).

Follow this link: How to associate or add an Azure subscription to Azure Active Directory to associate your subscription with the new tenant (directory).

Once you've done it, you can transfer between subscriptions.

Upvotes: 0

Abhay Saraf
Abhay Saraf

Reputation: 1212

Tenant here refers to Azure Active Directory (AAD) associated with your azure subscription.

The steps to change the associated AAD for an Azure subscription are described here.

The service admin of the Azure subscription, who is already a member of the current associated AAD, should also be member in AAD you want to associate.

Typically, existing AAD belongs to a Microsoft account. This accounts needs to be added to the target AAD.

Upvotes: 0

Related Questions