Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

azure-storage-blob-java

Java SDK for Azure Blob Storage.

Setup & Installation

npx skills add https://github.com/microsoft/skills --skill azure-storage-blob-java
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-java/skills/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

  • Uploading large files to Azure Blob Storage with custom content-type headers
  • Generating time-limited SAS tokens for blob or container access
  • Listing blobs under a virtual directory prefix in a container
  • Streaming file content directly from Azure into a Java InputStream
  • Copying blobs across containers with polling for async completion