An organization hosts a web application on an Azure App Service plan that is currently configured for the Basic (B1) pricing tier. You are tasked with configuring the web app to automatically scale out (autoscale) whenever the average CPU usage exceeds .
What must you do first?
- Scale up the App Service plan to the Standard (S1) pricing tier or higher.Cevap
- BDefine an autoscale rule directly on the Basic (B1) App Service plan with CPU Percentage as the metric.
- CConfigure the existing Basic (B1) App Service plan to use manual scale-out with a custom instance limit.
- DChange the App Service plan pricing tier to the Shared (D1) pricing tier.
Cevap
Scale up the App Service plan to the Standard (S1) pricing tier or higher.
The correct answer is to scale up the App Service plan to the Standard (S1) pricing tier or higher. In Azure App Service, autoscaling (scaling out automatically based on rules and metrics like CPU usage) requires at least the Standard pricing tier. The Basic tier only supports manual scaling.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service pricing tiers and scale-out capabilities