I am looking for azure command line tool in linux. I found azure-cli, but its not supporting upload and download feature in azure storage (As per my knowledge).
I found some CLI tools but those are running only on windows. those are
So can anybody suggest one best azure CLI tool, which can run on linux machine and able to perform upload and download operations??
It would be great if that supports partial read and partial write.
You can upload files and directories to Blob storage by using the AzCopy v10 command-line utility.
if the above doesn help, you might also be able to install the latest version through elevated privileges like this sudo npm instal azure-cli -g
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]
Azure CLI 2.0 which is python based release supporting ARM based deployment can be used to download the blob storage contents one by one. Here is the step by step guide for the same - http://sanganakauthority.blogspot.in/2017/03/how-to-download-azure-blob-storage.html
However you can't download the all the blob from a container in one go. Cli does not support it as of today.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With