Skip to content

Commit 3db801d

Browse files
Merge pull request #228927 from seligj95/patch-1
ase name character limit
2 parents 1cf72a8 + 32a4c1a commit 3db801d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 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/29/2022
7+
ms.date: 02/28/2023
88
ms.author: madsd
99
ms.custom: mvc, seodec18, mode-other
1010
---
@@ -60,7 +60,7 @@ To create an ILB ASE:
6060
![ASE creation](media/creating_and_using_an_internal_load_balancer_with_app_service_environment/createilbase.png)
6161

6262
> [!NOTE]
63-
> The App Service Environment name must be no more than 37 characters.
63+
> The App Service Environment name must be no more than 36 characters.
6464
6565
6. Select Networking
6666

articles/app-service/environment/creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here's how:
5050

5151
1. Search Azure Marketplace for *App Service Environment v3*.
5252

53-
2. From the **Basics** tab, for **Subscription**, select the subscription. For **Resource Group**, select or create the resource group, and enter the name of your App Service Environment. For **Virtual IP**, select **Internal** if you want your inbound address to be an address in your subnet. Select **External** if you want your inbound address to face the public internet. For **App Service Environment Name**, enter a name. The name you choose will also be used for the domain suffix. For example, if the name you choose is *contoso*, and you have an internal VIP, the domain suffix will be `contoso.appserviceenvironment.net`. If the name you choose is *contoso*, and you have an external VIP, the domain suffix will be `contoso.p.azurewebsites.net`.
53+
2. From the **Basics** tab, for **Subscription**, select the subscription. For **Resource Group**, select or create the resource group, and enter the name of your App Service Environment. For **Virtual IP**, select **Internal** if you want your inbound address to be an address in your subnet. Select **External** if you want your inbound address to face the public internet. For **App Service Environment Name**, enter a name. The name must be no more than 36 characters. The name you choose will also be used for the domain suffix. For example, if the name you choose is *contoso*, and you have an internal VIP, the domain suffix will be `contoso.appserviceenvironment.net`. If the name you choose is *contoso*, and you have an external VIP, the domain suffix will be `contoso.p.azurewebsites.net`.
5454

5555
![Screenshot that shows the App Service Environment basics tab.](./media/creation/creation-basics.png)
5656

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The basic Resource Manager template that creates an App Service Environment look
5454

5555
In addition to the core properties, there are other configuration options that you can use to configure your App Service Environment.
5656

57-
* *name*: Required. This parameter defines a unique App Service Environment name.
57+
* *name*: Required. This parameter defines a unique App Service Environment name. The name must be no more than 36 characters.
5858
* *virtualNetwork -> id*: Required. Specifies the resource ID of the subnet. Subnet must be empty and delegated to Microsoft.Web/hostingEnvironments
5959
* *internalLoadBalancingMode*: Required. In most cases, set this property to "Web, Publishing", which means both HTTP/HTTPS traffic and FTP traffic is on an internal VIP (Internal Load Balancer). If this property is set to "None", all traffic remains on the public VIP (External Load Balancer).
6060
* *zoneRedundant*: Optional. Defines with true/false if the App Service Environment will be deployed into Availability Zones (AZ). For more information, see [zone redundancy](./zone-redundancy.md).
@@ -89,4 +89,4 @@ It can take more than one hour for the App Service Environment to be created.
8989
> [App Service Environment v3 Networking](./networking.md)
9090
9191
> [!div class="nextstepaction"]
92-
> [Certificates in App Service Environment v3](./overview-certificates.md)
92+
> [Certificates in App Service Environment v3](./overview-certificates.md)

0 commit comments

Comments
 (0)