AZ-204 · Question #397
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. Always On enables waking up on HTTP trigger, but does not prevent the exceeding the max time out time of 230 seconds. If you run on an App Service plan, you should enable the Always on setting so that your function app runs correctly. On an App Service plan, the functions…
Question
Options
- AYes
- BNo
How the community answered
(36 responses)- A25% (9)
- B75% (27)
Explanation
Always On enables waking up on HTTP trigger, but does not prevent the exceeding the max time out time of 230 seconds. If you run on an App Service plan, you should enable the Always on setting so that your function app runs correctly. On an App Service plan, the functions runtime goes idle after a few minutes of inactivity, so only HTTP triggers will "wake up" your functions. The Always on setting is available only on an App Service plan. On a Consumption plan, the platform activates function apps https://docs.microsoft.com/en-us/azure/azure-functions/dedicated-plan#always-on
Topics
Community Discussion
No community discussion yet for this question.