I have a public Azure Blob and I have files and folders within it. It is set to public read access. I would like to make sure that the contents of this blob cannot be enumerated so that if someone does not know the precise URL of a file in the public they will not be able to download it.
Does anyone know how to do this? Is this enabled by default? I am wondering what happens for example if someone takes the Azure Blob client and points it at my blob without supplying a password - can they enumerate files?
Any help with this is greatly appreciated.