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/reliability/reliability-functions.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,21 @@ There are currently two ways to deploy a zone-redundant Premium plan and functio
76
76
77
77
# [Azure portal](#tab/azure-portal)
78
78
79
+
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).
80
+
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.
82
+
83
+
| Setting | Suggested value | Notes for zone redundancy |
84
+
| ------------ | ---------------- | ----------- |
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). |
86
+
87
+
<!-- old section
88
+
### Create a zone-redundant Premium plan and function app
89
+
90
+
There are currently two ways to deploy a zone-redundant Premium plan and function app. You can use either the [Azure portal](https://portal.azure.com) or an ARM template.
91
+
92
+
# [Azure portal](#tab/azure-portal)
93
+
79
94
1. Open the Azure portal and navigate to the **Create Function App** page. Information on creating a function app in the portal can be found [here](../azure-functions/functions-create-function-app-portal.md#create-a-function-app).
80
95
81
96
1. In the **Basics** page, fill out the fields for your function app. Pay special attention to the fields in the table below (also highlighted in the screenshot below), which have specific requirements for zone redundancy.
@@ -145,6 +160,7 @@ To learn more about these templates, see [Automate resource deployment in Azure
145
160
---
146
161
147
162
After the zone-redundant plan is created and deployed, any function app hosted on your new plan is considered zone-redundant.
0 commit comments