App Service VNet Integration not working with App Config Private Endpoint
I currently have this issue where after setting up a private endpoint for app configuration, disabling public network access, and then setting up VNet Integration on my app service I keep getting the following error.
I have a VM on the virtual network and did a nslookup
on {my appc name}.azconfig.io
and it resolves to the private IP address. However, when I run it within Kudu it resolves to the public IP, I can see that a private IP address has been allocated to the app service after VNet integration.
I've attached my VNet Integrations settings, Subnet settings, and a list of private dns zones being utilized.