Setup & Installation
What This Skill Does
Python client library for Azure Blob Storage. Handles uploading, downloading, listing, and deleting blobs and containers using BlobServiceClient, ContainerClient, and BlobClient. Supports sync and async usage, SAS token generation, and metadata management. The SDK handles chunked parallel transfers, credential chaining via DefaultAzureCredential, and async context management out of the box, so you don't have to build retry logic or auth flows manually.
When to use it
- Working with azure storage blob py functionality
- Implementing azure storage blob py features
- Debugging azure storage blob py related issues
