Skip to content

Commit 0676aa6

Browse files
authored
Merge pull request #180089 from seligj95/patch-2
updating text based on user feedback
2 parents 8f92e76 + 241bb51 commit 0676aa6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/how-to-zone-redundancy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Availability Zone support for public multi-tenant App Service
33
description: Learn how to deploy your App Service so that your apps are zone redundant.
44
author: seligj95
55
ms.topic: article
6-
ms.date: 09/01/2021
6+
ms.date: 11/16/2021
77
ms.author: jordanselig
88
ms.custom: references_regions
99
---
1010
# Availability Zone support for public multi-tenant App Service
1111

12-
Microsoft Azure App Service can be deployed into [Availability Zones (AZ)](../availability-zones/az-overview.md) which enables [high availability](https://en.wikipedia.org/wiki/High_availability) for your apps. This architecture is also known as zone redundancy.
12+
Microsoft Azure App Service can be deployed into [Availability Zones (AZ)](../availability-zones/az-overview.md) to help you achieve resiliency and reliability for your business-critical workloads. This architecture is also known as zone redundancy.
1313

14-
An app lives in an App Service plan (ASP), and the App Service plan exists in a single scale unit. When an App Service is configured to be zone redundant, the platform automatically spreads the VM instances in the App Service plan across all three zones in the selected region. If a capacity larger than three is specified and the number of instances is divisible by three, the instances will be spread evenly. Otherwise, instance counts beyond 3*N will get spread across the remaining one or two zones.
14+
An app lives in an App Service plan (ASP), and the App Service plan exists in a single scale unit. When an App Service is configured to be zone redundant, the platform automatically spreads the VM instances in the App Service plan across all three zones in the selected region. If a capacity larger than three is specified and the number of instances is divisible by three, the instances will be spread evenly. Otherwise, instance counts beyond 3*N will get spread across the remaining one or two zones. For App Services that aren't configured to be zone redundant, the VM instances are placed in a single zone in the selected region.
1515

1616
## Requirements
1717

@@ -96,4 +96,4 @@ The ARM template snippet below shows the new ***zoneRedundant*** property and **
9696
> [Learn how to create and deploy ARM templates](../azure-resource-manager/templates/quickstart-create-templates-use-visual-studio-code.md)
9797
9898
> [!div class="nextstepaction"]
99-
> [ARM Quickstart Templates](https://azure.microsoft.com/resources/templates/)
99+
> [ARM Quickstart Templates](https://azure.microsoft.com/resources/templates/)

0 commit comments

Comments
 (0)