Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets stated goals.
You plan to migrate an on-premises Microsoft SQL Server virtual machine (VM) to a Microsoft Azure IaaS VM.
You deploy the VM by using the following settings:

The workload on this instance has a very high tempdbload.
You need to maximize the performance of the tempdbdatabase.
Solution: You use a D-Series VM and store the tempdbdatabase on drive D.
Does this solution meet the goal?
Correct Answer: A
Explanation/Reference:
Explanation:
For D-series, Dv2-series, and G-series VMs, the temporary drive on these VMs is SSD-based. If your workload makes heavy use of TempDB (such as temporary objects or complex joins), storing TempDB on the D drive could result in higher TempDB throughput and lower TempDB latency.
References: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sql/virtual-machines- windows-sql-performance