Soru

Zorluk: OrtaConfigure Virtual Machine Scale Sets (VMSS)

An administrator is configuring an Azure Virtual Machine Scale Set (VMSS) named vmss-retail that uses Uniform orchestration to run a web application. The administrator needs to configure the VMSS to roll out application updates automatically when the VMSS model is updated. The configuration must meet the following requirements:
- Updates must be applied to instances gradually in batches.
- A subset of instances must remain available to serve traffic during the update.
- The update process must automatically pause if the new instances are unhealthy.
- No manual intervention should be required to promote the update across batches.
Which two options should the administrator configure to meet these requirements? (Select two.)

  1. Set the VMSS upgrade policy mode to Rolling.Cevap
  2. Associate an Application Health Extension or a Load Balancer health probe with the VMSS.Cevap
  3. C
    Set the VMSS upgrade policy mode to Automatic.
  4. D
    Set the VMSS upgrade policy mode to Manual.

Cevap

The administrator should set the upgrade policy mode to Rolling and associate an Application Health Extension or a Load Balancer health probe with the Virtual Machine Scale Set.
To meet the requirements, the VMSS upgrade policy mode must be set to Rolling. The Rolling upgrade policy applies updates to instances in batches. To monitor the health of these instances during the update and determine when to proceed to the next batch or pause, a health probe (either via Application Health Extension or a Load Balancer health probe) must be associated with the VMSS. This combination allows for zero-downtime, automated, health-aware deployments.

Adım Adım Çözüm

1
Analyze the requirement for automatic, gradual, batch-based updates that pause upon health check failure.
Identify that the Rolling upgrade policy is designed specifically for this purpose, unlike Automatic or Manual upgrade modes.
Selecting the correct upgrade policy mode is the foundational configuration step.
2
Analyze the health monitoring requirement for the rolling update.
Determine that the Rolling upgrade policy requires a health mechanism, such as an Application Health Extension or a Load Balancer health probe, to evaluate instance health.
Without a configured health probe, the scale set cannot verify the health of the upgraded batch to safely proceed or pause the rollout.

Anahtar Kavram

Configuring Virtual Machine Scale Set upgrade policies and health probe dependencies for rolling upgrades.
Bu soruyu puanla