You are configuring CPU-based autoscale rules for an Azure App Service web application to handle variable traffic spikes while preventing service instability caused by rapid, back-to-back scaling actions (flapping). Which of the following configuration settings should you implement? (Select TWO.)
- A scale-out rule triggered when CPU utilization exceeds , and a scale-in rule triggered when CPU utilization drops below .Cevap
- A scale-cool-down duration of minutes to allow metrics to stabilize after any scaling operation.Cevap
- CA scale-out rule triggered when CPU utilization exceeds , and a scale-in rule triggered when CPU utilization drops below .
- DA cool-down duration of minutes to ensure the application immediately responds to traffic spikes.
Cevap
Configure a scale-out threshold that is significantly higher than the scale-in threshold, and set an adequate cool-down duration to allow the system metrics to stabilize.
Implementing a scale-out threshold of and a scale-in threshold of ensures there is a wide enough gap to prevent immediate scaling-in after scale-out. A cool-down duration of minutes allows metrics to stabilize before another scaling event is considered.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service Autoscale Rule and Flapping Prevention Configuration