High-performance utility for copying data to/from Azure Storage
Azure Storage data transfer utility
azcopy$ azcopy copy '/path/to/local/file' 'https://myaccount.blob.core.windows.net/mycontainer/remotefile'$ azcopy copy 'https://myaccount.blob.core.windows.net/mycontainer' '/local/destination/path' --recursive$ azcopy sync '/local/directory' 'https://myaccount.blob.core.windows.net/mycontainer' --recursive