johnsloper
9/26/2018 - 1:51 PM

gistfile1.py

# First, get the clients
from azure.storage.blob import BlockBlobService
container = "mycontainer"
account_name = secrets["blob_account_name"]
account_key = secrets["blob_key"]
block_blob_service = BlockBlobService(account_name, account_key)