Hi
I have a test environment with two peered VNets in different (paired) regions, South and West, and I also have an Azure web app which is integrated to the VNet in South - as it's a standard Regional integration, this only allows access to resources in South.
What i need is for the webapp to access resources in both VNets. I guess this means I need 'gateway-required VNet integration' but the documentation I've seen on this only seems to reference integrating the webapp to a VNet in a different region, which is not what I want to do, I still want it integrated to South but with the ability to access West. Can anyone help with how this should be set up?
I know this is possible because in our live environment we have a webapp in South integrated to a VNet in South which can successfully ping our VMs in West. The only difference i can see there is that the live South VNet has a Virtual Network Gateway on it, although it's not used to connect to West at all, it's just used for us to connect to our on-prem offices. Does the VNG just need to exist on the VNet and that's enough?
thanks