An Azure service that stores unstructured data in the cloud as blobs.
Hi Mohammad Saber,
I see you have accepted the answer for this question in Stackoverflow.
I'll repost the solution in case you'd like to "Accept" the answer as it helps the other community members looking for similar answer to a similar question.
Solution:
One way to achieve this is by using the list_blobs method from the Azure SDK. This method allows to filter the results based on the file name.
If I missed anything please let me know and I'd be happy to add it to my answer, or feel free to comment below with any additional information.
I hope this helps!