How to move Azure Resources from one Azure Subscription to another?

How to move Azure Resources from one Azure Subscription to another?

This post explains how to move Azure resources from one subscription to another subscription using the Azure Portal. This could be a quick ask, in case you want to change your existing Azure subscription, and you want to continue with your existing services. You can accomplish this using PowerShell scripts as well. Let’s explore how azure portal helps us achieving this very quickly.

Move Azure resources from one subscription to another

From the Azure Portal, Select the Resource group you want to move to another subscription. In this case, we select a resource group which is under “Visual Studio Enterprise” subscription.

 

Moving-Azure-Resources
Moving-Azure-Resources

Then select the “Change” link available next to the Subscription name.

Change Subscription
Change Subscription

This will open a new blade for moving Azure Resources to another subscription. You can see all the list of associated resources under the resource groups.

 

Move Resource from One Subscription to Another Subscription
Move Resource from One Subscription to Another Subscription

 

Select the destination subscription and resource group to move these resources.

 

 

You can select an existing resource or create a new resource to move. Finally, click on “Ok

The Azure portal will perform validation moving the resources, post that your resources will be moved to the other subscription.

 

This article Move resources to new resource group or subscription have a complete walkthrough of the various scenarios. It also covers the set of checklists “such as – your source and destination subscription must exist within same Azure AAD Tenant” that needs to be validated before moving Azure Resources.
Not all Azure services are enabled to move between subscriptions, for an example, You can move API Management, Application Insights, Azure Storage resources, whereas you can’t move resources like Application Gateway, Express Route etc. Read the full list of services here

Hope this helps

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

2 Comments to “How to move Azure Resources from one Azure Subscription to another?”

Comments are closed.