Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » AWS/Azure/OpenShift » Move Azure Resources between Subscriptions

Move Azure Resources between Subscriptions

Posted on 22/05/202331/05/2023 Imoh Etuk By Imoh Etuk No Comments on Move Azure Resources between Subscriptions
Move-Resources-On-Azure
Azure Resources

In this post, you will learn how to move Azure resources between subscriptions on Azure. Microsoft Azure is a very flexible public cloud platform that allows you to take complete ownership of almost everything. With Azure, you can move resources from one resource group to another. It is also possible to move resources like Azure Virtual Machine, and Storage accounts from one subscription to another. Azure also offers the flexibility of moving one subscription from one Tenant to another. Controlling your cloud spending is crucial, learn how to Control Cloud Cost Using Azure VM. When deploying resources on Azure, the performance of those resources is essential, learn about performance and diagnostics in Microsoft Cloud with Azure Monitor. Learn also about how to perform Bulk User Operations in Azure AD.

It is necessary sometimes to move resources from one subscription to another if your organization’s policy demands that it should be done. The reason why your organization may decide to do this might be because the subscription currently hosting their resources is about to be exhausted. So if they have a subscription sitting within the same Azure tenant, they can start moving resources to it. For example, if you move an Azure SQL logical server and its databases, and dependent resources to a different resource group or subscription. All the apps using the database will experience downtime. They can still access the databases and read and write to them. It is also very easy to Migrate Azure Web Apps to Azure.

There are resources that can be moved while some cannot be moved. You need to verify which resources can and cannot be moved is a good idea before you start. Check the Microsoft Docs page to know which resources can be moved.

Move Resources between Subscription

To move a resource or group of resources from one Azure subscription to another, you need to have an active Azure Subscription with the appropriate permission. If you don’t already have a subscription, you can sign up for the Azure free account to get started.

Let’s move the app currently hosted on my MSDN subscription to my Microsoft Azure Sponsorship subscription. Both subscriptions are in the same Azure Active Directory which can also be called Tenant.

Here are some related guides: How to move a computer object from one container (OU) to another, How to setup Azure AD Tenant, how to fix Connectivity to a writable domain controller from node could not be determined because of an error: The distinguished name of the node could not be determined, and how to move OneDrive Folder to a Different Location in Windows 10.

To move resources, follow the below steps:

Step 1: Locate the Resource Group where the resources you want to move are stored. This resource group is known as the source resource group.

Resources-in-source-rg-before-moving
Resources in the Source Resource Group

Step 2. Select all the resources within the source Resource Group and click on the drop-down icon below Move to the right-hand of your screen and then select ‘Move to another subscription‘. Notice that there is also an option to move the resources to another Resource Group.

locate-rg-select-all-resources-click-mv-to-another-sub
Select all the Resources

Step 3. Select the source + target resource group and subscription and click on ‘Next’.

Select-Source-Target-Sub
Source and Target Subscription

Step 4. Allow the system to validate the resources that you want to move. Validation of each resources will take place automatically.

Resource-validation
Resource validation

When the validation is complete, the validation status for each resource will report as succeeded. Click Next to continue.

Validation-successful
Resources validation succeeded

Step 5. Review, accept the condition, and then click on Move to move the resources. The review screen will show the summary of both the source and target subscriptions, Resource Groups, and the number of resources you want to move.

Accept-TC-move
Review and move resources

After clicking on the Move button to begin the process of moving your resources, check the progress status by clicking on the notification icon on top of the portal.

check-notification-to-see-status-progress
Moving resources

It will take some time for the resource movement to be complete. When it completes, you will receive a notification for it.

moving-resources-complete
Moving resources completed

Confirming Resources in the Target Subscription

Now that we have successfully moved all the resources to another subscription, let’s confirm that they are there. Please see also how to change the default Save and Download Location in Windows.

To do so, browse your target subscription and locate the target resource group to see all your resources. You can locate other subscriptions within Tenant on the Billing + Subscription Blade.

Resources-found-in-the-target-subscription-2
Resources in the target subscription

Congratulations! You have successfully moved your resources from one subscription to another. The steps above also cover moving resources from one Resource Group to another Resource Group in another subscription.

Clean up resources

It is always advisable to clean up resources after each task you perform on Azure to avoid being charged. Here, we want to clean up the resources in our target resource group.

To save time we will use Azure CLI to delete the resource group containing all the resources.

To do so, first, call the az login command to log into Azure via the command line.

call-the-az-login-to-login
Az login

Secondly, we need to set the target subscription where resources are hosted. Run the below commands to set the target subscription and delete the resource group containing your resources:

$az account set --subscription <sub ID> --set target subscription 
$az group delete --name <Name>  -- delete a resource group
run-az-account-set-sub-and-az-group-delete

I hope you found this blog post helpful. Please let me know in the comment section if you have any questions.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
AWS/Azure/OpenShift Tags:Azure

Post navigation

Previous Post: How to Install SASS on VsCode
Next Post: How to Scan Your Code by Integrating SonarCloud into Your GitHub Repository

Related Posts

  • redirects3endpoint
    How to redirect requests for your bucket’s website endpoint to another bucket or domain AWS/Azure/OpenShift
  • How to configure Azure container register with secured connection with container apps
    Configure Azure Container Registry for a secure connection with Azure Container Apps AWS/Azure/OpenShift
  • image 190
    Creating Profiles for your AWS Access Credentials for AWS Toolkit in Visual Studio AWS/Azure/OpenShift
  • WCD
    Join Bulk Devices using a Provisioning Package to Azure AWS/Azure/OpenShift
  • Azure logo 1
    Azure Active Directory: Why do I need to deploy Azure AD? AWS/Azure/OpenShift
  • featuredimage
    Create App Service Resource with Azure CLI AWS/Azure/OpenShift

More Related Articles

redirects3endpoint How to redirect requests for your bucket’s website endpoint to another bucket or domain AWS/Azure/OpenShift
How to configure Azure container register with secured connection with container apps Configure Azure Container Registry for a secure connection with Azure Container Apps AWS/Azure/OpenShift
image 190 Creating Profiles for your AWS Access Credentials for AWS Toolkit in Visual Studio AWS/Azure/OpenShift
WCD Join Bulk Devices using a Provisioning Package to Azure AWS/Azure/OpenShift
Azure logo 1 Azure Active Directory: Why do I need to deploy Azure AD? AWS/Azure/OpenShift
featuredimage Create App Service Resource with Azure CLI AWS/Azure/OpenShift

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • VBR upgrade to 12.2.3
    Upgrade Veeam Backup and Replication v12.3.x to 12.3.2 Backup
  • Featured image 9
    Create and Delete Registry Keys via PowerShell in Windows Scripts
  • Remote Desktop 2 1
    How to install RDS via Quick Start Deployment: Install, Publish, Update, and Uninstall Remote Desktop Web Client Web Server
  • screenshot 2020 03 21 at 22.44.04
    How to use Hyper-V checkpoint to restore a VM to its previous state Virtualization
  • Azure VMware Solution Private Cloud
    How To Deploy Azure VMware Solution Private Cloud AWS/Azure/OpenShift
  • Disable Hardware Acceleration in Browsers and Windows
    How to Disable Hardware Acceleration in Browsers and Windows Windows
  • sshfs
    Mounting remote directory using sshfs Linux
  • screenshot 2020 04 06 at 04.12.00
    How to install and Configure Pleasant Reset Password Virtualization

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,813 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.