I try to copy file from Linux virtual machine on Azure (in a virtual network) to an account storage. With Azcopy login It’s working but I want to make it with SAS token. I add my virtual network in “Networking”. image And I generate a SAS key in “Shared acces signature” image On …
Tag: azure-blob-storage
how to download a sub directory from azure blob storage using blobxfer
I am using ubuntu 64bit 14.04. How can I use blobxfer to download a sub directory from Azure blob storage to my local machine . Say I have a storage account by name MY_STORAGE_ACCOUNT ,container by name MY_CONTAINER and following contents inside container. I want to download the sub directory directory3 only …
azure command line tool for linux machine to upload/download data to/from Azure Storage
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 AzCopy cloudcopy So can anybody suggest one best azure CLI tool, which can ru…