Forum Discussion
Jason Woodfield
Oct 10, 2018Copper Contributor
Azure App Service Environments Internal and External access
I am looking to deploy a internal Intranet site and an external internet site and i would like to try and use Azure Web Apps to do this. The intranet should only be accessible from internal networks ...
OwenLanty
Jul 24, 2026Copper Contributor
You do not need to place both applications in one App Service Environment. Keep the intranet app private by using a private endpoint and private DNS, then host the public site in a normal multitenant App Service plan with its own public endpoint. This gives each site the correct exposure model and avoids making the public app depend on the internal ASE's networking design.