简体   繁体   English

允许对Azure服务器核心VM进行远程Web服务器管理

[英]Allow remote web server administration of Azure server core VM

I am trying to configure a server code 2016 VM on Azure to allow access from IIS on a remote server (outside of Azure) - I have been following documentation from here and here . 我正在尝试在Azure上配置服务器代码2016 VM,以允许从远程服务器(Azure外部)上的IIS进行访问-我一直在这里此处关注文档。

When I try to connect to the Azure servercore server from IIS (File, Connect to a Server, provide server name/port and credentials), I am getting the following error: "Could not connect to the specified computer. Details: Unable to connect to the remote server" 当我尝试从IIS连接到Azure服务器核心服务器(文件,连接到服务器,提供服务器名称/端口和凭据)时,出现以下错误:“无法连接到指定的计算机。详细信息:无法连接到远程服务器”

I have added the firewall rule as noted in the steps I have been following with no success. 如我遵循的步骤所述,我添加了防火墙规则,但没有成功。 I believe that this may be a security group issue, but web searching has drawn a blank - I have not been able to find anything on connecting IIS to a VM on Azure in order to allow web server administration. 我相信这可能是一个安全组问题,但是Web搜索已成为空白-为了将Web服务器管理到IIS,我无法找到将IIS连接到VM的任何信息。

Any help would be much appreciated, preferably in simple steps - I'm a programmer who has had a devops task dropped on him, and as such have minimal understanding of Azure's mechanics and terminology! 我们将不胜感激,最好是通过简单的步骤进行任何帮助-我是一位程序员,因为他承担了devops任务,因此对Azure的机制和术语知之甚少!

Thanks! 谢谢!

So the error was due to the misconfigured NSG. 因此,该错误是由于NSG配置错误所致。 Need to open up port 8172. 需要打开端口8172。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM