Skip to content

Commit b93b54a

Browse files
authored
Merge pull request #188460 from madsd/asev3create
ASE can now be created as part of app
2 parents c045a93 + 70762e5 commit b93b54a

File tree

1 file changed

+4
-3
lines changed
  • articles/app-service/environment

1 file changed

+4
-3
lines changed

articles/app-service/environment/using.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use an App Service Environment
33
description: Learn how to use your App Service Environment to host isolated applications.
44
author: madsd
55
ms.topic: article
6-
ms.date: 07/06/2021
6+
ms.date: 02/14/2022
77
ms.author: madsd
88
---
99

@@ -30,10 +30,11 @@ To create an app in an App Service Environment:
3030
1. Enter a name for a new resource group, or select **Use existing** and select one from the dropdown list.
3131
1. Enter a name for the app. If you already selected an App Service plan in an App Service Environment, the domain name for the app reflects the domain name of the App Service Environment.
3232
1. For **Publish**, **Runtime stack**, and **Operating System**, make your selections as appropriate.
33-
1. For **Region**, select a pre-existing App Service Environment v3. You can't make a new one when you're creating your app.
33+
1. For **Region**, select a pre-existing App Service Environment v3. If you want to create a new App Service Environment, select a region.
3434
![Screenshot that shows how to create an app in an App Service Environment.][1]
35-
1. Select an existing App Service plan, or create a new one. If you're creating a new app, select the size that you want for your App Service plan. The only SKU you can select for your app is an isolated v2 pricing SKU. Making a new App Service plan will normally take less than 20 minutes.
35+
1. Select an existing App Service plan, or create a new one. If you're creating a new plan, select the size that you want for your App Service plan. The only SKU you can select for your app is an Isolated v2 pricing SKU. Making a new App Service plan will normally take less than 20 minutes.
3636
![Screenshot that shows pricing tiers and their features and hardware.][2]
37+
1. If you chose to create a new App Service Environment as part of creating your new App Service plan, fill out the name and virtual IP type.
3738
1. Select **Next: Monitoring**. If you want to enable Application Insights with your app, you can do it here during the creation flow.
3839
1. Select **Next: Tags**, and add any tags you want to the app.
3940
1. Select **Review + create**. Make sure that the information is correct, and then select **Create**.

0 commit comments

Comments
 (0)