Skip to content

Commit 0f46135

Browse files
authored
Merge pull request #109276 from DixitArora-MSFT/patch-47
Adding more Detail about Blob
2 parents c8e1354 + 53169df commit 0f46135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-storage-blob-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ To force reprocessing of a blob, delete the blob receipt for that blob from the
392392

393393
When a blob trigger function fails for a given blob, Azure Functions retries that function a total of 5 times by default.
394394

395-
If all 5 tries fail, Azure Functions adds a message to a Storage queue named *webjobs-blobtrigger-poison*. The queue message for poison blobs is a JSON object that contains the following properties:
395+
If all 5 tries fail, Azure Functions adds a message to a Storage queue named *webjobs-blobtrigger-poison*. The maximum number of retries is configurable. The same MaxDequeueCount setting is used for poison blob handling and poison queue message handling. The queue message for poison blobs is a JSON object that contains the following properties:
396396

397397
* FunctionId (in the format *<function app name>*.Functions.*<function name>*)
398398
* BlobType ("BlockBlob" or "PageBlob")

0 commit comments

Comments
 (0)