AZ-204 · Question #220
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. When your function app runs in the default Consumption plan, there may be a delay of up to several minutes between the blob being added or updated and the function being triggered. If you need low latency in your blob triggered functions, consider running your function app in…
Question
Options
- AYes
- BNo
How the community answered
(46 responses)- A22% (10)
- B78% (36)
Explanation
When your function app runs in the default Consumption plan, there may be a delay of up to several minutes between the blob being added or updated and the function being triggered. If you need low latency in your blob triggered functions, consider running your function app in an App https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-storage-blob-triggered-
Topics
Community Discussion
No community discussion yet for this question.