A logistics company, Zenith Freight Services, is migrating a multi-tier workload to the Sweden Central region. The deployment must adhere to the following strict requirements:
- The database layer ( virtual machines) requires a VM-level compute uptime SLA of at least .
- The application layer ( virtual machines) requires protection against localized hardware failures and updates within a single datacenter, while ensuring network latency between the instances is minimized.
- The web layer ( existing standalone virtual machines: WebVM-Prod1 and WebVM-Prod2) must be integrated into a configuration that guarantees a compute SLA.
Which configuration strategy should the administrator implement to meet all requirements?
- Deploy the database VMs across multiple Availability Zones, deploy the application VMs in an Availability Set, and delete the existing web VMs, recreating them from their OS disks within a new Availability Set.Cevap
- BDeploy the database VMs in an Availability Set, deploy the application VMs across multiple Availability Zones, and add the existing web VMs directly to the application Availability Set.
- CDeploy the database VMs across multiple Availability Zones, deploy the application VMs in an Availability Set that spans multiple Availability Zones, and enable the high availability setting on the existing web VMs' configuration properties.
- DDeploy both the database and application VMs in a Proximity Placement Group, and attach the existing web VMs to a new Availability Zone by updating their zone assignments in the Azure portal.
Cevap
Deploy the database VMs across multiple Availability Zones, deploy the application VMs in an Availability Set, and delete the existing web VMs, recreating them from their OS disks within a new Availability Set.
Deploying the database VMs across multiple Availability Zones meets the SLA constraint. Placing the application VMs in an Availability Set ensures hardware redundancy (fault/update domains) while maintaining low latency. Deleting the existing web VMs and recreating them from their OS disks in a new Availability Set is the only valid method to transition running standalone VMs into an Availability Set to obtain the SLA.
Adım Adım Çözüm
Anahtar Kavram
High Availability Configuration and SLAs (Availability Sets vs. Availability Zones)