Practice free →
HomeAzure AZ-104cloudcomputingaz104compute › Which combination of features deploys a fault-to…

Which combination of features deploys a fault-tolerant Windows web tier across THREE Availability Zones in one region?

AThree VMSS instances all in zone 1
BA VMSS with `zones: [1, 2, 3]` distribution + an Azure Load Balancer Standard SKU configured zone-redundant
CManually creating 100 VMs by hand
DA single VM in a single AZ with high CPU
Answer & Solution
Correct answer: B. A VMSS with `zones: [1, 2, 3]` distribution + an Azure Load Balancer Standard SKU configured zone-redundant
VMSS with zonal placement + zone-redundant load balancer = AZ-distributed web tier. The other options are single-zone or unmanaged.
Solve this in the app — Azure AZ-104 practice & 24k+ MCQs →
Related questions