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
+10-28Lines changed: 10 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,43 +77,26 @@ There are currently two ways to deploy a zone-redundant Premium plan and functio
77
77
# [Azure portal](#tab/azure-portal)
78
78
79
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
+
80
81
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).
82
+
81
83
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.
82
84
83
85
| Setting | Suggested value | Notes for zone redundancy |
84
86
| ------------ | ---------------- | ----------- |
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). |
87
+
|**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). |
88
+
|**Pricing plan**| Elastic Premium | 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). |
89
+
|**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. |
86
90
87
91

88
92
89
-
<!-- old section
90
-
### Create a zone-redundant Premium plan and function app
91
-
92
-
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.
93
-
94
-
# [Azure portal](#tab/azure-portal)
95
-
96
-
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).
93
+
1. On the **Storage** tab, enter the settings for your function app storage account. Pay special attention to the fields in the following table, which have specific requirements for zone redundancy.
97
94
98
-
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.
99
-
100
-
| Setting | Suggested value | Notes for Zone Redundancy |
101
-
| ------------ | ---------------- | ----------- |
102
-
| **Region** | Preferred region | The subscription under which this new function app is created. You must pick a region that is availability zone enabled from the [list above](#prerequisites). |
103
-
104
-

105
-
106
-
1. In the **Hosting** page, fill out the fields for your function app hosting plan. Pay special attention to the fields in the table below (also highlighted in the screenshot below), which have specific requirements for zone redundancy.
107
-
108
-
| Setting | Suggested value | Notes for Zone Redundancy |
95
+
| Setting | Suggested value | Notes for zone redundancy |
109
96
| ------------ | ---------------- | ----------- |
110
-
| **Storage Account** | A [zone-redundant storage account](../azure-functions/storage-considerations.md#storage-account-requirements) | As mentioned above in the [prerequisites](#prerequisites) section, we strongly recommend using a zone-redundant storage account for your zone redundant function app. |
111
-
| **Plan Type** | Functions Premium | This article details how to create a zone redundant app in a Premium plan. Zone redundancy isn't currently available in Consumption plans. Information on zone redundancy on app service plans can be found [in this article](../reliability/migrate-app-service.md). |
112
-
| **Zone Redundancy** | Enabled | This field populates the flag that determines if your app is zone redundant or not. You won't be able to select `Enabled` unless you have chosen a region supporting zone redundancy, as mentioned in step 2. |
113
-
114
-

115
-
116
-
1. For the rest of the function app creation process, create your function app as normal. There are no fields in the rest of the creation process that affect zone redundancy.
97
+
|**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. |
98
+
99
+
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.
117
100
118
101
# [ARM template](#tab/arm-template)
119
102
@@ -162,7 +145,6 @@ To learn more about these templates, see [Automate resource deployment in Azure
162
145
---
163
146
164
147
After the zone-redundant plan is created and deployed, any function app hosted on your new plan is considered zone-redundant.
0 commit comments