本文介绍了如何访问虚拟机之外的安装在Azure虚拟机(VM角色)的SQL Server?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我工作的Windows Azure VM角色,我有安装在Azure虚拟机的SQL Server,现在我想从外部连接的SQL Server,这可能吗?
I am working on windows Azure VM Role, I am having sql server installed on Azure VM, now I want to connect to that sql server from outside, is it possible?
推荐答案
不幸的是默认的SQL端口被阻塞在Azure上 - 看到这个线程的详细信息:Azure使用1433端口输入端点被阻止?
Unfortunately the default SQL port is blocked on azure - see this thread for more details: Azure input endpoint using port 1433 is blocked?
这篇关于如何访问虚拟机之外的安装在Azure虚拟机(VM角色)的SQL Server?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!