question

FarhadMMSDSUStudent-5381 avatar image
0 Votes"
FarhadMMSDSUStudent-5381 asked deherman-MSFT answered

Download from internet directly to blob bypassing the local drive

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

deherman-MSFT avatar image
0 Votes"
deherman-MSFT answered

@FarhadMMSDSUStudent-5381
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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.