Azure Web 应用服务:可以使用 IIS 反向代理吗?
Azure Web App Service: IIS Reverse proxy possible?
是否可以在 IIS 上为 Azure 应用服务运行 反向代理?
我想为 https 反向代理 socket.io 端口 3000 到端口 443。
--- 2016 年 8 月 24 日更新
您可以使用常规的 Azure Web 应用程序(不需要 ASE,如下所述)使用 URL 重写模块和 ARR 配置反向代理:http://ruslany.net/2014/05/using-azure-web-site-as-a-reverse-proxy/
但是,我不确定您打算如何在 Azure Web 应用程序上为您的应用程序打开端口 3000,因为 Web 应用程序不支持非标准端口。
您可以通过创建 Azure 应用服务环境 (ASE)、配置您的 VNET 并将您的应用服务部署到它来实现。本文可以帮助您入门:
https://devcentral.f5.com/articles/securing-azure-web-apps-with-the-big-ip
是否可以在 IIS 上为 Azure 应用服务运行 反向代理?
我想为 https 反向代理 socket.io 端口 3000 到端口 443。
--- 2016 年 8 月 24 日更新
您可以使用常规的 Azure Web 应用程序(不需要 ASE,如下所述)使用 URL 重写模块和 ARR 配置反向代理:http://ruslany.net/2014/05/using-azure-web-site-as-a-reverse-proxy/
但是,我不确定您打算如何在 Azure Web 应用程序上为您的应用程序打开端口 3000,因为 Web 应用程序不支持非标准端口。
您可以通过创建 Azure 应用服务环境 (ASE)、配置您的 VNET 并将您的应用服务部署到它来实现。本文可以帮助您入门: https://devcentral.f5.com/articles/securing-azure-web-apps-with-the-big-ip