How can I read files in the Azure blob container using Python? Im trying to read some JSON files in container for flattening them.
Im new to Azure and dont have much idea about this. I could connect to the container using "BlobServiceClient". But, Im not sure how to read the files from a folder in teh container
Thanks