Searching for a specific file inside Azure File Storage

Viewed 27

I have some performance issues while trying to get specific files from Azure Storage. We have the following folder tree inside Azure: enter image description here

In the folder Week there is a file. I would like to get on one call precise file based on Location, Year and Week. Currently there is a working solution but it isn't efficient. It is looking recursively through folder tree. Does anyone has a better solution ?

0 Answers
Related