Back to skills

azure-storage-file-share-ts

infrastructure

SDK for managing Azure File Share resources over SMB using TypeScript or JavaScript. Covers share and directory lifecycle, file upload and download, range operations, metadata, snapshots, and SAS toke

Setup & Installation

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

What This Skill Does

SDK for managing Azure File Share resources over SMB using TypeScript or JavaScript. Covers share and directory lifecycle, file upload and download, range operations, metadata, snapshots, and SAS token generation. Works with connection strings, shared key credentials, or DefaultAzureCredential. The SDK handles authentication, chunked streaming, and retry logic automatically, replacing manual REST calls that require HMAC signing and multipart range management.

When to use it

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