An administrator is deploying a new virtual machine named VM1 to host a database. The database workload requires high-performance storage with low latency. The administrator deploys VM1 using the Standard_D2_v3 size. When attempting to attach a Premium SSD managed disk as a data disk to VM1, the administrator finds that Premium SSD is not available. What should the administrator do to enable Premium SSD support for VM1?
- Resize VM1 to Standard_D2s_v3.Answer
- BConvert the OS disk of VM1 from Standard SSD to Premium SSD.
- CMove VM1 to a different Availability Zone within the same region.
- DRedeploy VM1 using a Recovery Services Vault restore operation.
Answer
Resize VM1 to Standard_D2s_v3.
Resizing the virtual machine to Standard_D2s_v3 is correct because only Azure virtual machine sizes with the 's' suffix support Premium SSDs and Ultra Disks. The Standard_D2_v3 size does not support premium storage tiers.
Step-by-Step Solution
Key Concept
Azure virtual machine sizing and premium storage support