Back to skills

azure-storage-blob-rust

infrastructure

Rust client library for Azure Blob Storage. Provides typed clients for account, container, and individual blob operations including upload, download, property inspection, and deletion. Uses Azure Entr

Setup & Installation

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

What This Skill Does

Rust client library for Azure Blob Storage. Provides typed clients for account, container, and individual blob operations including upload, download, property inspection, and deletion. Uses Azure Entra ID for authentication. Using the SDK handles authentication, pagination, and async HTTP properly out of the box, rather than manually constructing REST requests against the Azure Blob Storage API.

When to use it

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