I created a basic tier Sql Database in Azure. I would like to connect to it in SSMS. I am getting an error
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused
I have seen several questions on Stackoverflow , which lead me to believe the issue is a firewall issue. How can I confirm this? I get the same error when entering an incorrect password. Is there an uncomplicated work-around if I am on a work network, and cant make any major firewall configuration changes?