I have setup an azure application gateway with web application firewall to route traffic to an azure app service. This requires setting up a VPN. I have followed instructions similar to this: https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-web-app-powershell
However it doesn't explain how to limit traffic to the app service only via the application gateway.
If I go into app service networking tab there is an option to use VNet integration . I thought this might be a way to lock down access through the gateway to the app service but I can't select the gateway VPN because azure tells me 'This virtual network has no gateway'.
So how to I lock down access to the app service so that only traffic which comes through the gateway can access it?