Skip to content

Commit e88a832

Browse files
authored
Merge pull request #3 from ggailey777/az-thiago
Fix build errors
2 parents c11cf1c + 820f858 commit e88a832

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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-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).
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/migrate-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you want your function app to use availability zones, redeploy your app into
2828
The following steps describe how to enable availability zones.
2929

3030
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).
3232
1. Create and deploy your function apps into the new Premium plan using your desired [deployment method](../azure-functions/functions-deployment-technologies.md).
3333
1. After testing and enabling the new function apps, you can optionally disable or delete your previous non-availability zone apps.
3434

articles/reliability/reliability-functions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Availability zones support for Azure Functions depends on your [Functions hostin
3030

3131
Azure Functions supports a [zone-redundant deployment](availability-zones-service-support.md).
3232

33-
## Availability zones support
33+
## <a name="availability-zone-support"></a>Availability zones support
3434
::: zone pivot="flex-consumption-plan"
3535

3636
>[!IMPORTANT]
@@ -74,7 +74,7 @@ Currently, not all regions support zone redundancy for Flex Consumption plans. Y
7474
az functionapp list-flexconsumption-locations --zone-redundant=true --query "sort_by(@, &name)[].{Region:name}" -o table
7575
```
7676
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.
7878
::: zone-end
7979
::: zone pivot="premium-plan"
8080
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
325325

326326
| Setting | Suggested value | Notes for zone redundancy |
327327
| ------------ | ---------------- | ----------- |
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). |
330330
| **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. |
331331

332332
:::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
336336

337337
| Setting | Suggested value | Notes for zone redundancy |
338338
| ------------ | ---------------- | ----------- |
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. |
340340

341341
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.
342342

0 commit comments

Comments
 (0)