Private access to Web App in app service plan S1
Hi,
I have an old App service plan S1 tier that contains 3 web apps.
The frontend webapp should be accessed only through the Application gateway exposed to the internet, so I created a private endpoint and a private dns zone associated to the vnet. The connectivity from the application gateway to the web app works properly, I have the backend healthy and the connection troubleshoot shows reachability to the private endpoint of the webapp.
The same happen if I try a tcp ping or a telnet from a VM in the same network.
The problem is that when I try to connect via browser to the webapp from the application gateway or from the VM, I got 403 unauthorized.
When I open the public access of the webapp everything works again.