An administrator manages an Azure App Service web app named WebApp1 that runs on a Standard S1 App Service plan. You need to configure WebApp1 to scale out to a maximum of 15 instances based on CPU utilization. What should you do first?
- Scale up the App Service plan to a Premium tier.Cevap
- BConfigure an autoscale rule to scale out the App Service plan to 15 instances.
- CScale up the App Service plan to the Basic B3 tier.
- DConfigure a deployment slot and distribute the traffic using a traffic routing rule.
Cevap
Scale up the App Service plan to a Premium tier.
Scaling up the App Service plan to a Premium tier is correct because the Standard tier enforces a maximum limit of 10 instances. To scale out to 15 instances, the App Service plan must first be scaled up to a Premium tier, which supports up to 20 or 30 instances.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service plan scaling limits and the difference between scaling up (changing the pricing tier) and scaling out (increasing the instance count).