You manage an Azure App Service web app named App1 that is hosted on a Basic (B1) App Service plan named ASP1. You need to configure App1 to automatically scale out up to a maximum of 8 instances when the average CPU utilization exceeds 80%. What should you do first?
- Scale up ASP1 to the Standard (S1) pricing tier.Cevap
- BConfigure an autoscale setting for ASP1 based on CPU utilization.
- CIncrease the manual scale instance count of ASP1 to 8.
- DScale up ASP1 to the Shared (D1) pricing tier.
Cevap
Scale up ASP1 to the Standard (S1) pricing tier.
Scaling up the App Service plan to the Standard (S1) pricing tier is required because the current Basic (B1) tier does not support autoscaling and is restricted to a maximum of 3 instances under manual scaling. The Standard tier is the lowest-cost tier that supports autoscale rules and up to 10 instances, making it the correct first action.
Adım Adım Çözüm
Anahtar Kavram
App Service Plan scaling tiers and resource limits