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 my linux virtual machine I have 10.0.3.4
Tag: azure-storage
How to download SAS(Shared Acess signature) of an Azure File share onto Linux machine
I have a SAS generated for a file share(with read and list privileges(no write privileges). my SAS looks like the following format : “https://test.file.core.windows.net/testf1?[some_token_here] . I used Azcopy to download the files through above SAS onto a windows virtual machine however Azcopy is not present in Linux. How do I download the files using the above SAS onto my linux