Setup & Installation
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
