Back to skills

azure-storage-blob-java

infrastructure

Java SDK for Azure Blob Storage. Handles uploading, downloading, listing, and managing blobs and containers. Supports streaming I/O, SAS token generation, metadata, leases, and copy operations. It han

Setup & Installation

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

What This Skill Does

Java SDK for Azure Blob Storage. Handles uploading, downloading, listing, and managing blobs and containers. Supports streaming I/O, SAS token generation, metadata, leases, and copy operations. It handles chunked parallel uploads, retry logic, and credential management out of the box, so you don't have to implement raw REST calls against the Azure Storage API.

When to use it

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