I see you have already received an answer for this issue, adding double quotes to the URL resolved your issue.
https://stackoverflow.com/questions/70865969/azcopy-409-public-access-is-not-permitted-on-this-storage-account
Azcopy 409 Public access is not permitted on this storage account
Lyes Benchoubane
41
Reputation points
Hello,
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.
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 !
1 answer
Sort by: Most helpful
-
deherman-MSFT 37,851 Reputation points Microsoft Employee
2022-01-27T19:32:13.84+00:00