You host a web application in an Azure App Service web app. During peak hours, the web application experiences high traffic, causing the CPU utilization of the hosting App Service plan to reach 90%. You need to configure the App Service plan to automatically add more virtual machine instances to distribute the load. Which scaling action should you configure?
- Scale outAnswer
- BScale up
- CScale in
- DScale down
Answer
Scale out
Scaling out is a horizontal scaling action that adds more virtual machine instances to the App Service plan, allowing the web app to handle higher traffic by distributing the load across multiple instances.
Step-by-Step Solution
Key Concept
Horizontal scaling (scaling out) vs. Vertical scaling (scaling up) in Azure App Service
Estimated Time:45s