AZ-104 · Question #189
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. Adding a continuous WebJob does not overcome the daily CPU quota limit imposed by the Free App Service plan, which stops the app after 60 minutes of CPU usage.
Question
Options
- AYes
- BNo
How the community answered
(32 responses)- A44% (14)
- B56% (18)
Why each option
Adding a continuous WebJob does not overcome the daily CPU quota limit imposed by the Free App Service plan, which stops the app after 60 minutes of CPU usage.
Adding a continuous WebJob will consume CPU time, further contributing to the exhaustion of the daily 60-minute CPU quota in the Free App Service plan, rather than allowing the app to run continuously.
The Free tier of Azure App Service plans has a daily CPU quota of 60 minutes. Once this quota is reached, the web app and any associated WebJobs are stopped until the quota resets, preventing continuous operation for the entire day. To achieve continuous operation, the App Service plan must be scaled to a higher tier like Basic, Standard, or Premium, which do not enforce daily CPU quotas.
Concept tested: Azure App Service Free tier quotas
Source: https://learn.microsoft.com/en-us/azure/app-service/overview-service-plans#pricing-tier-differences
Community Discussion
No community discussion yet for this question.