You are planning the deployment of a new virtual machine named AppVM-Prod to host a high-performance database. The workload has the following requirements:
* Storage: A data disk that must deliver IOPS with sub-millisecond latency. The IOPS and throughput must be adjustable dynamically without virtual machine downtime.
* High Availability: Protection against entire datacenter outages within the primary hosting region.
* Backup: Daily backups must be configured and stored in an existing Recovery Services Vault named Vault-EastUS2, which is located in the East US 2 region.
Which configuration and deployment strategy should you select to meet these requirements?
- Deploy AppVM-Prod in an Availability Zone within the East US 2 region, enable Ultra SSD compatibility on the virtual machine during creation, attach an Ultra Disk as the data disk, and configure backups to Vault-EastUS2.Cevap
- BDeploy AppVM-Prod in an Availability Set within the East US 2 region, enable Ultra SSD compatibility on the virtual machine during creation, attach an Ultra Disk as the data disk, and configure backups to Vault-EastUS2.
- CDeploy AppVM-Prod in an Availability Zone within the East US region, enable Ultra SSD compatibility on the virtual machine during creation, attach an Ultra Disk as the data disk, and configure backups to Vault-EastUS2.
- DDeploy AppVM-Prod in an Availability Zone within the East US 2 region, enable Ultra SSD compatibility on the virtual machine during creation, attach an Ultra Disk as the data disk, and configure backups to Vault-EastUS2. To test backup restoration without disrupting the production workload, restore the virtual machine using the Replace existing restore type.
Cevap
Deploy the virtual machine in an Availability Zone within the East US 2 region, enable Ultra SSD compatibility during creation, attach an Ultra Disk as a data disk, and configure backups to the same-region Recovery Services Vault.
The correct strategy requires deploying the virtual machine in the East US 2 region to align with the existing Recovery Services Vault, as cross-region backups are not supported. Additionally, the virtual machine must be placed in an Availability Zone because Availability Zones protect against datacenter-wide failures and are a prerequisite for using Ultra Disks. The Ultra SSD compatibility capability must be enabled on the virtual machine during its initial creation to allow attaching an Ultra Disk, which provides the required IOPS and permits on-the-fly adjustment of performance settings without VM rebooting.
Adım Adım Çözüm
Anahtar Kavram
Virtual Machine creation settings, including Availability Zones, Ultra Disk compatibility, regional backup constraints, and VM restore types.