NovaHealth plans to deploy a new patient records application consisting of virtual machines in the West US 3 region. The deployment must guarantee a virtual machine uptime SLA of at least and protect the application against datacenter-level failures. You need to configure the high availability solution for the virtual machines. Which two actions should you perform? (Select two.)
- Deploy the virtual machines across two or more Availability Zones in West US 3.Cevap
- BDeploy the virtual machines within a single Availability Set.
- Deploy an Azure Standard Load Balancer to distribute traffic to the virtual machines.Cevap
- DDeploy an Azure Basic Load Balancer to distribute traffic to the virtual machines.
Cevap
Deploy the virtual machines across two or more Availability Zones in West US 3, and deploy an Azure Standard Load Balancer to distribute traffic to the virtual machines.
To satisfy a virtual machine uptime SLA and protect against datacenter-level outages, virtual machines must be distributed across two or more Availability Zones. Because the virtual machines are distributed across zones, an Azure Standard Load Balancer must be deployed to distribute traffic, as the Basic SKU load balancer does not support zonal backend pools.
Adım Adım Çözüm
Anahtar Kavram
Configuring Virtual Machines for High Availability using Availability Zones and Standard Load Balancer.