azure-storage-blob-ts Skill
Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. Supports block blobs, append blobs, page blobs, SAS tokens, and streaming. Triggers: "blob storage", "@azure/storage-blob", "BlobServiceClient", "ContainerC Published by microsoft in skills.
What is azure-storage-blob-ts Skill?
Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. Supports block blobs, append blobs, page blobs, SAS tokens, and streaming. Triggers: "blob storage", "@azure/storage-blob", "BlobServiceClient", "ContainerC 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
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-storage-blob-ts Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-storage-blob-ts/SKILL.md
What it does
Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. Supports block blobs, append blobs, page blobs, SAS tokens, and streaming. Triggers: "blob storage", "@azure/storage-blob", "BlobServiceClient", "ContainerC
Skill instructions
@azure/storage-blob (TypeScript/JavaScript) SDK for Azure Blob Storage operations — upload, download, list, and manage blobs and containers. Installation bash npm install @azure/storage-blob @azure/identity Current Version: 12.x Node.js: = 18.0.0 Environment Variables bash AZURESTORAGEACCOUNTNAME=<account-name AZURESTORAGEACCOUNTKEY=<account-key OR connection string AZURESTORAGECONNECTIONSTRING=DefaultEndpointsProtocol=https;AccountName=... AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication Microsoft Entra Token Credential (Recommended) typescript import { BlobServiceClient } from "@azure/storage-blob"; import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential const credential = new DefaultAzureCredential({requiredEnvVars: ["AZURETOKENCREDENTIALS"]}); // Or use a specific credential
Explore related resources
Frequently asked questions
What is azure-storage-blob-ts?
azure-storage-blob-ts is a open-source AI agent skill with Copy skill directory. Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers.
Who is azure-storage-blob-ts best for?
azure-storage-blob-ts is best for reusing agent instructions, scripts, and references.
How do I install azure-storage-blob-ts?
Install or run azure-storage-blob-ts using Copy skill directory. Check azure-storage-blob-ts for the latest setup command.
Is azure-storage-blob-ts actively maintained?
azure-storage-blob-ts may need a closer maintenance check before production use.
Auto-fetched from GitHub.