is it possible to have a public blob in an a private azure storage container
Currently I have an azure function that returns timestamped sas token fo read and write access to documents.
I now have a requirement for users to upload thumbnails that will be displayed on the website.
These can be public but I'd rather not create a private container for the images.
Is it possible to have public blobs in a private container.