[Bug] [FEATURE REQUEST] Allowing option to specify the MaxDequeueCount to Queues underlying in Blobs #34269
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.
feature-request
This issue requires a new behavior in the product in order be resolved.
Storage
Storage Service (Queues, Blobs, Files)
Library name and version
Microsoft.Azure.WebJobs.Extensions.Storage.Blobs
Query/Question
Related to #33672
For poison blobs when blob trigger fails it retries 5 times by default.
https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger?tabs=in-process&pivots=programming-language-csharp#poison-blobs
However in v4 when the packages were shipped together, customers were able to specify the
MaxDequeueCount
in order to specify the retry amount before the message is added to the blob trigger poison.Since starting v5, the host.json only applies to queue triggers, and not blob triggers the following properties (including MaxDequeueCount have not been carried forward.
https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue?tabs=in-process%2Cextensionv5%2Cextensionv3&pivots=programming-language-csharp#host-json
We need to figure out a way to expose this value without using the queues trigger settings.
Environment
No response
The text was updated successfully, but these errors were encountered: