I have created a web application firewall in Azure with it's own Vnet (called GatewayVnet) and external IP address as described here: https://docs.microsoft.com/en-gb/azure/application-gateway/application-gateway-web-application-firewall-portal I have an existing App Service which I want to connect to the WAF. Eventually I want to make the access private. However when I go to:
App service -> Networking -> VNet integration -> Setup
but I can't use the GatewayVnet I set up as part of the WAF as it says 'This virtual network has no gateway'. What does this mean? What do I need to do so I can connect the WAF to the App Service?