Skip to content

Commit 8e508fa

Browse files
Apply suggestions from code review
Co-authored-by: John Downs <[email protected]>
1 parent 958f2c6 commit 8e508fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/reliability/reliability-app-service.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ If you enable availability zones but specify a capacity of less than two, the pl
213213
```azurecli
214214
az appservice plan update -g <resource group name> -n <app service plan name> --set zoneRedundant=false sku.capacity=1
215215
```
216+
> [!NOTE]
217+
> If you use the Azure CLI to disable the `zoneRedundant` property, you should specify the `sku.capacity` property, otherwise the value defaults to 1.
216218
217219
> [!NOTE]
218220
> If you use the Azure CLI to disable the zoneRedundant property, you should specify the sku.capacity property. Otherwise, the value defaults to 1.
@@ -335,6 +337,9 @@ If you enable availability zones but specify a capacity of less than two, the pl
335337
az appservice plan update -g <resource group name> -n <app service plan name> --set zoneRedundant=false sku.capacity=1
336338
```
337339
340+
> [!NOTE]
341+
> If you use the Azure CLI to disable the `zoneRedundant` property, you should specify the `sku.capacity` property, otherwise the value defaults to 1.
342+
338343
> [!NOTE]
339344
> If you use the Azure CLI to disable the zoneRedundant property, you should specify the sku.capacity property. Otherwise, the value defaults to 1.
340345

0 commit comments

Comments
 (0)