Skip to content

Commit e6ad7a3

Browse files
authored
Merge pull request #98500 from craigshoemaker/patch-3
Update polling section
2 parents 09e824c + 1ec642e commit e6ad7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ JavaScript and Java functions load the entire blob into memory, and C# functions
459459

460460
## Trigger - polling
461461

462-
If the blob container being monitored contains more than 10,000 blobs (across all containers), the Functions runtime scans log files to watch for new or changed blobs. This process can result in delays. A function might not get triggered until several minutes or longer after the blob is created.
462+
Polling works as a hybrid between inspecting logs and running periodic container scans. Blobs are scanned in groups of 10,000 at a time with a continuation token used between intervals.
463463

464464
> [!WARNING]
465465
> In addition, [storage logs are created on a "best effort"](/rest/api/storageservices/About-Storage-Analytics-Logging) basis. There's no guarantee that all events are captured. Under some conditions, logs may be missed.

0 commit comments

Comments
 (0)