SqlDbx
You are not logged in.
I am not able to connect to Microsoft Azure database using SqlDbx personal tool. I am getting below error.
---------------------------
SqlDbx
---------------------------
SQL Server does not exist or access denied.. Error 17. SQLSTATE 08001
ConnectionOpen (Connect()).. Error 53. SQLSTATE 01000
SQL Server does not exist or access denied.. Error 17. SQLSTATE 08001
ConnectionOpen (Connect()).. Error 53. SQLSTATE 01000
---------------------------
OK
---------------------------
Offline
If your DB is in a VM in Azure I had a similar problem, and I had to configure both the Azure firewall AND the VM firewall.
If your SQL Server database is directly hosted on Azure, you should anyway check the settings in the Azure portal, because even at that level you have to specify fron which IPs you want to connect to your DB
Offline