Forum Discussion
vijaymydam
Jun 11, 2023Copper Contributor
Move Azure resources from Tenant x to Tenant Y
Hi community I have one subscription-A in azure under Tenant-A with few resources like Staging/UAT vm & storage account which has certain data like in size 3TB(overall); keyvault webapp now I got ...
Anuradha_S
Jun 15, 2023MVP
to move VM's from one tenant to another tenant, you can use azure storage explorer what you have to do is
01. Get the snapshot or Backup of the VM or Disk (This is for safe)
02. Stop the VM
03. To get started we need to launch the Storage Explorer and Add accounts from both Tenants which has permissions in the Subscriptions under Accounts.
04. Browse the Source disk and Copy and Past in to the Target tenant Resource Group
05. Navigate to the Azure Portal > Resource Groups open the resource group where you have copied to disk to and click on the newly copied disk.
06. Create a VM using the Disk
to move the storage account to another tenant you can use the same too which azure storage explorer
get back to me if you need any help
01. Get the snapshot or Backup of the VM or Disk (This is for safe)
02. Stop the VM
03. To get started we need to launch the Storage Explorer and Add accounts from both Tenants which has permissions in the Subscriptions under Accounts.
04. Browse the Source disk and Copy and Past in to the Target tenant Resource Group
05. Navigate to the Azure Portal > Resource Groups open the resource group where you have copied to disk to and click on the newly copied disk.
06. Create a VM using the Disk
to move the storage account to another tenant you can use the same too which azure storage explorer
get back to me if you need any help