How to move a disk or snapshot to another Region? In my case I would want to move a disk or snapshot from East US to West US

Robert Suarez 0 Reputation points
2024-11-05T09:36:29.58+00:00

I am trying to move a disk or snapshot from the East US to the West US. I've made several attempts, including creating a snapshot of the disk and copying it to another region. I tried the incremental snapshot create and copy too, but failed also. Any hints or guidance would be much appreciated.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,927 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.
647 questions
Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
236 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nehruji R 8,146 Reputation points Microsoft Vendor
    2024-11-05T10:03:23.0066667+00:00

    Hello Robert Suarez,

    Greetings! Welcome to Microsoft Q&A Platform.

    There are two options for copying an incremental snapshot across regions. The first option, a managed process (recommended), that will perform the copy for you. This process is handled by Azure and removes the maintenance overhead of managing the copy process by staging a storage account in the target region. Azure ensures that only changes since the last snapshot in the target region are copied to the target region to reduce the data footprint, reducing the recovery point objective. You can check the process of a copy so you know when a target snapshot is ready to restore disks. For this managed process, you're only billed for the bandwidth cost of the data transfer across the region, and the read transactions on the source snapshot. Don't delete your source snapshot while the target snapshot is being copied.

    The second option is a manual copy, where you get the changes between two incremental snapshots, down to the block level, and manually copy it from one region to another. Most users should use the managed process but, if you're interested in improving the copy speed, the second option allows you to use your compute resources to make the copy faster.

    This article covers copying an incremental snapshot from one region to another. See Create an incremental snapshot for managed disks for conceptual details on incremental snapshots also refer here for more details with limitations.

    Incremental snapshots for these disks are available in regions including East US and West US. However, Instant Restore capability is not yet generally available, so you need to wait for the background copy of data to complete before attaching the disk to a VM.

    You can move the resources using below following ways,

    1.Using Azure Resource Mover This tool helps move Azure resources, including VMs and related network/storage resources, between Azure regions.

    2.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. Using copy and paste in Storage Explorer gives you a pop up to select the target region (on paste)

    Also this is not using your computer bandwidth (so no download and upload again).

    Hope the information helps! please let us know if you have any further queries with error details. I’m happy to assist you further.


    Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.