I have set up a virtual machine in windows azure, and a SQL azure DB in the azure portal.
When I connect my web app to the db using the PHP sqlsvr drivers, even though it works, it is painfully slow and retrieving the data. I have found in the past the solution to this problem was to have the database on the same server as the web app.
Is there any way to resolve this problem as I would like to use an Azure DB.
Cheers.
EDIT:
Found this:
Latency between Azure Web Role and SQL Azure and Application performance
Seems to be a common problem