An administrator deploys an Azure Virtual Machine Scale Set (VMSS) named `vmss1` using the Uniform orchestration mode. The upgrade policy is set so that when the VMSS model is updated, existing virtual machine instances do not automatically receive the updates, while any new instances created by scaling out are deployed with the updated model. Which upgrade policy is currently configured for `vmss1`?
- AAutomatic
- BRolling
- ManualCevap
- DStatic
Cevap
Manual upgrade policy
The Manual upgrade policy ensures that existing virtual machine instances in the scale set are not modified when the scale set model is updated. The administrator must manually apply the update to each existing instance. However, any new instances created due to scale-out operations are automatically created using the updated model configuration.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Machine Scale Set Upgrade Policies