I have a Server 2012 R2 Hyper-V server with a physical partition consisting of 2 SSDs in RAID-1. I want to dedicate this entire physical partition to a SQL Server VM (OS, databases, log files, everything). What I've done is created a single vhdx file that is the maximum allowable size on that partition (in other words, I have a 100GB vhdx file stored on a 100GB physical partition).
My question is, is this the right way to go about doing it? Or should I configure these physical disks to be directly attached to the VM as outlined here.
Shaun