Your company is deploying a high-performance database server on an Azure virtual machine named VM1 in the East US region. The database workload requires sub-millisecond storage latency and up to IOPS. You plan to attach an Ultra Disk managed disk to VM1 to meet these requirements. Which configuration is required during the creation of VM1 to ensure you can attach an Ultra Disk to the virtual machine?
- ADeploy VM1 into an Availability Set to support Ultra Disk redundancy.
- BConfigure a storage account firewall rule to bypass trusted Microsoft services.
- Enable the Ultra Disk compatibility setting on VM1 during deployment.Answer
- DApply a ReadOnly resource lock to the target Resource Group before initiating the virtual machine deployment.
Answer
Enable the Ultra Disk compatibility setting on VM1 during deployment.
To use Ultra Disks on an Azure virtual machine, you must explicitly enable the Ultra Disk compatibility setting (or the ultraSSDEnabled capability) during the VM creation process. This informs the Azure fabric to allocate the virtual machine on a host that supports the Ultra Disk storage subsystem.
Step-by-Step Solution
Key Concept
Configuring Ultra Disk compatibility during Azure Virtual Machine creation
Estimated Time:1m 30s