Skip to content

Commit 6168c75

Browse files
committed
initial
1 parent 14d3781 commit 6168c75

File tree

3 files changed

+4
-30
lines changed

3 files changed

+4
-30
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ However, just like apps that run on the public multitenant service, developers c
163163
[examplebase64encoding]: https://powershellscripts.blogspot.com/2007/02/base64-encode-file.html
164164
[configuringDefaultSSLCertificate]: https://azure.microsoft.com/resources/templates/web-app-ase-ilb-configure-default-ssl/
165165
[Intro]: ./intro.md
166-
[MakeExternalASE]: ./create-external-ase.md
167166
[MakeASEfromTemplate]: ./create-from-template.md
168167
[MakeILBASE]: ./create-ilb-ase.md
169168
[ASENetwork]: ./network-info.md

articles/app-service/environment/create-ilb-ase.md

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create an App Service environment with an internal loa
44
author: madsd
55
ms.assetid: 0f4c1fa4-e344-46e7-8d24-a25e247ae138
66
ms.topic: quickstart
7-
ms.date: 03/27/2023
7+
ms.date: 04/26/2024
88
ms.author: madsd
99
ms.custom: mvc, mode-other, devx-track-arm-template
1010
---
@@ -47,33 +47,11 @@ There are some things that you can't do when you use an ILB ASE:
4747

4848
## Create an ILB ASE ##
4949

50-
To create an ILB ASE:
51-
52-
1. In the Azure portal, select **Create a resource** > **Web** > **App Service Environment**.
53-
54-
2. Select your subscription.
55-
56-
3. Select or create a resource group.
57-
58-
4. Enter the name of your App Service Environment.
59-
60-
5. Select virtual IP type of Internal.
61-
62-
![ASE creation](media/creating_and_using_an_internal_load_balancer_with_app_service_environment/createilbase.png)
50+
To create an ILB ASE, see [Create an ASE by using an Azure Resource Manager template](./create-from-template.md)
6351

6452
> [!NOTE]
6553
> The App Service Environment name must be no more than 36 characters.
66-
67-
6. Select Networking
68-
69-
7. Select or create a Virtual Network. If you create a new VNet here, it will be defined with an address range of 192.168.250.0/23. To create a VNet with a different address range or in a different resource group than the ASE, use the Azure Virtual Network creation portal.
70-
71-
8. Select or create an empty a subnet. If you want to select a subnet, it must be empty and not delegated. The subnet size cannot be changed after the ASE is created. We recommend a size of `/24`, which has 256 addresses and can handle a maximum-sized ASE and any scaling needs.
72-
73-
![ASE networking][1]
74-
75-
7. Select **Review and Create** then select **Create**.
76-
54+
>
7755
7856
## Create an app in an ILB ASE ##
7957

@@ -89,7 +67,7 @@ You create an app in an ILB ASE in the same way that you create an app in an ASE
8967

9068
1. Select your Publish, Runtime Stack, and Operating System.
9169

92-
1. Select a location where the location is an existing ILB ASE. You can also create a new ASE during app creation by selecting an Isolated App Service plan. If you wish to create a new ASE, select the region you want the ASE to be created in.
70+
1. Select a location where the location is an existing ILB ASE.
9371

9472
1. Select or create an App Service plan.
9573

@@ -154,7 +132,6 @@ ILB ASEs that were made before May 2019 required you to set the domain suffix du
154132

155133
<!--Links-->
156134
[Intro]: ./intro.md
157-
[MakeExternalASE]: ./create-external-ase.md
158135
[MakeASEfromTemplate]: ./create-from-template.md
159136
[MakeILBASE]: ./create-ilb-ase.md
160137
[ASENetwork]: ./network-info.md

articles/app-service/environment/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@
9191
href: intro.md
9292
- name: Create ASE v2 from template
9393
href: create-from-template.md
94-
- name: Create external ASE v2
95-
href: create-external-ase.md
9694
- name: Create internal ASE v2
9795
href: create-ilb-ase.md
9896
- name: Use an ASE v2

0 commit comments

Comments
 (0)