Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle. Triggers: "blob storage", "BlobServiceClient", "ContainerClient", "BlobClient", "upload blob", "download blob".
Initial release of Azure Blob Storage SDK for Python skill. - Provides in-depth usage guide for uploading, downloading, listing, and managing blobs and containers. - Covers client hierarchy (`BlobServiceClient`, `ContainerClient`, `BlobClient`) and authentication using Azure Identity. - Includes code samples for all major operations, performance tuning (chunking, parallelism), and SAS token generation. - Documents advanced features: blob metadata, content headers, async client usage, and best practices. - Lists relevant environment variables and recommended settings for production use.