0
votes

App Service IP Restriction for Application Gateway with WAF

I want to setup Application Gateway WAF in front of multi-tenant (non-ASE) App Service Web Apps.

I know it's itself possible now, according to official document.

For security, inbound traffic to Web Apps should be restricted only allow from the application gateway. But I couldn't find the way to do it.

Idea 1. Using VNet integration:
It's not possible to using "App Service Vnet Integration" cause it's not possible to specify App gateway's VNet. Moreover, in my understanding, VNet integration can't restrict inbound traffic.

Idea 2. Using IP Restriction config of App Service:
Application Gateway's Public IP Address can be configured as Dynamic one, Static IP Address can't be chosen. So, I think it's not possible to specify Application Gateway's Public IP Address to IP Restriction config of App Service, cause configured IP is static but actual IP can be changed.

Any good idea?

1

1 Answers

0
votes

The Application gateway IP address can change if the gateway is stopped and started by the customer.

So if you have not stop and start the application gateway, the IP address will not change.