Zain Rizvi
Zain Rizvi

Reputation: 24636

How to create sites on an Azure App Service Environment

I created an Azure App Service Environment but when I opened up the App Service Environment blade I didn't see a way to create web apps on it.

How do you create web apps on App Service Environment?

Upvotes: 1

Views: 1705

Answers (1)

Zain Rizvi
Zain Rizvi

Reputation: 24636

You create it the exact same way that you create regular websites. When you try to create a web app the App Service Environment shows up as an additional location in the Location blade.

Note that you'll have to create a new App Service Plan (previously called Web Hosting Plan) in order to change your location.

You can find full details on how to create it here: https://azure.microsoft.com/en-us/documentation/articles/app-service-web-how-to-create-a-web-app-in-an-ase/

Upvotes: 1

Related Questions