【发布时间】:2018-04-07 06:34:40
【问题描述】:
我有一个托管在 azure 中的应用服务,我需要使用 Azure 的 Web 应用程序防火墙 (WAF) 来保护它。我已经创建了 WAF 并指定了应用服务的 FQDN,但是当我从浏览器中点击它时,我会在大约 3 分钟后收到超时响应。
我已经验证我可以使用http://FQDN 访问 AppService。 WAF 的 BackendHttpSetting 配置为 HTTP 端口 80。侦听器也配置为 http 80。我尝试使用 IP 以及 {guid}.cloudapp.net
访问 WAF 端点我现在没有主意了。
任何指针?
谢谢
【问题讨论】:
标签: azure azure-application-gateway