An investment bank is designing the compute infrastructure for a core ledger processing system on Azure. The system must meet a virtual machine uptime SLA of 99.99% and must remain available even if an entire Azure zone experiences an outage. Which two configurations should you include in the design?
- Deploy the virtual machines across two or more Availability Zones in the region.Answer
- Use a Standard Load Balancer to distribute traffic to the virtual machines.Answer
- CDeploy the virtual machines within a single Availability Zone using a single Availability Set.
- DDeploy the virtual machines within a single Proximity Placement Group restricted to a single Availability Zone.
Answer
To meet the requirements, you should deploy the virtual machines across two or more Availability Zones in the region and use a Standard Load Balancer to distribute traffic to them.
Distributing the virtual machines across multiple Availability Zones is required to meet the 99.99% SLA and ensure resilience against zone outages. A Standard Load Balancer is necessary to route traffic to virtual machines across different zones because it supports zone-redundant backend pools.
Step-by-Step Solution
Key Concept
Designing high availability for Azure compute using Availability Zones and Standard Load Balancer.