Skip to content

Commit dbef0be

Browse files
committed
Update for new AZ features
1 parent 4107fab commit dbef0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/reliability/reliability-app-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ You must use the [Premium v2, Premium v3, or Isolated v2 plan types](/azure/app-
105105

106106
The scale units you're assigned to is based on the resource group you deploy an App Service plan to. To ensure that your workloads land on a scale unit that supports availability zones, you might need to create a new resource group and then create a new App Service plan and App Service app within the new resource group.
107107

108-
- You must deploy a minimum of two instances of your plan.
108+
To see if your App Service plan is on a stamp that supports availability zones, go to the **Properties** blade of your App Service plan in the Azure portal and check the `MaximumNumberOfZones` setting. If the value is greater than 1, your stamp supports zones and you can be zone-redundant.
109109

110-
To see if your App Service plan is on a stamp that supports availability zones, go to the **Properties** blade of your App Service plan in the Azure portal and check the `MaximumNumberOfZones` setting. If the value is greater than 1, your stamp supports zones and you can be zone-redundant.
110+
- You must deploy a minimum of two instances of your plan.
111111

112112
::: zone-end
113113

0 commit comments

Comments
 (0)