An administrator is designing the deployment of a new virtual machine named `VM-Prod-DB` to host a database. The database requires storage that supports up to IOPS and sub-millisecond latency. Additionally, the database must be protected against datacenter-level outages. The administrator must also ensure that:
1. `VM-Prod-DB` is backed up daily to an existing Recovery Services Vault named `RSV-Prod-01` located in the East US 2 region.
2. `VM-Prod-DB` is placed in the backend pool of a public load balancer.
Which of the following configurations should the administrator select to deploy `VM-Prod-DB` successfully?
- Deploy the virtual machine in the East US 2 region, select an Availability Zone, enable Ultra Disk compatibility, and associate the virtual machine with a Standard SKU load balancer.Cevap
- BDeploy the virtual machine in the East US region, select an Availability Zone, enable Ultra Disk compatibility, and associate the virtual machine with a Standard SKU load balancer.
- CDeploy the virtual machine in the East US 2 region, select an Availability Set, enable Ultra Disk compatibility, and associate the virtual machine with a Standard SKU load balancer.
- DDeploy the virtual machine in the East US 2 region, select an Availability Zone, enable Ultra Disk compatibility, and associate the virtual machine with a Basic SKU load balancer.
Cevap
Deploy the virtual machine in the East US 2 region, select an Availability Zone, enable Ultra Disk compatibility, and associate the virtual machine with a Standard SKU load balancer.
To support the storage requirement of IOPS and sub-millisecond latency, Azure Ultra Disks must be used. Enabling Ultra Disk compatibility on a virtual machine requires selecting a supported size and deploying the VM in an Availability Zone (Availability Sets are not supported). Availability Zones also fulfill the requirement to protect the database against datacenter-level outages. Because the target Recovery Services Vault is located in the East US 2 region, the virtual machine must also be deployed in East US 2. Finally, a Standard SKU load balancer must be used because Basic SKU load balancers cannot have backend pools that contain virtual machines in Availability Zones.
Adım Adım Çözüm
Anahtar Kavram
Virtual machine deployment planning requiring alignment of storage performance (Ultra Disk compatibility and Availability Zone constraints), region dependencies (Recovery Services Vault constraints), and network SKU requirements (Load Balancer constraints).
Tahmini Süre:3m 0s