An administrator manages an Azure Virtual Machine Scale Set named `vmss-compute` that uses Uniform orchestration. The scale set currently has 8 instances, and its upgrade policy is set to Manual. The administrator needs to update the scale set to use a new version of a custom virtual machine image. The update must meet the following requirements:
- The instances must be updated automatically in batches.
- The application must maintain service availability during the update process.
- The update process must pause if an instance fails to return to a healthy state after being updated.
Which upgrade policy should the administrator configure?
- AManual
- BAutomatic
- RollingCevap
- DScheduled
Cevap
The Rolling upgrade policy should be configured because it automatically updates scale set instances in batches, maintains service availability, and pauses the update if an instance fails to return to a healthy state.
The correct answer is the Rolling upgrade policy. When configured, Azure updates the virtual machine scale set instances in batches. It monitors the health of the instances and will pause the rollout if an instance fails to return to a healthy state, minimizing service disruption.
Adım Adım Çözüm
Anahtar Kavram
Virtual Machine Scale Set (VMSS) Upgrade Policies