A retail company plans to migrate its inventory reconciliation service to Azure Virtual Machines. The service must achieve a cumulative virtual machine uptime SLA of 99.99% and must be resilient against the failure of an entire datacenter.
Which virtual machine deployment configuration should you design to satisfy these requirements?
- ADeploy the virtual machines inside a single Availability Zone using an Availability Set.
- Deploy the virtual machines across multiple Availability Zones in the same Azure region.Answer
- CDeploy the virtual machines as Azure Spot Virtual Machines across multiple Availability Zones.
- DDeploy the virtual machines in a single Availability Zone using a Virtual Machine Scale Set.
Answer
Deploy the virtual machines across multiple Availability Zones in the same Azure region.
Deploying virtual machines across multiple Availability Zones in the same Azure region guarantees a 99.99% uptime SLA for at least one instance. This architecture ensures that if a single datacenter or zone experiences an outage, instances in the remaining zones continue to operate, meeting both the high availability SLA and the zone-resilience requirement.
Step-by-Step Solution
Key Concept
Azure Virtual Machine High Availability SLAs and Zonal Redundancy
Estimated Time:1m 30s