Skip to content

Commit 4e55128

Browse files
committed
updates for AZ
1 parent 9e8c80a commit 4e55128

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

articles/app-service/environment/creation.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create an App Service Environment
33
description: Learn how to create an App Service Environment.
44
author: madsd
55
ms.topic: article
6-
ms.date: 11/15/2021
6+
ms.date: 03/09/2023
77
ms.author: madsd
88
---
99

@@ -34,7 +34,7 @@ Before you deploy your App Service Environment, think about the virtual IP (VIP)
3434

3535
With an *internal VIP*, an address in your App Service Environment subnet reaches your apps. Your apps aren't on a public DNS. When you create your App Service Environment in the Azure portal, you have an option to create an Azure private DNS zone for your App Service Environment. With an *external VIP*, your apps are on an address facing the public internet, and they're in a public DNS. For both *internal VIP* and *external VIP* you can specify *Inbound IP address*, you can select *Automatic* or *Manual* options. If you want to use the *Manual* option for an *external VIP*, you must first create a standard *Public IP address* in Azure.
3636

37-
For the deployment type, you can choose *single zone*, *zone redundant*, or *host group*. The single zone is available in all regions where App Service Environment v3 is available. With the single zone deployment type, you have a minimum charge in your App Service plan of one instance of Windows Isolated v2. As soon as you've one or more instances, then that charge goes away. It isn't an additive charge.
37+
For the deployment type, you can choose *single zone*, *zone redundant*, or *host group*. The single zone is available in all regions where App Service Environment v3 is available. With the single zone deployment type, you have a minimum charge in your App Service plan of one instance of Windows Isolated v2. As soon as you use one or more instances, then that charge goes away. It isn't an additive charge.
3838

3939
In a zone redundant App Service Environment, your apps spread across three zones in the same region. Zone redundant is available in regions that support availability zones. With this deployment type, the smallest size for your App Service plan is three instances. That ensures that there's an instance in each availability zone. App Service plans can be scaled up one or more instances at a time. Scaling doesn't need to be in units of three, but the app is only balanced across all availability zones when the total instances are multiples of three.
4040

@@ -54,7 +54,7 @@ Here's how:
5454

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

57-
3. From the **Hosting** tab, for **Physical hardware isolation**, select **Enabled** or **Disabled**. If you enable this option, you can deploy onto dedicated hardware. With a dedicated host deployment, you're charged for two dedicated hosts per our pricing when you create the App Service Environment v3 and then, as you scale, you're charged a specialized Isolated v2 rate per vCore. I1v2 uses two vCores, I2v2 uses four vCores, and I3v2 uses eight vCores per instance.
57+
3. From the **Hosting** tab, for **Physical hardware isolation**, select **Enabled** or **Disabled**. If you enable this option, you can deploy onto dedicated hardware. With a dedicated host deployment, you're charged for two dedicated hosts per our pricing when you create the App Service Environment v3 and then, as you scale, you're charged a specialized Isolated v2 rate per vCore. I1v2 uses two vCores, I2v2 uses four vCores, and I3v2 uses eight vCores per instance. For **Zone redundancy**, select **Enabled** or **Disabled**.
5858

5959
![Screenshot that shows the App Service Environment hosting selections.](./media/creation/creation-hosting.png)
6060

@@ -70,6 +70,8 @@ If you're creating an App Service Environment with an external VIP, you can sele
7070

7171
When your App Service Environment has been successfully created, you can select it as a location when you're creating your apps.
7272

73+
To learn how to create an App Service Environment from an ARM template, see [Create an App Service Environment by using an Azure Resource Manager template](how-to-create-from-template.md).
74+
7375
<!--Links-->
7476
[Intro]: ./overview.md
7577
[UsingASE]: ./using.md

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create an App Service Environment (ASE) v3 with Azure Resource Manager
33
description: Learn how to create an external or ILB App Service Environment v3 by using an Azure Resource Manager template.
44
author: madsd
55
ms.topic: how-to
6-
ms.date: 01/20/2023
6+
ms.date: 03/09/2023
77
ms.author: madsd
88
---
99
# Create an App Service Environment by using an Azure Resource Manager template
@@ -57,7 +57,7 @@ In addition to the core properties, there are other configuration options that y
5757
* *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).
60-
* *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).
60+
* *zoneRedundant*: Optional. Defines with true/false if the App Service Environment will be deployed into Availability Zones (AZ). For more information, see [Regions and availability zones](./overview-zone-redundancy.md).
6161
* *dedicatedHostCount*: Optional. In most cases, set this property to 0 or left out. You can set it to 2 if you want to deploy your App Service Environment with physical hardware isolation on dedicated hosts.
6262
* *upgradePreference*: Optional. Defines if upgrade is started automatically or a 15 day windows to start the deployment is given. Valid values are "None", "Early", "Late", "Manual". More information [about upgrade preference](./how-to-upgrade-preference.md).
6363
* *clusterSettings*: Optional. For more information, see [cluster settings](./app-service-app-service-environment-custom-settings.md).
1.86 KB
Loading

0 commit comments

Comments
 (0)