Skip to content

Commit 3e8ef9d

Browse files
committed
updates
1 parent 1199aa6 commit 3e8ef9d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
-9.17 KB
Loading

articles/reliability/reliability-functions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,13 @@ There are currently two ways to deploy a zone-redundant Premium plan and functio
7878

7979
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-functions/functions-create-function-app-portal.md#create-a-function-app).
8080
1. Select **Functions Premium** and then select the **Select** button. This article details 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).
81-
1. On the **Create Function App (Functions Premium)** page, on the **Basics** tab, enter the settings for your function app. Pay special attention to the settings in the followin table (also highlighted in the following screenshot), which have specific requirements for zone redundancy.
81+
1. On the **Create Function App (Functions Premium)** page, on the **Basics** tab, enter the settings for your function app. Pay special attention to the settings in the following table (also highlighted in the following screenshot), which have specific requirements for zone redundancy.
8282

8383
| Setting | Suggested value | Notes for zone redundancy |
8484
| ------------ | ---------------- | ----------- |
85-
| **Region** | Preferred region | The subscription under which the new function app is created. You must pick a region that is availability zone enabled from the [list above](#prerequisites). |
85+
| **Region** | Preferred region | The region under which the new function app is created. You must pick a region that supports availability zones, as described in the [prerequisites](#prerequisites). |
86+
87+
![Screenshot of the Basics tab of the function app create page.](../azure-functions/media/functions-az-redundancy\azure-functions-basics-az.png)
8688

8789
<!-- old section
8890
### Create a zone-redundant Premium plan and function app

0 commit comments

Comments
 (0)