A gaming company is designing the compute layer for a real-time multiplayer matchmaking and session hosting application. The backend will run on Azure Virtual Machines. The design must meet the following requirements:
- Provide a virtual machine uptime SLA of at least .
- Minimize network latency between the application servers.
Which two actions should you include in the design? (Select two.)
- Deploy the virtual machines across two or more Availability Zones in the same region.Answer
- Deploy the virtual machines within a Proximity Placement Group.Answer
- CDeploy the virtual machines in an Availability Set.
- DConfigure the virtual machines as Azure Spot Virtual Machines.
- EConfigure Azure Traffic Manager to perform SSL offloading and route traffic to the virtual machines.
Answer
To design a compute solution that meets both the uptime SLA and the low-latency requirements, you should deploy the virtual machines across two or more Availability Zones in the same region and place them within a Proximity Placement Group.
Deploying virtual machines across two or more Availability Zones ensures the design meets the VM uptime SLA. Placing these virtual machines within a Proximity Placement Group ensures they are physically located close to one another to minimize inter-VM network latency.
Step-by-Step Solution
Key Concept
Designing high availability compute infrastructure using Azure Availability Zones and Proximity Placement Groups to balance uptime SLA and network latency.
Estimated Time:2m 0s