We are trying to connect to SQL 2012 on the Azure VM from our office over TCP port 1433. I have followed the steps in this article:
https://www.windowsazure.com/en-us/manage/windows/common-tasks/install-sql-server/
I created an endpoint on our Testbed-Dev VM for port 1433 and also allowed this inbound port in the Windows 2008 firewall.
SQL is configured for Mixed Mode Authentication and we have created local SQL users.
We can login using a SQL user directly on the VM but we cannot access SQL on the VM from our office using SQL Management Studio. We get the following error message upon trying to connect.
What are we missing here? Thanks for your help.