# 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)