|
1 | 1 | ---
|
2 |
| - title: include file |
3 |
| - description: include file |
4 | 2 | author: anaharris-ms
|
5 | 3 | ms.service: azure
|
6 | 4 | ms.topic: include
|
|
9 | 7 | ms.custom: include file
|
10 | 8 | ---
|
11 | 9 |
|
12 |
| -When you create a zone-redundant App Service plan, the instances of your App Service plan are distributed across the availability zones in the region. The distribution is done automatically by Azure to ensure that your apps remain available even if one zone experiences an outage. |
| 10 | +When you create a zone-redundant App Service plan, Azure distributes the plan's instances across availability zones in the region. This distribution ensures that your apps remain available even if one zone experiences an outage. |
13 | 11 |
|
14 |
| -Instance distribution in a zone-redundant deployment follows specific rules. These rules remain applicable as the app scales in and scales out: |
| 12 | +Instance distribution in a zone-redundant deployment follows specific rules. These rules apply as the app scales in and out: |
15 | 13 |
|
16 | 14 | - **Minimum instances:** Your App Service plan must have a minimum of two instances for zone redundancy.
|
17 | 15 |
|
18 |
| -- **Maximum availability zones supported by your plan:** Azure determines the number of availability zones that your plan can use, which is referred to as *maximumNumberOfZones*. To view the number of availability zones that your specific plan is able to use, see [Check zone redundancy support for an App Service plan](../../../app-service/configure-zone-redundancy.md#check-for-zone-redundancy-support-on-an-app-service-plan). |
| 16 | +- **Maximum availability zones supported by your plan:** Azure determines the number of availability zones that your plan can use, which is referred to as *maximumNumberOfZones*. To view the number of availability zones that your specific plan can use, see [Check zone redundancy support for an App Service plan](../../../app-service/configure-zone-redundancy.md#check-for-zone-redundancy-support-on-an-app-service-plan). |
19 | 17 |
|
20 |
| -- **Instance distribution:** When zone redundancy is enabled, plan instances are distributed across multiple availability zones automatically. The distribution is based on the following rules: |
| 18 | +- **Instance distribution:** When zone redundancy is enabled, Azure distributes plan instances across multiple availability zones automatically. The distribution is based on the following rules: |
21 | 19 |
|
22 |
| - - The instances distribute evenly if you specify a capacity (number of instances) greater than *maximumNumberOfZones* and the number of instances is divisible by *maximumNumberOfZones*. |
23 |
| - - Any remaining instances are distributed across the remaining zones. |
24 |
| - - When the App Service platform allocates instances for a zone-redundant App Service plan, it uses best-effort zone balancing that the underlying Azure virtual machine scale sets provide. An App Service plan is balanced if each zone has the same number of VMs or differs by plus one VM or minus one VM from all other zones. For more information, see [Zone balancing](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-use-availability-zones#zone-balancing). |
| 20 | + - If the number of instances exceeds *maximumNumberOfZones* and divides evenly, Azure distributes the instances evenly across zones. |
25 | 21 |
|
26 |
| -- **Physical zone placement:** You can view the [physical availability zone](/azure/reliability/availability-zones-overview#physical-and-logical-availability-zones) that's used for each of your App Service plan instances. For more information, see [View physical zones for an App Service plan](../../../app-service/configure-zone-redundancy.md#check-for-zone-redundancy-support-on-an-app-service-plan). |
| 22 | + - If the number of instances doesn't divide evenly, Azure distributes the remaining instances across the remaining zones. |
| 23 | + - When the App Service platform allocates instances for a zone-redundant App Service plan, it uses best-effort zone balancing that the underlying Azure virtual machine scale sets provide. A plan is balanced if each zone has the same number of VMs or differs by one instance from all other zones. For more information, see [Zone balancing](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-use-availability-zones#zone-balancing). |
| 24 | + |
| 25 | +- **Physical zone placement:** You can view the [physical availability zone](/azure/reliability/availability-zones-overview#physical-and-logical-availability-zones) used for each of your App Service plan instances. For more information, see [View physical zones for an App Service plan](../../../app-service/configure-zone-redundancy.md#check-for-zone-redundancy-support-on-an-app-service-plan). |
0 commit comments