You are designing a compute solution in Azure for a web application. The solution must meet the following requirements:
- The virtual machines (VMs) hosting the web application must have a guaranteed uptime SLA of .
- Incoming web traffic must be distributed across the VMs.
Which two actions should you include in the design to meet the requirements? (Select two.)
- Deploy the virtual machines across two or more Availability Zones in the same Azure region.Cevap
- Deploy a Standard Load Balancer to distribute incoming traffic to the virtual machines.Cevap
- CDeploy all virtual machines within a single Availability Zone.
- DDeploy a Basic Load Balancer to distribute incoming traffic to the virtual machines.
Cevap
To achieve a uptime SLA and distribute traffic across the zones, you must deploy the virtual machines across two or more Availability Zones and use a Standard Load Balancer.
To meet the virtual machine uptime SLA, the virtual machines must be deployed across two or more Availability Zones. Distributing traffic across zonal virtual machines requires a Standard Load Balancer, which is zone-redundant and supports backend instances in different zones.
Adım Adım Çözüm
Anahtar Kavram
Designing compute high availability in Azure using Availability Zones and Standard Load Balancers to achieve a VM uptime SLA.
Tahmini Süre:1m 0s