Add New AzureStorage "UseInstanceTableEtag" Option #3294
Merged
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.
Summary
What changed?
This PR introduces the option to specify the "UseInstanceTableEtag" option in host.json and bumps the DT.Core dependencies to leverage this new option.
Why is this change needed?
This makes it possible for customers to leverage the new
AzureStorageOrchestrationServiceOptions.UseInstanceTableEtagsetting, elaborated on in this PR.Project checklist
pending_docs.mdrelease_notes.mdWebJobs.Extensions.DurableTaskpackage/src/Worker.Extensions.DurableTask/AssemblyInfo.csEventSourcelogsv2.xbranchWebJobs.Extensions.DurableTaskv3.x and will be retained only in thedevandmainbranchesAI-assisted code disclosure (required)
Was an AI tool used? (select one)
If AI was used:
AI verification (required if AI was used):
Testing
Manual validation (only if runtime/behavior changed)
AzureStorageOrchestrationServiceOptionswas set accordingly, i.e.Also confirmed that if nothing is specified the default is used (false).
Notes for reviewers