You are designing the deployment of a new Azure Virtual Machine (VM) named `VM-DB1` in the East US region. The VM will host a database workload with the following requirements:
- High availability with protection against datacenter-wide failures.
- A data disk that supports IOPS and MB/s throughput.
- Full VM backups containing all disks using an Azure Recovery Services vault.
To meet these requirements, you plan to deploy `VM-DB1` to Availability Zone , enable Ultra Disk compatibility on the VM, attach an Ultra Disk as a data disk, and configure a backup policy in a Recovery Services vault located in the East US region.
Which of the following statements correctly identifies the constraint that will prevent this deployment plan from being completed as designed?
- Azure Backup does not support backing up virtual machines that have Ultra Disks attached.Answer
- BUltra Disks can only be attached to virtual machines deployed within an Availability Set, not in an Availability Zone.
- CThe Recovery Services vault must be deployed in a different region than the virtual machine to support Ultra Disk backup.
- DThe Recovery Services vault cannot access the VM because the default storage account firewall blocks trusted Microsoft services.