Why use Blob Storage

To create a blob storage, you must first create a storage account

In Python, working with blob storage involves interacting with three libraries

Naming conventions

Steps to connecting to Blob Storage

  1. Create a blob service client object based on your connection string

blob_service_client = BlobServiceClient.from_connection_string(connect_str)

  1. Get or create a container