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 ...
Kidd_Ip
Jul 22, 2026MVP
You can host both internal (intranet) and external (internet-facing) sites using Azure App Service Environments (ASE v3), but required to choose the right deployment type: an Internal ASE (ILB) for private apps accessible only via VPN/ExpressRoute, and an External ASE for public apps with a public IP. Both can run multiple apps in separate App Service Plans within the same ASE, learn.microsoft.com/en-us/azure/app-service/environment/overview