A retail company is designing the compute infrastructure for a new customer loyalty portal. The portal must run on Azure Virtual Machines and requires at least two VM instances to handle traffic. The architecture must guarantee a compute SLA of and protect against the failure of an entire datacenter. Which VM deployment configuration meets the requirements?
- ADeploy the virtual machines within a single Availability Set.
- BDeploy the virtual machines as Azure Spot Virtual Machines across multiple Availability Zones.
- Deploy the virtual machines across two or more Availability Zones in the same Azure region.Answer
- DDeploy the virtual machines in a single Availability Zone using a Proximity Placement Group.
Answer
Deploy the virtual machines across two or more Availability Zones in the same Azure region.
Deploying two or more virtual machines across multiple Availability Zones guarantees a SLA for VM uptime and provides protection against datacenter-level failures, as each zone consists of one or more datacenters equipped with independent power, cooling, and networking.
Step-by-Step Solution
Key Concept
Designing virtual machine configurations to meet specific SLA and redundancy requirements using Azure Availability Zones.
Estimated Time:1m 30s