I am trying to find a best way to give access to users to files in the storage account without them installing azure storage explorer.
I was hoping to them them access to the container that has all the files in it and they can access the files in their browser.
1st option
I was working was creating a blob container with public access level at container but then I go to its URL, it tell me that the resource does not exist. 
2nd option
I was thinking of giving them access to the container using SAS like this but that URL also does not work.
How can I give access to the users such that they can see all files in the container in the browser. I can open individual blobs but I want them to have access at the container level?
Here is the error I get with option 1
<Error>
<Code>ResourceNotFound</Code>
<Message>The specified resource does not exist. RequestId:c1a15bce-a01e-0006-2e52-fbac52000000 Time:2021-02-05T00:01:13.1590995Z</Message>
</Error>