Skip to content

Commit e02c0f9

Browse files
committed
Fixes
1 parent 3e8f4f3 commit e02c0f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/reliability/reliability-app-service.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Instance spreading with a zone-redundant deployment is determined using the foll
6363
az appservice plan show -n <app-service-plan-name> -g <resource-group-name> --query properties.maximumNumberOfZones
6464
```
6565
66-
**Instance distribution:** When zone redundancy is enabled, plan instances are distributed across multiple availability zones automatically. The distribution is based on the following rules:
66+
- **Instance distribution:** When zone redundancy is enabled, plan instances are distributed across multiple availability zones automatically. The distribution is based on the following rules:
6767
6868
- The instances distribute evenly if you specify a capacity (number of instances) greater than *maximumNumberOfZones* and the number of instances is divisible by *maximumNumberOfZones*.
6969
- Any remaining instances are distributed across the remaining zones.
@@ -296,7 +296,8 @@ If you enable availability zones but specify a capacity less than two, the platf
296296
az appservice plan update -g <resource group name> -n <app service plan name> --set zoneRedundant=true sku.capacity=2
297297
```
298298
299-
> [!NOTE] > If you use the Azure CLI to modify the `zoneRedundant` property, you must specify the `sku.capacity` property, which is the number of instances, and use a capacity greater than or equal to 2.
299+
> [!NOTE]
300+
> If you use the Azure CLI to modify the `zoneRedundant` property, you must specify the `sku.capacity` property, which is the number of instances, and use a capacity greater than or equal to 2.
300301
301302
# [Bicep](#tab/bicep)
302303

0 commit comments

Comments
 (0)