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