I'm new in azure VM and need advice from the expert.
Is it good if placing the application file (website file) in OS disk azure VM? how about the performance ? I tested by placing only 1 site but it's seem like same if i put it in data disks.
the reason why I place the application file in OS disk is the charging of storage transaction in data disks. My web application have some code to read file and write it again.
Note : I only put the application file in OS Disk. I put SQL data files in data disks.