Skip to content

Commit 61f6d5b

Browse files
Merge pull request #126896 from Sheegyy/patch-1
Update reliability-functions.md
2 parents 72e1f1f + 02276e2 commit 61f6d5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/reliability/reliability-functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When you configure Elastic Premium function app plans as zone redundant, the pla
4949

5050
Instance spreading with a zone-redundant deployment is determined inside the following rules, even as the app scales in and out:
5151

52-
- The minimum function app instance count is three.
52+
- The minimum function app instance count is two.
5353
- When you specify a capacity larger than the number of zones, the instances are spread evenly only when the capacity is a multiple of the number of zones.
5454
- For a capacity value more than Number of Zones * Number of instances, extra instances are spread across the remaining zones.
5555

@@ -107,8 +107,8 @@ Availability zone support is a property of the Premium plan. Here are current co
107107
- You can only enable availability zones in the plan when you create your app. You can't convert an existing Premium plan to use availability zones.
108108
- You must use a [zone redundant storage account (ZRS)](../storage/common/storage-redundancy.md#zone-redundant-storage) for your function app's [default host storage account](../azure-functions/storage-considerations.md#storage-account-requirements). If you use a different type of storage account, your app might behave unexpectedly during a zonal outage.
109109
- Both Windows and Linux are supported.
110-
- Function apps hosted on a Premium plan must have a minimum of three [always ready instances](../azure-functions/functions-premium-plan.md#always-ready-instances).
111-
- The platform enforces this minimum count behind the scenes if you specify an instance count fewer than three.
110+
- Function apps hosted on a Premium plan must have a minimum of two [always ready instances](../azure-functions/functions-premium-plan.md#always-ready-instances).
111+
- The platform enforces this minimum count behind the scenes if you specify an instance count fewer than two.
112112
- If you aren't using Premium plan or a scale unit that supports availability zones, are in an unsupported region, or are unsure, see the [migration guidance](../reliability/migrate-functions.md).
113113
::: zone-end
114114
### Pricing
@@ -118,7 +118,7 @@ There's no separate meter associated with enabling availability zones. Pricing f
118118
When you enable availability zones in an app with always-ready instance configuration of fewer than two instances for each [per-function scaling function or group](../azure-functions/flex-consumption-plan.md#per-function-scaling), the platform automatically creates two instances of the [always-ready](../azure-functions/flex-consumption-plan.md#always-ready-instances) type for each per-function scaling function or group. These new instances are also billed as always-ready instances.
119119
::: zone-end
120120
::: zone pivot="premium-plan"
121-
There's no extra cost associated with enabling availability zones. Pricing for a zone-redundant Premium App Service plan is the same as a single zone Premium plan. For each App Service plan you use, you're charged based on the SKU you choose, the capacity you specify, and any instances you scale to based on your autoscale criteria. If you enable availability zones on a plan with fewer than three instances, the platform enforces a minimum instance count of three for that App Service plan, and you're charged for all three instances.
121+
There's no extra cost associated with enabling availability zones. Pricing for a zone-redundant Premium App Service plan is the same as a single zone Premium plan. For each App Service plan you use, you're charged based on the SKU you choose, the capacity you specify, and any instances you scale to based on your autoscale criteria. If you enable availability zones on a plan with fewer than two instances, the platform enforces a minimum instance count of two for that App Service plan, and you're charged for both instances.
122122
::: zone-end
123123
### Create a function app in a zone-redundant plan
124124
::: zone pivot="flex-consumption-plan"

0 commit comments

Comments
 (0)