Skip to content

Make Azure Storage Queue Message Encoding Configurable at Durable Functions #3151

Merged
nytian merged 32 commits into
devfrom
nytian/azure-storage-queue-encoding
Aug 12, 2025
Merged

Make Azure Storage Queue Message Encoding Configurable at Durable Functions #3151
nytian merged 32 commits into
devfrom
nytian/azure-storage-queue-encoding

Conversation

@nytian

@nytian nytian commented Jul 10, 2025

Copy link
Copy Markdown
Contributor

Issue describing the changes in this PR

Fix issue #3152

Note: this PR won't work unless DurableTask.AzureStorage including Azure/durabletask#1230 is released.

Sample host.json to enable this:
"extensions": {
"durableTask": {
"storageProvider": {
"QueueClientMessageEncoding": "Base64"
}
}}

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation PR is ready to merge and referenced in pending_docs.md
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)
  • My changes do not require any extra work to be leveraged by OutOfProc SDKs
    • Otherwise: That work is being tracked here: #issue_or_pr_in_each_sdk
  • My changes do not change the version of the WebJobs.Extensions.DurableTask package
    • Otherwise: major or minor version updates are reflected in /src/Worker.Extensions.DurableTask/AssemblyInfo.cs
  • My changes do not add EventIds to our EventSource logs
    • Otherwise: Ensure the EventIds are within the supported range in our existing Windows infrastructure. You may validate this with a deployed app's telemetry. You may also extend the range by completing a PR such as this one.
  • My changes should be added to v2.x branch.
    • Otherwise: This change applies exclusively to WebJobs.Extensions.DurableTask v3.x. It will be retained only in the dev and main branches and will not be merged into the v2.x branch.

Comment thread src/WebJobs.Extensions.DurableTask/WebJobs.Extensions.DurableTask.csproj Outdated
Comment thread nuget.config Outdated
@nytian nytian requested review from andystaples and bachuv August 8, 2025 22:56
@nytian nytian requested a review from sophiatev August 8, 2025 22:57
<add key="nuget.org" value="https://api.nuget.org/v3/index.json"/>
<add key="local" value="." />
<add key="durabletask" value="https://pkgs.dev.azure.com/durabletaskframework/734e7913-2fab-4624-a174-bc57fe96f95d/_packaging/durabletask/nuget/v3/index.json" />
<add key="durabletask" value="https://azfunc.pkgs.visualstudio.com/public/_packaging/durabletask/nuget/v3/index.json" />

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

update this because we don't use that feed anymore.

Comment thread WebJobs.Extensions.DurableTask.sln
Comment thread test/CodeGen.Example.Test/DurableFunctions.TypedInterfaces.Examples.Test.csproj Outdated
@nytian nytian merged commit 8d41dfb into dev Aug 12, 2025
16 checks passed
@nytian nytian deleted the nytian/azure-storage-queue-encoding branch August 12, 2025 03:00
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