An administrator is designing a deployment strategy for an Azure Virtual Machine Scale Set (VMSS) named `VMSS1`. The scale set must meet the following requirements:
- Maximize application availability by distributing VM instances across multiple fault domains in a single region without using Availability Zones.
- Automate scaling based on average CPU utilization using Azure Monitor autoscale rules.
- Support the deployment of custom VM sizes within the same scale set.
The administrator configures the scale set to use Flexible orchestration mode and defines a virtual machine profile.
During testing, the administrator needs to roll out an updated OS image to the scale set. The update must be applied to all existing instances while maintaining application availability.
Which of the following actions should the administrator perform to meet these requirements? (Select TWO.)
- Configure the `platformFaultDomainCount` property to a value greater than during the creation of the scale set.Cevap
- Manually apply the updated scale set model to the virtual machine instances in a staggered manner.Cevap
- CChange the scale set upgrade policy to `Rolling` to automatically roll out the OS image update to instances in batches.
- DSet the scale set upgrade policy to `Automatic` so that existing instances are updated concurrently.
- EConfigure the scale-in policy of the scale set to `OldestVM` to prioritize updating older instances first.