问题描述
我的目标是在VNet中安装一个Web应用程序,该应用程序通过VNet网关使用证书工作。我的测试使用Azure中的标准图像(Node.js)。我遵循了"使用本机Azure证书身份验证配置与VNet的点对站连接:
Azure门户"用于设置VNet,子网(前端和GatewaySubnet)证书和网关的文档,可以连接到网关。我已根据建议使用ipconfig / all验证了与VNet的连接,确实我已连接。
My goal is to have a Web App in a VNet which goes through a VNet gateway using certificates to work. My test uses a standard image in Azure (Node.js). I have followed "Configure a Point-to-Site connection to a VNet using native Azure certificate authentication: Azure portal" documentation for setting up the VNet, Subnets (front end and GatewaySubnet) Certificates, and Gateway and can connect to the gateway. I’ve verified connection to the VNet with ipconfig/all as suggested, and indeed I am connected.
我将Web App设置为拒绝除VNet网关的IP地址以外的所有内容。我是否已将Web应用程序配置为与空子网或网关子网集成。无论哪种方式,我都会收到503错误。当我使用公共网址连接
时,我已验证测试网络应用正常工作。
I set the Web App to deny all except the IP address from the VNet gateway. whether I have configured the web app to integrate with the empty subnet or the gateway subnet. I get a 503 error either way. I have verified the test web app is working when I connect using the public url.
我应该使用路线表吗?如果是这样,你能否给予一些帮助,因为我无法理解它是如何起作用的。
Should I be using a route table? If so, could you give some help with that since I haven’t been able to get a handle on how that might work.
谢谢你,
Ken
推荐答案
与此同时,我正在检查内部的一些项目,并会回复给你。
In the meantime, I am checking on some items internally and will circle back to you.
这篇关于Azure Web应用程序通过VNet访问网关上的证书。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!