Skip to content

[1.18] Azure blob storage bulk#5077

Open
JoshVanL wants to merge 2 commits intodapr:v1.18from
JoshVanL:bidings-azure-blobstorage-bulk
Open

[1.18] Azure blob storage bulk#5077
JoshVanL wants to merge 2 commits intodapr:v1.18from
JoshVanL:bidings-azure-blobstorage-bulk

Conversation

@JoshVanL
Copy link
Contributor

  • bulkGet: parallel blob retrieval with streaming-to-file and inline (base64) modes, prefix-based discovery, and configurable concurrency
  • bulkCreate: parallel blob upload from local files or inline data, with per-item contentType support
  • bulkDelete: parallel blob deletion by name or prefix, using the Azure Blob Batch API (256-key chunks) with individual fallback

Implemented in dapr/components-contrib#4295

- bulkGet: parallel blob retrieval with streaming-to-file and inline
  (base64) modes, prefix-based discovery, and configurable concurrency
- bulkCreate: parallel blob upload from local files or inline data,
  with per-item contentType support
- bulkDelete: parallel blob deletion by name or prefix, using the
  Azure Blob Batch API (256-key chunks) with individual fallback

Implemented in dapr/components-contrib#4295

Signed-off-by: joshvanl <me@joshvanl.dev>
Copilot AI review requested due to automatic review settings March 19, 2026 12:08
@JoshVanL JoshVanL requested review from a team as code owners March 19, 2026 12:08
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation for new bulk operations in the Azure Blob Storage binding, aligning daprdocs with recently implemented bulkGet, bulkCreate, and bulkDelete capabilities in components-contrib.

Changes:

  • Documented new output binding operations: bulkGet, bulkCreate, and bulkDelete.
  • Added filePath option to get metadata for streaming downloads to disk.
  • Included request/response schemas and curl examples for the new bulk APIs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@JoshVanL JoshVanL changed the title Azure blob storage bulk [1.18] Azure blob storage bulk Mar 19, 2026
Signed-off-by: joshvanl <me@joshvanl.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants