Reputation: 504
I have been struggling to connect to my Azure SQL DB from Power BI and SSMS.
I've configured the firewall settings for the server to include my client IP address, enabled 'Azure services and resources' and am able to query my database with both Azure AD and username and password.
I've read that I should troubleshoot by running ping, telnet and tracert and it's failing to reach the server. I'm not sure of the next steps that I should take though.
My power BI error:
My cmd output:
My ssms output:
Is there something basic that I am missing? All of the tutorials I've read and watched seem to connect first time without an issue. I assume this is straightforward enough but I can't seem to find a solution anywhere.
Any help and advice is much appreciated :)
SSMS 17.2 version 14.0.17177.0
Upvotes: 2
Views: 1370
Reputation: 198
If you have successfully configured your azure SQL to accept traffic from your IP then the issue seems to be with your local firewall blocking outbound connections
Things I would try:
From your description and the steps you described the last option above seems like the most likely scenario
Upvotes: 1