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 !
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,542 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,202 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,776 questions
1 answer
Sort by: Most helpful
-
deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
2022-01-27T19:32:13.84+00:00