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".
And I generate a SAS key in "Shared acces signature"
On my linux virtual machine I have 10.0.3.4 ip adress.
I run this command sudo azcopy cp ./myFile https://backupscanqa.blob.core.windows.net/backup/?[mySASKey]
In my log I have this:
I dont know where is the problem because when I try the same thing with oAuth2 connexion with azcopy login
it's working.
Thanks for your help !
Edit:
I try to generate a SAS key in my container with all grants:
When I use it it's the same error:
My sas key tranfom to sp=racwdli