[BUG] [Storage] WebJobs Extension not reading MaxDequeueCount #33672
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Storage
Storage Service (Queues, Blobs, Files)
Library name and version
Microsoft.Azure.WebJobs.Extensions.Storage.Blobs; Microsoft.Azure.WebJobs.Extensions.Storage.Queues
Describe the bug
See this document for reference.
https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger?tabs=in-process%2Cextensionv5&pivots=programming-language-csharp#concurrency-and-memory-usage
In the v4 WebJobs Storage Extension it used the property
maxDequeueCount
in the host.json but looks like in the current version (v5) it's not reading the value at all and not applying it to theQueueOptions
.To clarify this affects the blob trigger function when added.
Expected behavior
The
maxDequeueCount
is respected host.json and applied to the QueueOptions.Actual behavior
It's being ignored if applied.
Reproduction Steps
In the host.json file add something like
QueueOptions should look something like
Environment
n/a
The text was updated successfully, but these errors were encountered: