Blog posts tagged with: AzureStorage

Want to move large files/large numbers of files to/from Azure Storage? Use AzCopy or Microsoft Azure Storage Data Movement

by Patrick Lee on 20 May 2022 in categories tech BigData with tags AzureFunctions AzureStorage

If you need to move thousands of Azure blobs, or very large ones (many GB) then you can either use AzCopy (a command line tool which you run locally), or if you want to do things programmatically, you can use the Microsoft Azure Storage Data Movement library. That library is ...