Upload image to azure blob storage using python
问题 I have an image directory named images which contains image files as: images --0001.png --0002.jpg --0003.png Now I want to upload this directory to my azure blob storage with the same file structure. I looked at the sample code given here and here but: Even after installing azure-blob-storage , there is no such thing as BlobService in that package. Is there any place where it is clearly documented how to do this? 回答1: Here is my sample code works fine for me. import os from azure.storage