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 ...
Jamony
Jul 01, 2026MCT
Hi, I’d normally keep the internal and public workloads separated at the network boundary. An internal ASE is a good fit for the intranet app, but for the public-facing app I’d usually use a regular App Service or a separate public-facing setup unless there is a strong reason to place both in the ASE. You can front things with Application Gateway or Front Door depending on the design, but mixing internal-only and public entry points in the same environment can make the network and security model harder to reason about.