I’m obviously missing something VERY basic in my logic. Can someone help. My problem: I create a Linux VM in Azure through the Azure CLI. I ssh in, and provision my VM with the packages/programs I want (i.e. downloading Anaconda, Keras, etc.) PROBLEM – When I follow steps to capture an image (AZ_cli_makeImage_link), ALL my work is erased when I
Tag: azure-cli
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