本文介绍了限制WebApp Services仅接收来自Application Gateway的请求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有办法限制WebApp仅接收来自Application Gateway的请求。我不希望WebApp可以公开访问(通过他们的.azurewebsites.com DNS名称) - 但只能通过网关DNS访问。


我尝试过配置通过提供Azure网关的前端公共IP地址在App Service中进行IP过滤,但这不起作用。

解决方案

Is there a way to restrict WebApp to receive requests only from Application Gateway. I do not want the WebApp to be publicly accessible (via their .azurewebsites.com DNS name) – but should be accessible only via the Gateway DNS.

I had tried configuring IP Filter in App Service by providing Azure Gateway’s Frontend public IP address but this is not working.

解决方案


这篇关于限制WebApp Services仅接收来自Application Gateway的请求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 23:14