An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
Did you ever get an answer for this?
I have a use case where i'd like to allow anonymous read access to a container.
Allowing container access seems to imply that you should be able to go to the URL of the container which is shown on the Properties tab in a browser and be presented with a list of blobs in the container to download.
I experience the same behavior, when you access the container URL in a browser, you get an error instead of seeing a list of blobs inside the container.
<Error>
<Code>ResourceNotFound</Code>
<Message>The specified resource does not exist. RequestId:61a509e8-801e-004c-4df5-5e2a90000000 Time:2021-06-11T19:12:32.8877964Z</Message>
</Error>