Impact of AzCopy on Linux VM Network During Transfer from Other Cloud to Azure

KindCompute-6524 95 Reputation points
2024-07-22T06:42:41.66+00:00

AzCopy can transfer data from AWS and GCP to Azure. If we install AzCopy on a standalone Linux VM and want to transfer data from other clouds to Azure, will the data stream through our own VM, making our network busy, or will Azure handle the transfer directly without impacting our VM's network?

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
252 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.
3,105 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,787 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sina Salam 10,036 Reputation points
    2024-07-22T17:56:15.6666667+00:00

    Hello KindCompute-6524,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    Problem

    I understand that you would like to know the Impact of AzCopy on Linux VM Network During Transfer from Other Cloud to Azure. If this will stream data through your own VM, making your network busy, or will Azure handle the transfer directly without impacting our VM's network.

    Solution

    This is what happen. When using AzCopy to transfer data from Google Cloud Storage (GCP) to Azure Blob Storage, the data is copied directly between GCP and Azure storage servers. This means that the data transfer does not consume your VM's network bandwidth. Azure handles the transfer without impacting your VM's network. You can find more details on how to use AzCopy for this purpose in the official documentation: https://video2.skills-academy.com/en-us/azure/storage/common/storage-use-azcopy-google-cloud.

    Accept Answer

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful ** so that others in the community facing similar issues can easily find the solution.

    Best Regards,

    Sina Salam

    0 comments No comments

  2. KarishmaTiwari-MSFT 19,872 Reputation points Microsoft Employee
    2024-07-23T01:20:50.5166667+00:00

    @KindCompute-6524

    AzCopy uses the Put Block From URL API, so data is copied directly between Google Cloud Storage and storage servers. These copy operations don't use the network bandwidth of your computer.

    Reference documentation:

    Copy data from Google Cloud Storage to Azure Storage by using AzCopy

    Copy data from Amazon S3 to Azure Storage by using AzCopy

    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.