IIS / HTTP端点在Azure上的VM(非经典) [英] IIS/HTTP Endpoint on Azure VM (non-classic)

查看:195
本文介绍了IIS / HTTP端点在Azure上的VM(非经典)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

通过经典的Azure虚拟机,一是设置IIS上的Azure虚拟机,然后去了(旧)门户网站,为它设置一个HTTP端点。在新的虚拟机,这显然是通过网络安全集团(新的)的门户做如下所述:

With the classic Azure VMs, one set up IIS on an Azure VM and then went to the (old) portal and set up an HTTP endpoint for it. On the new VMs, this is apparently done through the Network Security Group in the (new) portal as described here:

<一个href=\"http://stackoverflow.com/questions/31965713/how-i-add-new-endpoints-to-my-vm-on-new-azure-portal-$p$pview\">How我添加新的端点到我的虚拟机上的新天青门户网站(preVIEW)?

不过,我似乎无法找到如何实际设置一个HTTP端点...唯一可用的协议似乎是TCP或UDP。

However, I can't seem to find how to actually set up an HTTP endpoint... the only available protocols seem to be TCP or UDP.

什么设​​置,我需要在这里允许在虚拟机上的HTTP连接到IIS?我试过来源:任意;协议:任何;源端口范围:*;目的地:任意;目的端口范围:80;动作:允许,但我仍然无法使80(RPD通过本地主机做工精细工作正常,内部测试)外部连接到服务器的IP

What settings do I need here to allow http connections to IIS on the VM? I tried source: any; protocol: any; source port range: *; destination: any; destination port range: 80; action: allow, but am still not able to make an external connection to the server's IP on 80 (RPD works fine and internal tests via localhost work fine).

该虚拟机有一个公网IP,并在此测试/安装阶段有一个禁用防火墙。

This VM has a public IP and has a disable firewall during this testing/setup phase.

请注意:这是一个准系统VM提供一个默认的IIS角色设置和使用默认的网络安全组虚拟机:这不是一个更大的IaaS设置的一部分

Note: this is a barebones VM provision with a default IIS role set up and the VM using the default network security group: it's not part of a larger IaaS setup.

推荐答案

发现了它。应该使用TCP作为协议而不是任何

Found it. Should be using TCP as the protocol rather than Any:

这篇关于IIS / HTTP端点在Azure上的VM(非经典)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆