Home › Azure AZ-104 › cloudcomputing › az104compute › 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.
Related questions
Which Azure container service is BEST suited for event-driven serverless containers — scalAn ARM / Bicep deployment fails midway with a permission error on a single resource. What'Which Azure App Service feature lets you swap a staging deployment slot into production wiWhich Azure VM availability construct guarantees that VMs are placed across different physWhich combination of features lets you deploy a containerised app with managed Kubernetes An organisation needs to run a container without managing the underlying VMs. Which Azure Which Azure feature lets you stop billing on a Windows / Linux VM compute while preservingWhich file format describes an Azure deployment declaratively for ARM-based deployments (w