I have a requirement where I need to fetch blob files within subdirectory of a blob container. Problem is I will not know the container name as containers are dynamically created.
I do not want to fetch list of containers, iterate through them and then get list of blobs. Just trying to avoid loops since there could be many containers. Is there any simple way of getting all blobs from all containers without knowing container name?
Regards,
Madhu