Skip to content

Commit a129e23

Browse files
authored
Acrolinx
1 parent 2f68bcf commit a129e23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/reliability/migrate-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This guide describes how to migrate a multi-tenant App Service from non-availabi
1919
> [!NOTE]
2020
> This article is about availability zones support using multi-tenant environment with App Service Premium v2 or Premium v3 plans.
2121
22-
Your App Service plans an be deployed across [availability zones (AZ)](../reliability/availability-zones-overview.md) to help you achieve resiliency and reliability for your business-critical workloads. This architecture is also known as zone-redundancy.
22+
Your App Service plans can be deployed across [availability zones (AZ)](../reliability/availability-zones-overview.md) to help you achieve resiliency and reliability for your business-critical workloads. This architecture is also known as zone-redundancy.
2323

2424
When you configure to be zone-redundant, the platform automatically spreads the instances of the Azure App Service plan across three zones in the selected region. This means that the minimum App Service Plan instance count will always be three. If you specify a capacity larger than three, and the number of instances is divisible by three, the instances are spread evenly. Otherwise, instance counts beyond 3*N are spread across the remaining one or two zones.
2525

articles/reliability/reliability-app-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Availability zone support is a property of the App Service plan. The following a
5757

5858
- Availability zones can only be specified when creating a **new** App Service plan. A pre-existing App Service plan can't be converted to use availability zones.
5959

60-
- The following reg ions support Azure App Services running on multi-tenant environments:
60+
- The following regions support Azure App Services running on multi-tenant environments:
6161

6262
- Australia East
6363
- Brazil South
@@ -105,7 +105,7 @@ az appservice plan create --resource-group MyResourceGroup --name MyPlan --sku P
105105
> Since the platform spreads VMs across three zones and you need to account for at least the failure of one zone, multiply peak workload instance count by a factor of zones/(zones-1), or 3/2. For example, if your typical peak workload requires four instances, you should provision six instances: (2/3 * 6 instances) = 4 instances.
106106
>
107107
108-
# [Azure Portal](#tab/portal)
108+
# [Azure portal](#tab/portal)
109109

110110

111111
To create an App Service with availability zones using the Azure portal, enable the zone redundancy option during the "Create Web App" or "Create App Service Plan" experiences.

0 commit comments

Comments
 (0)