An administrator is configuring an Azure Virtual Machine Scale Set (VMSS) named `vmss-app`. The administrator needs to configure a scale-in policy to control which virtual machines are terminated first when the scale set scales down.
Which of the following are valid scale-in policy values that can be configured for a VMSS? (Select TWO.)
- NewestVMCevap
- OldestVMCevap
- CRandomVM
- DLowestCPU
Cevap
The correct scale-in policy values that can be configured for a VMSS are NewestVM and OldestVM.
Azure Virtual Machine Scale Sets support three custom scale-in policies: Default, NewestVM, and OldestVM. The NewestVM policy prioritizes deleting the newest VM instances in the scale set when a scale-in event is triggered. The OldestVM policy deletes the oldest virtual machines in the scale set first.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Machine Scale Set (VMSS) scale-in policies allow administrators to specify the order in which VM instances are scaled in. The supported policies are Default, NewestVM, and OldestVM.