Back to skills

azure-storage-blob-ts

infrastructure

Azure Blob Storage TypeScript/JavaScript SDK for working with blobs and containers. Handles block blobs, append blobs, and page blobs with support for SAS token generation and streaming transfers. Sup

Setup & Installation

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

What This Skill Does

Azure Blob Storage TypeScript/JavaScript SDK for working with blobs and containers. Handles block blobs, append blobs, and page blobs with support for SAS token generation and streaming transfers. Supports both Node.js and browser environments with DefaultAzureCredential and connection string auth. Using the SDK directly gives you typed clients, built-in retry logic, and streaming support for large files, which you would otherwise have to implement manually against the REST API.

When to use it

  • Working with azure storage blob ts functionality
  • Implementing azure storage blob ts features
  • Debugging azure storage blob ts related issues