azure-storage-blob-py Skill
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". Published by microsoft in skills.
What is azure-storage-blob-py Skill?
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". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Security review
- Data analysis
- Security review use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use azure-storage-blob-py Skill
- Use it for security review.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-python/skills/azure-storage-blob-py/SKILL.md
What it does
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".
Skill instructions
Azure Blob Storage SDK for Python Client library for Azure Blob Storage — object storage for unstructured data. Installation bash pip install azure-storage-blob azure-identity Environment Variables bash AZURESTORAGEACCOUNTNAME=<your-storage-account Required for all auth methods Or use full URL AZURESTORAGEACCOUNTURL=https://<account.blob.core.windows.net Alternative to account name AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication & Lifecycle 🔑 Two rules apply to every code sample below: 1. Prefer DefaultAzureCredential. It works locally (Azure CLI / VS Code / Developer CLI) and in Azure (managed identity, workload identity) with no code change. Avoid connection strings, account/API keys — they bypass Entra audit and rotation. - Local dev: DefaultAzureCredential works as-is. - Production: set AZURETOKENCREDENTIALS=prod (or AZURETOKENCREDENTIALS=<specificcredential) to constrain the credential chain to production-safe credentials. 2
Explore related resources
Frequently asked questions
What is azure-storage-blob-py?
azure-storage-blob-py is a open-source AI agent skill with Copy skill directory. Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle.
Who is azure-storage-blob-py best for?
azure-storage-blob-py is best for reusing agent instructions, scripts, and references, security review workflows, data analysis workflows.
How do I install azure-storage-blob-py?
Install or run azure-storage-blob-py using Copy skill directory. Check azure-storage-blob-py for the latest setup command.
Is azure-storage-blob-py actively maintained?
azure-storage-blob-py may need a closer maintenance check before production use.
Auto-fetched from GitHub.