Make Azure Storage Queue Message Encoding Configurable at Durable Functions #3151
Merged
Conversation
…com/Azure/azure-functions-durable-extension into nytian/azure-storage-queue-encoding
nytian
commented
Jul 10, 2025
nytian
commented
Jul 10, 2025
nytian
commented
Aug 8, 2025
| <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" /> |
Contributor
Author
There was a problem hiding this comment.
update this because we don't use that feed anymore.
bachuv
reviewed
Aug 11, 2025
bachuv
reviewed
Aug 11, 2025
…com/Azure/azure-functions-durable-extension into nytian/azure-storage-queue-encoding
bachuv
approved these changes
Aug 11, 2025
bachuv
approved these changes
Aug 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
pending_docs.mdrelease_notes.md/src/Worker.Extensions.DurableTask/AssemblyInfo.csdevandmainbranches and will not be merged into thev2.xbranch.