Download from internet directly to blob bypassing the local drive

Farhad, M. M. - SDSU Student 1 Reputation point
2021-03-18T15:36:53.183+00:00

I have to download some data from internet. I want the data to be downloaded directly to my azure blobs under a particular container. I know how to copy these files and later upload those from my local drive. I am sure, there is a way to do that but I am not getting the resources which will be helpful for me.

Thanks

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,427 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,296 Reputation points Microsoft Employee
    2021-03-18T20:29:29.86+00:00

    @Farhad, M. M. - SDSU Student
    AzCopy does allow copying from AWS S3 and Google Cloud Storage, so check if that is an option for you. If not, you can consider doing this with one of the SDKs or REST API. Here is a thread with sample code from the .NET SDK that works. Here is another example on Stack Overflow.

    Hope this helps. Let us know if you have further questions or issues and we will be happy to help.

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

    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.

    0 comments No comments