Skip to content

Commit 32a4c1a

Browse files
authored
adding char limit to template tutorial
1 parent 315c17a commit 32a4c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)