I want to list all the blob containers within my storage account that uses data lake in python. I been trying to use BlobServiceClient.list_containers however everytime I try I keep getting
service request error failed to resolve Errno 11001 getaddrinfo failed
However this shouldn’t be possible, I provided the correct url and credential. I have also been following this tutorial:
https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-containers-list-python
How can I fix this issue?
I tried using SAS and shared key credential neither of which seems to work.