You need to configure automatic scale-out rules for an Azure Virtual Machine Scale Set (VMSS) named . The scale-out rule must increase the instance count when the average CPU utilization exceeds . In which sequence should you perform the configuration steps in the Azure Portal?
- 1Navigate to the resource blade and select Scaling under the Settings menu.
- 2Select the Custom autoscale option to enable metric-based scaling.
- 3Click Add a rule under the default scale condition, select Percentage CPU as the metric, and set the threshold operator to Greater than with a value of .
- 4Click Save at the top of the screen to commit the autoscale settings.
Cevap
First, navigate to the scale set resource and select Scaling. Second, choose Custom autoscale. Third, add a scale rule for Percentage CPU greater than 75. Finally, click Save to apply the configuration.
The correct order begins with navigating to the scaling menu of the VMSS, followed by switching from manual scale to custom autoscale. Once custom autoscale is active, a scale-out rule targeting CPU percentage greater than 75% must be added, and finally, the configuration must be saved to apply the settings.
Adım Adım Çözüm
Anahtar Kavram
Configuring metric-based autoscale settings for Virtual Machine Scale Sets in the Azure Portal.