Skip to content

fix(azure): allow configuring journal blob names - #10230

Merged
ReubenBond merged 3 commits into
mainfrom
reubenbond/fix-azure-journal-blob-names
Jun 17, 2026
Merged

ReubenBond merged 3 commits into
mainfrom
reubenbond/fix-azure-journal-blob-names

Conversation

@ReubenBond

@ReubenBond ReubenBond commented Jun 16, 2026 •

Copy link
Copy Markdown
Member

Azure journal storage changed blob layout between Orleans 10.1 and 10.2, so deployments with existing blobs may need to keep using previous or custom names.

This exposes separate WAL and checkpoint blob-name delegates on AzureBlobJournalStorageOptions and routes storage through them. The defaults preserve the current layout, while callers can explicitly configure legacy .bin WAL names or other layouts without automatic fallback probing.

Microsoft Reviewers: Open in CodeFlow

Expose separate delegates for Azure journal WAL and checkpoint blob names so existing deployments can opt into legacy or custom layouts without automatic fallback probing.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ReubenBond ReubenBond changed the title Allow configuring Azure journal blob names fix(azure): allow configuring journal blob names Jun 16, 2026
Comment thread src/Azure/Orleans.Journaling.AzureStorage/AzureBlobJournalStorageOptions.cs Dismissed
Comment thread src/Azure/Orleans.Journaling.AzureStorage/AzureBlobJournalStorageOptions.cs Dismissed
ReubenBond and others added 2 commits June 16, 2026 13:10
Update sample and playground Azure journal storage configuration to use the explicit WAL and checkpoint blob naming delegates.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Reframe Azure journal blob naming delegates as a general customization point for alternative blob layouts.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ReubenBond
ReubenBond merged commit e84361c into main Jun 17, 2026
64 checks passed
@ReubenBond
ReubenBond deleted the reubenbond/fix-azure-journal-blob-names branch June 17, 2026 01:15
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant