My question is similar to this question - SSRS on Non-SQL Azure VM
We are developing a web app on ASP.Net MVC. We would like to use SQL Server on VM with SSRS for reporting requirements. Should we use the same SQL server instance for the web application or should we have a seperate SQL server Azure istance? What is the difference between SQL Server VM and SQL Server Azure in terms of cost, performance, availability?
Are there any benefits if I use Azure SQL server only for the web application and SQL Server VM only for SSRS?