I want to create wcf web service with SQL Server database. I am confused which is azure best plan. Now i recommended 20GB database size. Please help me to select best plan Virtual machine or purchase separate Database Service and cloud service for wcf service.
There are two possibility.
Publish WCF Service on Azure Cloud Service And Database on Azure SQL Database.
Publish both WCF Service and SQL Database on Azure Virtual Machine.
a. Install SQL Server on Azure VM and update database on it.
b. Configure WCF Service on VM IIS.
Which is the best way consider performance and pricing?