You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-zone-redundancy.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,7 @@ Before configuring zone redundancy, review the requirements and details listed i
40
40
41
41
::: zone pivot="flex-consumption-plan"
42
42
43
-
### Create a zone-redundant Flex Consumption function app
44
-
45
-
There are currently multiple ways to deploy a zone-redundant Flex Consumption app.
43
+
Follow these steps to create a zone-redundant Flex Consumption plan and app.
46
44
47
45
#### [Azure portal](#tab/azure-portal)
48
46
@@ -163,11 +161,9 @@ After the zone-redundant plan is created and deployed, the Flex Consumption func
163
161
164
162
::: zone pivot="premium-plan"
165
163
166
-
### Create a zone-redundant Premium function app
167
-
168
-
There are currently two ways to deploy a zone-redundant Premium plan and function app. You can use either the [Azure portal](https://portal.azure.com) or an ARM template.
164
+
Follow these steps to create a zone-redundant Premium plan and app.
169
165
170
-
#### [Azure portal (Premium)](#tab/azure-portal)
166
+
#### [Azure portal](#tab/azure-portal)
171
167
172
168
1. In the Azure portal, go to the **Create Function App** page. For more information about creating a function app in the portal, see [Create a function app](/azure/azure-functions/functions-create-function-app-portal#create-a-function-app).
173
169
@@ -191,7 +187,7 @@ There are currently two ways to deploy a zone-redundant Premium plan and functio
191
187
192
188
1. For the rest of the function app creation process, create your function app as normal. There are no settings in the rest of the creation process that affect zone redundancy.
193
189
194
-
#### [Azure CLI (Premium)](#tab/azure-cli)
190
+
#### [Azure CLI](#tab/azure-cli)
195
191
196
192
1. When creating the storage account for the function app, choose a zone redundant SKU, like `Standard_ZRS`. For example:
197
193
@@ -227,9 +223,9 @@ There are currently two ways to deploy a zone-redundant Premium plan and functio
227
223
--runtime-version <RUNTIME_VERSION>
228
224
```
229
225
230
-
#### [Bicep template (Premium)](#tab/bicep)
226
+
#### [Bicep template](#tab/bicep)
231
227
232
-
You can use a [Bicep template](/azure/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code) to deploy to a zone-redundant Premium plan. To learn how to deploy function apps to a Premium plan, see [Automate resource deployment in Azure Functions](/azure/azure-functions/functions-infrastructure-as-code?pivots=premium-plan).
228
+
You can use a [Bicep file](/azure/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code) to deploy to a zone-redundant Premium plan. To learn how to deploy function apps to a Premium plan, see [Automate resource deployment in Azure Functions](/azure/azure-functions/functions-infrastructure-as-code?pivots=premium-plan).
233
229
234
230
The only properties to be aware of while creating a zone-redundant hosting plan are the `zoneRedundant` property and the plan's instance count (`capacity`) fields. The `zoneRedundant` property must be set to `true` and the `capacity` property should be set based on the workload requirement, but not less than `3`. Choosing the right capacity varies based on several factors and high availability / fault tolerance strategies. A good rule of thumb is to specify sufficient instances for the application to ensure that losing one zone instance leaves sufficient capacity to handle expected load.
0 commit comments