How to move a disk across regions in azure

Abu S 11 Reputation points
2022-02-24T18:16:27.603+00:00

I have to move the disk only across regions. So later I can attach it to the vm in another region or create a from it.

The move operation is not supported for Azure disk across regions.
Could you please help me on how to move a disk from one azure region to another region.
Please provide me a step by step process with some screenshot. So I can understand it clearly.

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
229 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,110 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,682 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
717 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
572 questions
{count} votes

2 answers

Sort by: Most helpful
  1. rickyparallo 46 Reputation points
    2022-07-29T05:56:39.557+00:00

    If it's a managed disk, you can very easily use Azure Storage Explorer to move it to another region AND to another sub or tenant at the same time. I've used scripts that take snapshots from disks and then storing that snapshot as a VHD blob in a storage account and then converting it back to a managed disk. It's a lot of unnecessary work. Just use Storage Explorer for this.

    5 people found this answer helpful.

  2. Andreas Baumgarten 96,266 Reputation points MVP
    2022-02-24T18:46:18.547+00:00

    Hi @Abu S ,

    maybe this helps:
    https://faultbucket.ca/2020/12/migrate-azure-managed-disk-between-regions/
    https://lepczynski.it/en/azure_en/how-to-move-a-vm-disk-snapshot-to-another-region/

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    2 people found this answer helpful.
    0 comments No comments