An organization deploys a web application named `InvoiceProcessorApp` to an Azure App Service. The application is hosted on a Basic () App Service plan. During monthly billing cycles, the application experiences brief but severe CPU utilization spikes, leading to slow response times for users. You need to implement a solution that automatically scales the application out by adding instances when CPU utilization exceeds and scales in when CPU utilization drops.
What should you do first?
- Scale up the App Service plan to the Standard () tier.Cevap
- BConfigure an autoscale rule based on the CPU Percentage metric on the existing Basic () plan.
- CManually increase the instance count of the App Service plan to three instances.
- DEnable the scale-up setting on the App Service plan to automatically transition to a Premium () tier during CPU spikes.
Cevap
Scale up the App Service plan to the Standard () tier.
To configure automatic scaling (autoscale) rules based on metrics such as CPU Percentage, the App Service plan must be in the Standard () tier or higher. The Basic tier only supports manual scaling (up to three instances). Therefore, you must first scale up the App Service plan to the Standard () tier.
Adım Adım Çözüm
Anahtar Kavram
Pricing tier requirements for configuring Azure App Service autoscale rules.
Tahmini Süre:1m 30s