You are configuring the deployment settings for an Azure virtual machine named VM1 in the East US region. VM1 will host a database server that has the following requirements:
- High-speed storage capability supporting up to IOPS.
- Zero storage costs for the operating system drive, with minimal write latency.
- Resiliency against datacenter-wide failures within the region.
Which two options should you select when creating VM1? (Select two.)
- Deploy VM1 to an Availability Zone.Answer
- Enable Ultra Disk compatibility on the virtual machine.Answer
- CDeploy VM1 to an Availability Set.
- DCreate a subnet named BastionSubnet with a prefix to host Azure Bastion for administrative access.
Answer
Deploying the virtual machine to an Availability Zone and enabling Ultra Disk compatibility on the virtual machine.
The correct configurations are deploying the virtual machine to an Availability Zone and enabling Ultra Disk compatibility on the virtual machine. Availability Zones provide protection against datacenter-wide failures. Enabling Ultra Disk compatibility is a prerequisite for attaching Ultra Disks, which are required to meet the high IOPS demand.
Step-by-Step Solution
Key Concept
Virtual Machine Creation Settings, Ultra Disk Requirements, and High Availability Options