Skip to content

Commit 0a4b89f

Browse files
committed
edits per review feedback
1 parent d9c3c0d commit 0a4b89f

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

articles/app-service/environment/how-to-create-from-template.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,27 @@ ms.service: azure-app-service
1313

1414
An App Service Environment v3 can be created in the Azure portal or by using an Azure Resource Manager (ARM) template.
1515

16-
In the Azure portal, you create an App Service Environment with a specific configuration for immediate deployment. When you [create the environment in the portal](creation.md), you can create your virtual network at the same time or choose an existing virtual network for the deployment.
16+
In the Azure portal, you create an App Service Environment with a specific configuration for immediate deployment. When you [create the environment in the portal](creation.md), you select or create the supporting resources at the same time, including the resource group for the deployment region, and the virtual network with subnet.
1717

18-
When you create an App Service Environment from a template, you access a configuration that's available for repeatable deployment of the same environment or other App Service Environments. In this scenario, you must choose an existing virtual network with an existing subnet. You also need to preconfirm the region location for the planned deployment.
18+
When you create an App Service Environment from a template, you access a configuration that's available for repeatable deployment of the same environment or other App Service Environments. The template specifies the property set for the App Service Environment, along with the virtual network and subnet to use for the deployment.
1919

2020
This article walks through the steps and syntax you need to create an External App Service Environment or internal load balancer (ILB) App Service Environment from an ARM template.
2121

2222
## Prerequisites
2323

24-
Before you can create an App Service Environment from an ARM template, you need to prepare the virtual network and subnet.
24+
- To build the App Service Environment ARM template, you need to determine the type of environment to configure. You can create the environment with an internet-accessible endpoint or an endpoint on an internal address in an Azure Virtual Network instance.
2525

26-
In an App Service Environment ARM template, you can create the environment with an internet-accessible endpoint or an endpoint on an internal address in an Azure Virtual Network instance.
26+
When the environment is created with an internal endpoint, the endpoint is provided by an Azure component, the _internal load balancer (ILB)_. An App Service Environment on an internal IP address is referred to as an _ILB App Service Environment_. An App Service Environment with a public endpoint is referred to as an _External App Service Environment_.
2727

28-
When the environment is created with an internal endpoint, the endpoint is provided by an Azure component, the _internal load balancer (ILB)_. An App Service Environment on an internal IP address is referred to as an _ILB App Service Environment_. An App Service Environment with a public endpoint is referred to as an _External App Service Environment_.
29-
30-
To create an App Service Environment by using a template, you need the following items:
31-
32-
- An existing virtual network.
33-
- An existing subnet in the specified virtual network.
28+
- The virtual network specified in the template must define a subnet:
3429

3530
- The recommended subnet size is `/24` with 256 addresses to accommodate future growth and scaling needs.
36-
- The subnet must be empty (no network interface cards (NICs), virtual machines, private endpoints, and so on).
31+
- The subnet must be empty (no network interface cards _NICs_, virtual machines, private endpoints, and so on).
3732
- The subnet must be delegated to `Microsoft.Web/hostingEnvironments`.
3833

3934
Keep in mind that after you create an App Service Environment with the template, you can't change the subnet size.
4035

41-
- A region location with sufficient availability to support deployment of an App Service Environment created from the template.
36+
- When you create an App Service Environment from an ARM template, the resource group you specify must be in a region that has sufficient availability to support deployment of the environment created from the template.
4237

4338
## Review the ARM template properties
4439

0 commit comments

Comments
 (0)