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-preview).
80
+
No less than two always-ready instances can be configured per function or function group while [zone redundancy is enabled](../reliability/reliability-functions.mdpivots=flex-consumption-plan#availability-zone-support).
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/migrate-functions.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
@@ -28,7 +28,7 @@ If you want your function app to use availability zones, redeploy your app into
28
28
The following steps describe how to enable availability zones.
29
29
30
30
1. If you're already using the Premium SKU and are in one of the [supported regions](../azure-functions/azure-functions-az-redundancy.md#regional-availability), you can move on to the next step. Otherwise, you should create a new resource group in one of the supported regions.
31
-
1. Create a Premium plan in one of the supported regions and the resource group. Ensure the [new Premium plan has zone redundancy enabled](./reliability-functions.md#create-a-zone-redundant-premium-plan-and-function-app).
31
+
1. Create a Premium plan in one of the supported regions and the resource group. Ensure the [new Premium plan has zone redundancy enabled](./reliability-functions.md?pivots=premium-plan#create-a-function-app-in-a-zone-redundant-plan).
32
32
1. Create and deploy your function apps into the new Premium plan using your desired [deployment method](../azure-functions/functions-deployment-technologies.md).
33
33
1. After testing and enabling the new function apps, you can optionally disable or delete your previous non-availability zone apps.
Copy file name to clipboardExpand all lines: articles/reliability/reliability-functions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Availability zones support for Azure Functions depends on your [Functions hostin
30
30
31
31
Azure Functions supports a [zone-redundant deployment](availability-zones-service-support.md).
32
32
33
-
## Availability zones support
33
+
## <aname="availability-zone-support"></a>Availability zones support
34
34
::: zone pivot="flex-consumption-plan"
35
35
36
36
>[!IMPORTANT]
@@ -74,7 +74,7 @@ Currently, not all regions support zone redundancy for Flex Consumption plans. Y
74
74
az functionapp list-flexconsumption-locations --zone-redundant=true --query "sort_by(@, &name)[].{Region:name}" -o table
75
75
```
76
76
77
-
When you [create a Flex Consumption app](#create-a-zone-redundant-flex-consumption-plan) in the Azure portal, the `Zone redundancy` section of the **Basics** page is enabled when your chosen region supports it.
77
+
When you [create a Flex Consumption app](#create-a-function-app-in-a-zone-redundant-plan) in the Azure portal, the `Zone redundancy` section of the **Basics** page is enabled when your chosen region supports it.
78
78
::: zone-end
79
79
::: zone pivot="premium-plan"
80
80
Zone-redundant Premium plans are available in these regions:
@@ -325,8 +325,8 @@ There are currently two ways to deploy a zone-redundant Premium plan and functio
325
325
326
326
| Setting | Suggested value | Notes for zone redundancy |
327
327
| ------------ | ---------------- | ----------- |
328
-
|**Region**| Your preferred supported region | The region under which the new function app is created. You must pick a region that supports availability zones. See the [region availability list](#elastic-premium-regional-availability). |
329
-
|**Pricing plan**| One of the Elastic Premium plans. For more information, see [Available instance SKUs](../azure-functions/functions-premium-plan.md#available-instance-skus). | This article describes how to create a zone redundant app in a Premium plan. Zone redundancy isn't currently available in Consumption plans. For information on zone redundancy on App Service plans, see [Reliability in Azure App Service](../reliability/migrate-app-service.md). |
328
+
|**Region**| Your preferred supported region | The region under which the new function app is created. You must pick a region that supports availability zones. See the [region availability list](#regional-availability). |
329
+
|**Pricing plan**| One of the Elastic Premium plans. For more information, see [Available instance SKUs](../azure-functions/functions-premium-plan.md#available-instance-skus). | This article describes how to create a zone redundant app in a Premium plan. Zone redundancy isn't currently available in Consumption plans. For information on zone redundancy on App Service plans, see [Reliability in Azure App Service](./reliability-app-service.md). |
330
330
|**Zone redundancy**| Enabled | This setting specifies whether your app is zone redundant. You won't be able to select `Enabled` unless you have chosen a region that supports zone redundancy, as described previously. |
331
331
332
332
:::image type="content" source="../azure-functions/media/functions-az-redundancy/azure-functions-ep-basics-az.png" alt-text="Screenshot of the Basics tab of the function app create page.":::
@@ -336,7 +336,7 @@ There are currently two ways to deploy a zone-redundant Premium plan and functio
336
336
337
337
| Setting | Suggested value | Notes for zone redundancy |
338
338
| ------------ | ---------------- | ----------- |
339
-
|**Storage account**| A [zone-redundant storage account](../azure-functions/storage-considerations.md#storage-account-requirements)| As described in the [prerequisites](#elastic-premium-prerequisites) section, we strongly recommend using a zone-redundant storage account for your zone-redundant function app. |
339
+
|**Storage account**| A [zone-redundant storage account](../azure-functions/storage-considerations.md#storage-account-requirements)| As described in the [prerequisites](#prerequisites) section, we strongly recommend using a zone-redundant storage account for your zone-redundant function app. |
340
340
341
341
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.
0 commit comments