azure command line tool for linux machine to upload/download data to/from Azure Storage azure command line tool for linux machine to upload/download data to/from Azure Storage azure azure

azure command line tool for linux machine to upload/download data to/from Azure Storage


There's support for upload and download :

azure storage blob upload [options] [file] [container] [blob]azure storage blob download [options] [container] [blob] [destination]

If not seeing them try to update your cli tools first:

npm install azure-cli -g

(Node.js must be installed in your system)

Hope this helps


A little late to this question, but hopefully this will help anyone looking for an answer. The Azure Batch and HPC team has released a code sample with some AzCopy-like functionality on Python called blobxfer. [full disclosure: I'm a contributor for this code]


if the above doesn help, you might also be able to install the latest version through elevated privileges like thissudo npm instal azure-cli -g