Skip to content

Commit e0a9741

Browse files
Merge pull request #303141 from johndowns/reliability-logic-apps-ase
Reliability Guide - Azure Logic Apps - Updates
2 parents 81cb0ec + c6caf19 commit e0a9741

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/reliability/reliability-logic-apps.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Reliability in Azure Logic Apps
33
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
66
ms.topic: reliability-article
77
ms.custom: subject-reliability
88
services: logic-apps
@@ -82,7 +82,7 @@ For Standard workflows with the Workflow Service Plan hosting option in single-t
8282

8383
::: zone pivot="standard-app-service-environment"
8484

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).
8686

8787
::: zone-end
8888

@@ -98,7 +98,6 @@ Consumption logic apps that are deployed in [any region that supports availabili
9898

9999
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).
100100

101-
102101
::: zone-end
103102

104103
::: zone pivot="standard-app-service-environment"
@@ -111,7 +110,7 @@ To see which regions support availability zones for App Service Environment v3,
111110

112111
### Requirements
113112

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.
115114

116115
::: zone-end
117116

@@ -137,7 +136,7 @@ No additional cost applies to use zone redundancy, which is automatically enable
137136

138137
::: zone pivot="standard-workflow-service-plan"
139138

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.
141140

142141
::: zone-end
143142

0 commit comments

Comments
 (0)