【发布时间】:2019-03-20 06:50:31
【问题描述】:
我在 Azure 中创建了一个 Web 应用程序(例如 abc.azurewebsites.net),并向其中添加了一个自定义域,该域取自 Cloudflare (abc.contoso.com)(通过将 CNAME 点添加到 Azurewebsites.net)。
现在我的要求是,每当客户通过 abc.contoso.com 访问 webapp 时,它都应该通过 Cloudflare 并点击 azurewebapp。
然后我在 Azure webapp 中配置了 IP 限制,这样我就可以只允许来自 Cloudflare 的流量。
我已添加 ips 以允许我 got from the documentation 的模式并拒绝其余所有模式,但它不起作用。
【问题讨论】:
-
嗨赛。看起来有帮助的答案是在您提出问题的同一天做出的。你会考虑以某种方式回应他们吗?您可以在 cmets 中回复以澄清、接受或对其一般用途进行投票。
标签: azure ip cloudflare azure-web-app-service ip-restrictions