An administrator is planning the deployment of a new application architecture in the East US 2 region to support a critical business service. The deployment consists of three web servers named `VM-Web1`, `VM-Web2`, and `VM-Web3`, and two database servers named `VM-DB1` and `VM-DB2`.
The deployment must meet the following configuration requirements:
- The web servers must be resilient to localized datacenter-wide failures and must achieve a virtual machine uptime SLA of at least .
- The database servers must be colocated in the same physical datacenter to minimize network latency, while still protecting against hardware rack failures within that datacenter.
- The database servers must maintain a virtual machine connectivity SLA of at least .
Which high availability and placement configuration should the administrator implement?
- Deploy the web servers across three distinct Availability Zones. Deploy the database servers in a single Availability Set assigned to a specific Availability Zone, and associate the database servers with a Proximity Placement Group.Answer
- BDeploy the web servers in a single Availability Set configured with three fault domains. Deploy the database servers across two distinct Availability Zones, and associate both database servers with a Proximity Placement Group.
- CDeploy the web servers across three distinct Availability Zones. Deploy the database servers in a single Availability Set that spans across the same three Availability Zones, and associate all five virtual machines with a Proximity Placement Group.
- DDeploy the web servers and the database servers in a single Availability Set configured with five update domains and three fault domains, and associate the entire resource group with a Proximity Placement Group.