Storage explorer(Azopy command )Copying files from one Storage Account in Subscription1 in Tenant ID A to Subscription2 in Tenant ID B

kumar kaushal 176 Reputation points
2021-08-06T09:55:28.24+00:00

I have using storage explorer on my local machine and connected to subscriptions .

Storage Account A in Subscription1 in Tenant ID A --Container -->3 files

Now i made use of Storage explorer to copy the above 3 files from Storage Account A to Storage account B .

Storage account B in Subscription2 in Tenant ID B

./azcopy.exe copy "https://xxxxxxxxxxxx.blob.core.windows.net/images67890/*?sv=
"https://xxxxxxxxx.core.windows.net/images8638974444/?sv= --overwrite=prompt --s2s-preserve-access-tier=false --list-of-files "C:\Users\KKAUSH~1\AppData\Local\Temp\stg-exp-azcopy-5db25749-xxxxxxxxc.txt" --recursive --trusted-microsoft-suffixes= --log-level=INFO;

The question that i have here is : Which network is being used to copy these files ? Is that azure backupbone network ? Can you please let me know workflow of this copy operation ?

@Sumarigo-MSFT .. For help

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
240 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,874 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 35,011 Reputation points Microsoft Employee
    2021-08-06T18:39:51.757+00:00

    @kumar kaushal
    Thanks for the question. AzCopy uses server-to-server APIs, so data is copied directly between storage servers. These copy operations don't use the network bandwidth of your computer.

    Hope this helps! Please let us know if you have further questions or issues and we will be happy to assist.

    -------------------------------

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