azure-storage-blob-py - Azure Blob Storage SDK for Python
Python SDK for uploading, downloading, listing, deleting, and managing Azure Blob Storage containers, blobs, and metadata.
Tags
Updated: 2026-09-16What this skill does
- Create storage containers
- Upload blob data
- Download blob data
- List blobs and hierarchies
- Delete blobs and snapshots
- Generate SAS tokens
- Manage blob metadata
Inputs
- Azure storage account URL
- Azure authentication credentials
- Container name
- Blob name
- Local file or byte stream
Outputs
- Created Azure storage container
- Uploaded blob in storage
- Downloaded file or memory buffer
- Blob listing output
- Generated SAS token
- Blob metadata and properties
Requirements
- Python runtime environment
- azure-storage-blob package
- azure-identity package
- Azure Storage access permissions
