Upload multiple files in Azure Blob Storage from Linux -


is there way upload multiple files azure blob storage linux machine, either using terminal or application (web based or not)?

thank interest – there 2 options upload files in azure blobs linux:

  1. setup , use xplatcli following steps below:

    • install os x installer http://azure.microsoft.com/en-us/documentation/articles/xplat-cli/
    • open terminal window , connect azure subscription either downloading , using publish settings file or logging in azure using organizational account (find instructions here)
    • create environment variable azure_storage_connection_string , set value (you need account name , account key): “defaultendpointsprotocol=https;accountname=enter_your_account;accountkey=enter_your_key”
    • upload file azure blob storage using following command: azure storage blob upload [file] [container] [blob]
  2. use 1 of third party web azure storage explorers cloudportam: http://www.cloudportam.com/. can find full list of azure storage explorers here: http://blogs.msdn.com/b/windowsazurestorage/archive/2014/03/11/windows-azure-storage-explorers-2014.aspx.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -