Back to skills

azure-storage-blob-py

infrastructure

Python client library for Azure Blob Storage. Handles uploading, downloading, listing, and deleting blobs and containers using BlobServiceClient, ContainerClient, and BlobClient. Supports sync and asy

Setup & Installation

npx skills add https://github.com/microsoft/azure-storage-blob-py --skill azure-storage-blob-py
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-storage-blob-py
View on GitHub

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