I have an Azure VM (DS3) running Windows 2008 Server r2 in Azure New Portal (ARM). I have installed SQL Server 2008 r2 on it. PLEASE NOTE: This is not an Azure SQL Server.
Under Network Security Group, Inbound Security Rules, I have added a Rule:
Priority: 400
Name: SQLServer
Source: Any
Destination: Any
Service: Custom (TCP/1433)
Action Allow
Also, in Win 2008 Server, under Firewall, I have added an Inbound Rule to allow traffic to port 1433 from any IP Address.
Also, in Win 2008 Server, under SQL Server Configuration Tools, SQL Server Configuration Manager, SQL Server Network Configuration, Protocols for MSSQL Server, TCP/IP, IP Addresses, it shows a local (behind NAT) IP Address (10.0.0.6) and 127.0.0.1 but not any other (public) IP Address.
On a Remote Computer, I have tried to create an ODBC to the SQL Server Database on that server and I get the message: [TCP/IP Sockets] SQL Server does not exist or Access Denied.
Any idea?