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/flex-consumption-plan.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Flex Consumption includes an _always ready_ feature that lets you choose instanc
77
77
78
78
For example, if you set always ready to 2 for your HTTP group of functions, the platform keeps two instances always running and assigned to your app for your HTTP functions in the app. Those instances are processing your function executions, but depending on concurrency settings, the platform scales beyond those two instances with on-demand instances.
79
79
80
-
No less than 2 always-ready instances will be allowed to be configured per function or function group while [zone redundancy is enabled](../reliability/reliability-functions.md#flex-consumption-availability-zone-support).
80
+
No less than 2 always-ready instances will be allowed to be configured per function or function group while [zone redundancy is enabled](../reliability/reliability-functions.md#flex-consumption-availability-zone-support-preview).
81
81
82
82
To learn how to configure always ready instances, see [Set always ready instance counts](flex-consumption-how-to.md#set-always-ready-instance-counts).
Copy file name to clipboardExpand all lines: articles/reliability/reliability-functions.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
-
<--
1
+
--
2
2
title: Reliability in Azure Functions
3
3
description: Find out about reliability support in Azure Functions, including intra-regional resiliency and cross-region recovery and business continuity.
#Customer intent: I want to understand reliability support in Azure Functions so that I can respond to and/or avoid failures in order to minimize downtime and data loss.
11
-
-->
13
+
--
12
14
13
15
# Reliability in Azure Functions
14
16
@@ -53,7 +55,7 @@ To check the list of regions that support zone-redundant Flex Consumption plans,
53
55
az functionapp list-flexconsumption-locations --zone-redundant=true --query "sort_by(@, &name)[].{Region:name}" -o table
54
56
```
55
57
56
-
Alternatively when [creating a new Flex Consumption app](#create-a-zone-redundant-flex-consumption-app) using the Azure Portal the regions that support zone redundancy will have the `Zone redundancy` section enabled.
58
+
Alternatively when [creating a new Flex Consumption app](#create-a-zone-redundant-flex-consumption-plan) using the Azure Portal the regions that support zone redundancy will have the `Zone redundancy` section enabled.
57
59
58
60
### Prerequisites
59
61
@@ -175,7 +177,7 @@ After the zone-redundant plan is created and deployed, the Flex Consumption func
175
177
Before updating your Flex Consumption plan to be zone-redundant, consider updating the storage account(s) associated with the app and the deployment storage of the app to also be zone redundant. This will be disruptive and careful consideration should be taken.
- Create or identify a zone-redundant storage account to associate with the app.
178
-
- Update the storage related application settings of the app, like `AzureWebJobsStorage`, to reference the zone redundant storage account. See [Work with application settings](../azure-functions/functions-how-to-use-azure-function-app-settings.md#work-with-application-settings).
180
+
- Update the storage related application settings of the app, like `AzureWebJobsStorage`, to reference the zone redundant storage account. See [Work with application settings](../azure-functions/functions-how-to-use-azure-function-app-settings.md#use-application-settings).
179
181
- Update the deployment storage account for the app, which can be the same or different as the storage account associated with the app. See [Configure deployment settings](../azure-functions/flex-consumption-how-to.md#configure-deployment-settings).
180
182
181
183
Once the storage account(s) associated with the app have been updated, you can update the Flex Consumption plan to be zone-redundant. This will cause the Flex Consumption app in the plan to restart. There are currently multiple ways to update a zone-redundant Flex Consumption app.
@@ -195,10 +197,10 @@ Not currently supported.
195
197
196
198
# [Bicep template](#tab/bicep)
197
199
198
-
Follow the same instructions as in [Create a zone-redundant Flex Consumption app](#create-a-zone-redundant-flex-consumption-app) to add the `zoneRedundant` property to the plan definition.
200
+
Follow the same instructions as in [Create a zone-redundant Flex Consumption app](#create-a-zone-redundant-flex-consumption-plan) to add the `zoneRedundant` property to the plan definition.
199
201
200
202
# [ARM template](#tab/arm-template)
201
-
Follow the same instructions as in [Create a zone-redundant Flex Consumption app](#create-a-zone-redundant-flex-consumption-app) to add the `zoneRedundant` property to the plan definition..
203
+
Follow the same instructions as in [Create a zone-redundant Flex Consumption app](#create-a-zone-redundant-flex-consumption-plan) to add the `zoneRedundant` property to the plan definition..
0 commit comments