What is an App Service Environment

Find out what an app service environment is and why you would use it.

John Savill

May 27, 2017

1 Min Read
What is an App Service Environment

Q. What is an App Service Environment?

A. Ordinarily to deploy Azure App Service solutions, an App Service Plan is created and the app deployed to it. An App Service can be linked to a virtual network through a point-to-site connection but the actual plan still exists on shared infrastructure. An App Service Environment (ASE) is a dedicated deployment of App Services which are created within your virtual network providing network isolation. As a best practice deploy to an empty subnet to avoid. Using an ASE also enables the use of public facing services via a VIP or internally using an Internal Load Balancer.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like