问题描述
大家好,
我刚刚在Azure中创建了一个新数据库,并尝试通过Azure数据工作室进行连接.按下连接后,Azure数据工作室只会继续旋转,什么也没发生.
I just created a new database in Azure and tried connecting via Azure data studio. The Azure data studio after pressing connect just keeps spinning and nothing happens.
我在Microsoft的技术聊天人员处寻求帮助,并向他展示了我的防火墙设置,用户名和其他设置,一切都很好.但是,我无法使用笔记本电脑连接自己.
I sought help using the technical chat person at Microsoft and I showed him my firewall settings, my username and other settings and everything was fine on his end. However, I couldnt connect myself using my laptop.
但是,我们发现我正在使用MAC OS 10.10.5,而Azure Data Studio需要10.12.这会引起任何关注吗?我需要升级吗?
However we found out that I am using MAC OS 10.10.5 while Azure Data Studio requires 10.12. Would this be any cause of concern? do i need to upgrade?
推荐答案
请尝试ping您的Azure SQL数据库逻辑服务器. ping命令不会从逻辑服务器得到任何答复, 但应提供服务器的当前IP地址.
Please try to ping your Azure SQL Database logical server. The ping command won’t get any reply from the logical server, but it should give the current IP address of the server.
使用该IP地址对端口1433上的IP执行telnel命令.
Use that IP address to perform a telnel command to the IP on port 1433.
"> https://www.quora.com/How-do-I-enable-telnet-in-MAC-OSX
我们在这里所做的是测试基本连通性.请配置防火墙和安全设置,以允许上面获得的IP上的通信以及端口TCP 1433上的通信.
https://www.quora.com/How-do-I-enable-telnet-in-MAC-OSX
What we are doing here is testing basic connectivity. Please configure your firewall and security setting to allow traffic on the IP obtained above and for port TCP 1433.
希望这会有所帮助.
Hope this helps.
问候
Regards,
阿尔贝托·莫里洛
Alberto Morillo
SQLCoffee.com
这篇关于无法通过Azure Data Studio连接到Azure SQL数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!