Azure Web应用服务: IIS Reverse proxy possible?

标签 azure iis socket.io reverse-proxy

是否可以在 IIS 上为 Azure 应用服务运行反向代理?

我想将 https.socket.io 端口 3000 反向代理到端口 443。

最佳答案

--- 2016 年 8 月 24 日更新

您可以使用常规 Azure Web App(不需要 ASE,如下所述)通过 URL 重写模块和 ARR 配置反向代理: http://ruslany.net/2014/05/using-azure-web-site-as-a-reverse-proxy/

但是,我还不确定您打算如何在 Azure Web App 上为应用程序打开端口 3000,因为 Web Apps 不支持非标准端口

<小时/>

您可以通过创建 Azure 应用服务环境 (ASE)、配置 VNET 并将应用服务部署到其中来实现此目的。本文可以帮助您开始: https://devcentral.f5.com/articles/securing-azure-web-apps-with-the-big-ip

关于Azure Web应用服务: IIS Reverse proxy possible?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39097201/

相关文章:

apache - node.js、socket.io 和 SSL

node.js - 从 ExpressJS 请求中识别 websocket

Azure辅助角色通信

azure - 无法解析 Azure Key Vault 的远程名称

sql - 将 ASP.NET Core 应用程序发布到 Azure 不起作用

azure - APIM 从现有资源生成 API 不断返回 200

node.js - Windows Azure 云服务 IIS 有时返回 503 错误

iis - 通过 IIS ARR 代理 Meteor WebSockets

asp.net - IIS 重写不起作用(但重定向起作用)

node.js - Socket.io 'Handshake' 因集群和粘性 session 而失败