An administrator is planning the deployment of a new virtual machine named VM-Prod1 in the East US region. The virtual machine will host a database workload. The deployment must satisfy the following requirements:
- Use Ultra Disk storage for the database log files.
- Provide high availability with infrastructure protection against datacenter-wide failures.
- Position the virtual machine backend pool behind a public-facing load balancer.
- Configure daily backups for VM-Prod1.
You currently have an active Recovery Services Vault named RSV1 located in the West US region and a Public Load Balancer named LB1 configured with the Basic SKU.
Which configuration must you select to meet all deployment requirements?
- ADeploy VM-Prod1 in an Availability Set in the East US region, use the existing Basic SKU LB1, and create a new Recovery Services Vault in the East US region.
- Deploy VM-Prod1 in an Availability Zone in the East US region, deploy a Standard SKU Load Balancer, and create a new Recovery Services Vault in the East US region.Answer
- CDeploy VM-Prod1 in an Availability Zone in the East US region, use the existing Basic SKU LB1, and create a new Recovery Services Vault in the East US region.
- DDeploy VM-Prod1 in an Availability Zone in the East US region, deploy a Standard SKU Load Balancer, and use the existing RSV1 in the West US region.
Answer
Deploy the virtual machine in an Availability Zone in the East US region, deploy a Standard SKU Load Balancer, and create a new Recovery Services Vault in the East US region.
Deploying the virtual machine to an Availability Zone is necessary to support Ultra Disk storage and provide infrastructure redundancy that protects against datacenter-wide failures. Furthermore, a Standard Load Balancer is required to route traffic to resources deployed in Availability Zones, as Basic Load Balancers do not support zonal instances. Finally, virtual machine backups using a Recovery Services Vault must occur within the same target region as the source virtual machine, requiring a new vault in the East US region.
Step-by-Step Solution
Key Concept
Azure VM infrastructure redundancy, storage compatibility (Ultra Disk), load balancer SKU limitations, and backup regional constraints.
Estimated Time:2m 30s