Azcopy data transfer / residency

D-6386 40 Reputation points
2025-03-12T10:31:25.8266667+00:00

Hello,

I want to transfer blobs between two storage accounts in the same region in Azure. If using Azcopy via the azure cloud shell, does the data transfer directly between the accounts or does it temporarily download to any intermediary? I'm trying to determine if the data will stay within the region in order to keep data residency.

Thanks,

Debbie

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.
3,411 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vinod Kumar Reddy Chilupuri 2,955 Reputation points Microsoft External Staff
    2025-03-12T12:31:14.9966667+00:00

    Hi D-6386,

    AzCopy can transfer data directly between two Azure storage accounts in the same region without temporarily downloading it to an intermediary. This allows for efficient data movement directly within Azure's infrastructure.
    Direct Transfer: When using AzCopy to copy blobs between two storage accounts in the same region, the data transfer occurs directly between the accounts. This means that the data does not get downloaded to any intermediary location, allowing it to remain within the region and maintain data residency.

    Data Residency: Since the transfer is handled internally by Azure, the data will stay within the same region. This is beneficial for maintaining data residency requirements, as it minimizes the risk of data leaving the designated geographic area.

    https://learn.microsoft.com/en-us/troubleshoot/azure/azure-storage/blobs/connectivity/copy-blobs-between-storage-accounts-network-restriction
    https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10?tabs=dnf

    Hope the above suggestion helps! Please let us know do you have any further queries.

    Please do consider Accepting the answer wherever the information provided helps you, this can be beneficial to other community members. 

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.