Skip to content

Commit 5b46776

Browse files
Merge pull request #229402 from seligj95/patch-1
add SLA note for AZ app service
2 parents 9592194 + eac03d4 commit 5b46776

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/reliability/migrate-app-service.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to migrate Azure App Service to availability zone support
55
author: anaharris-ms
66
ms.service: app-service
77
ms.topic: conceptual
8-
ms.date: 02/13/2023
8+
ms.date: 03/03/2023
99
ms.author: anaharris
1010
ms.reviewer: jordanselig
1111
ms.custom: references_regions, subject-reliability
@@ -24,6 +24,11 @@ An App Service lives in an App Service plan (ASP), and the App Service plan exis
2424

2525
- For App Services that are 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 VM instance capacity larger than three is specified and the number of instances is a multiple of three (3 * N), the instances will be spread evenly. However, if the number of instances is not a multiple of three, the remainder of the instances will get spread across the remaining one or two zones.
2626

27+
> [!NOTE]
28+
> [App Service SLA](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services?lang=1) is calculated based on the Maximum Available Minutes and Downtime which is standard irrespective of availability zone enablement. Downtime for the App Service is defined as the following.
29+
>
30+
> “Downtime: The total accumulated Deployment Minutes, across all Apps deployed by Customer in a given Microsoft Azure subscription, during which the App is unavailable. A minute is considered unavailable for a given App when there is no connectivity between the App and Microsoft’s Internet gateway.”
31+
2732
## Prerequisites
2833

2934
Availability zone support is a property of the App Service plan. The following are the current requirements/limitations for enabling availability zones:

0 commit comments

Comments
 (0)