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.