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-logic-apps.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: Reliability in Azure Logic Apps
3
3
description: Learn about reliability in Azure Logic Apps, including availability zones and multi-region deployments.
4
-
author: anaharris-ms
5
-
ms.author: anaharris
4
+
author: ecfan
5
+
ms.author: estfan
6
6
ms.topic: reliability-article
7
7
ms.custom: subject-reliability
8
8
services: logic-apps
@@ -82,7 +82,7 @@ For Standard workflows with the Workflow Service Plan hosting option in single-t
82
82
83
83
::: zone pivot="standard-app-service-environment"
84
84
85
-
For Standard workflows with the App Service Environment v3 hosting option, you can optionally enable zone redundancy. For more information on how App Service Environments v3 supports availability zones, see [Reliability in App Service](./reliability-app-service.md?pivots=isolated).
85
+
For Standard workflows with the App Service Environment v3 hosting option, you can optionally enable zone redundancy. For more information on how App Service Environments v3 supports availability zones, see [Reliability in App Service Environment](./reliability-app-service-environment.md).
86
86
87
87
::: zone-end
88
88
@@ -98,7 +98,6 @@ Consumption logic apps that are deployed in [any region that supports availabili
98
98
99
99
You can deploy zone-redundant Standard logic apps with Workflow Service Plans in any region that supports availability zones for Azure App Service. Japan West is the exception, which currently doesn't support zone-redundant logic apps. For more information, see [Reliability in Azure App Service](./reliability-app-service.md).
100
100
101
-
102
101
::: zone-end
103
102
104
103
::: zone pivot="standard-app-service-environment"
@@ -111,7 +110,7 @@ To see which regions support availability zones for App Service Environment v3,
111
110
112
111
### Requirements
113
112
114
-
You must deploy at least three instances of your Workflow Service Plan. Each instance roughly corresponds to one VM. To distribute these instances (VMs) across availability zones, you must have a minimum of three instances.
113
+
You must deploy at least two instances of your Workflow Service Plan. Each instance roughly corresponds to one VM. To distribute these instances (VMs) across availability zones, you must have a minimum of two instances.
115
114
116
115
::: zone-end
117
116
@@ -137,7 +136,7 @@ No additional cost applies to use zone redundancy, which is automatically enable
137
136
138
137
::: zone pivot="standard-workflow-service-plan"
139
138
140
-
When you have Standard workflows with the Workflow Service Plan in single-tenant Azure Logic Apps, no additional cost applies to enabling availability zones as long as you have three or more instances of the plan. You are charged based on your plan SKU, the specified capacity, and any instances that you scale up or down, based on your autoscale criteria. If you enable availability zones but specify a capacity of fewer than three instances, the platform enforces the minimum three instances and charges you for these three instances.
139
+
When you have Standard workflows with the Workflow Service Plan in single-tenant Azure Logic Apps, no additional cost applies to enabling availability zones as long as you have two or more instances of the plan. You are charged based on your plan SKU, the specified capacity, and any instances that you scale up or down, based on your autoscale criteria. If you enable availability zones but specify a capacity of fewer than two instances, the platform enforces the minimum two instances and charges you for these two instances.
0 commit comments