Azure storage - read data data without using a local path with blobclient python
ASIMINA SIMOTA
1
Reputation point
Hello , I am experimenting AZURE storage. I put some images as blob in a container and now I want to retrieve localy and work with them. I am able to do that with blob client but I need to store them in a local path first. What I want is to read in memory because I want to put my solution in cloud. How can I do this?
Sign in to answer