ImportError: No module named azure.storage.blob
social.msdn.microsoft.com › Forums › en-USJan 09, 2019 · Code is given below: import os, uuid, sys from azure.storage.blob import BlockBlobService, PublicAccess def run_sample(): try: # Create the BlockBlockService that is used to call the Blob service for the storage account block_blob_service = BlockBlobService(account_name='accountname', account_key='accountkey') # Create a container called ...