Skip to content

Commit 6602842

Browse files
committed
Addressing validation warnings
1 parent b0b0996 commit 6602842

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

articles/azure-functions/flex-consumption-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Flex Consumption includes an _always ready_ feature that lets you choose instanc
7777

7878
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.
7979

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).
8181

8282
To learn how to configure always ready instances, see [Set always ready instance counts](flex-consumption-how-to.md#set-always-ready-instance-counts).
8383

articles/reliability/reliability-functions.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
<--
1+
--
22
title: Reliability in Azure Functions
33
description: Find out about reliability support in Azure Functions, including intra-regional resiliency and cross-region recovery and business continuity.
44
author: anaharris-ms
55
ms.author: anaharris
66
ms.topic: reliability-article
77
ms.service: azure-functions
88
ms.custom: references_regions, subject-reliability
9-
ms.date: 05/01/2025
9+
ms.date: 05/02/2025
10+
zone_pivot_groups: functions-hosting-plan
11+
1012
#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+
--
1214

1315
# Reliability in Azure Functions
1416

@@ -53,7 +55,7 @@ To check the list of regions that support zone-redundant Flex Consumption plans,
5355
az functionapp list-flexconsumption-locations --zone-redundant=true --query "sort_by(@, &name)[].{Region:name}" -o table
5456
```
5557
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.
5759
5860
### Prerequisites
5961
@@ -175,7 +177,7 @@ After the zone-redundant plan is created and deployed, the Flex Consumption func
175177
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.
176178
- Review [Storage Considerations](../azure-functions/storage-considerations.md).
177179
- 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).
179181
- 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).
180182

181183
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.
195197
196198
# [Bicep template](#tab/bicep)
197199
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.
199201
200202
# [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..
202204
203205
---
204206

0 commit comments

Comments
 (0)