Microsoft
AZ-204 · Question #285
You develop a Web App on a tier D1 app service plan. You notice that page load times increase during periods of peak traffic. You want to implement automatic scaling when CPU load is above 80…
The correct answer is C. Switch to the Standard App Service tier plan. Configure the web app to the Standard App Service Tier. The Standard tier supports auto-scaling, and we should minimize the cost. We can then enable autoscaling on the web app, add a scale rule and add a Scale condition…
Submitted by miguelv· Mar 30, 2026Develop Azure compute solutions
Question
You develop a Web App on a tier D1 app service plan. You notice that page load times increase during periods of peak traffic. You want to implement automatic scaling when CPU load is above 80 percent. Your solution must minimize costs. What should you do first?
Options
- AEnable autoscaling on the Web App.
- BSwitch to the Premium App Service tier plan.
- CSwitch to the Standard App Service tier plan.
- DSwitch to the Azure App Services consumption plan.
How the community answered
(28 responses)- A4% (1)
- B11% (3)
- C82% (23)
- D4% (1)
Explanation
Configure the web app to the Standard App Service Tier. The Standard tier supports auto-scaling, and we should minimize the cost. We can then enable autoscaling on the web app, add a scale rule and add a Scale condition. https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-autoscale-get- https://azure.microsoft.com/en-us/pricing/details/app-service/plans/
Topics
#App Service autoscaling#App Service plan tiers#cost optimization#CPU scaling
Community Discussion
No community discussion yet for this question.