azcopy

High-performance utility for copying data to/from Azure Storage

brewmacoslinux
Try with needOr install directly
Source

About

Azure Storage data transfer utility

Commands

azcopy

Examples

Copy a file from local machine to Azure Blob Storage$ azcopy copy '/path/to/local/file' 'https://myaccount.blob.core.windows.net/mycontainer/remotefile'
Download an entire container from Azure Blob Storage$ azcopy copy 'https://myaccount.blob.core.windows.net/mycontainer' '/local/destination/path' --recursive
Synchronize a local directory with Azure Blob Storage$ azcopy sync '/local/directory' 'https://myaccount.blob.core.windows.net/mycontainer' --recursive