I installed SQL Server in Azure Virtual Machine. Open port 1433, create rule in the firewall.
After that, I created Web-role and connect to SQL Server via Azure Connect.
All works. But performance is very bad: ping 500-900 ms between Virtual Machine and Web-role, simple stored procedures worked 5-7 seconds.
- How increase performance?
- Will performance increase if I will use virtual network?
SOLUTION
I created virtual netwotk and result is the BEST!