Skip to content

Commit 5daf96d

Browse files
committed
Update per feedback
1 parent 03a6c36 commit 5daf96d

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

articles/logic-apps/business-continuity-disaster-recovery-guidance.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -186,23 +186,21 @@ The **Recurrence** trigger is independent from any specific service or endpoint,
186186

187187
So, if your logic app starts with a Recurrence trigger, you need to set up the primary and secondary logic app instances with the ]active-passive roles](#roles).
188188

189-
To reduce the *recovery time objective* (RTO), which refers to the target duration for restoring a business process after a disruption or disaster, you can set logic app instances that start with Recurrence triggers in a combination of [active-passive roles](#roles) and [passive-active roles](#roles). In this setup, you split the schedule across locations.
189+
To reduce the *recovery time objective* (RTO), which refers to the target duration for restoring a business process after a disruption or disaster, you can set logic app instances that start with Recurrence triggers in a combination of [active-passive roles](#roles) and [passive-active roles](#roles). In this setup, you split the schedule across locations. For example, suppose that you have a logic app that needs to run every 10 minutes. You can set up your logic apps and locations as follows so that if the primary location becomes unavailable, the secondary location can take over the work:
190190

191-
For example, if you want to have a logic app that must run every 10 minutes, you can set up your logic apps and locations as follows:
191+
!["Active-passive" and "passive-active" combination that uses Recurrence triggers](./media/business-continuity-disaster-recovery-guidance/combo-primary-secondary-setup.png)
192192

193-
* In the primary location, set up [active-passive roles](#roles) for these logic apps:
193+
* For one configuration, set up [active-passive roles](#roles) for these logic apps:
194194

195-
* On the *active* (enabled) logic app, set the Recurrence trigger to a 20-minute recurrence that starts at the top of the hour, for example, 9:00 AM.
195+
* In the primary location, on the *active* (enabled) logic app, set the Recurrence trigger to a schedule that starts at the top of the hour, such as 9:00 AM, and repeats every 20 minutes.
196196

197-
* On the *passive* (disabled) logic app, set the Recurrence trigger to a 20-minute recurrence that starts at 10 minutes past the hour, for example, 9:10 AM.
197+
* In the secondary location, on the *passive* (disabled) logic app, set the Recurrence trigger to same schedule but starting at 10 minutes past the hour, such as 9:10 AM, and repeats every 20 minutes.
198198

199-
!["Active-passive" setup that uses Recurrence triggers](./media/business-continuity-disaster-recovery-guidance/active-passive-recurrence-primary.png)
199+
* For the reverse configuration, set up [passive-active](#roles) for these logic apps:
200200

201-
* For the reverse configuration in the secondary location, set up [passive-active](#roles) for these logic apps:
201+
* In the secondary location, on the *active* logic app, set the Recurrence trigger to a a schedule that starts at 10 minutes past the hour, such as 9:10 AM, and repeats every 20 minutes.
202202

203-
* On the *active* logic app's, set the Recurrence trigger to a 20-minute recurrence that starts at 10 minutes past the hour, for example, 9:10 AM.
204-
205-
* On the *passive* logic app, set the Recurrence trigger to a 20-minute recurrence that starts at the top of the hour that's set in the other location, for example, 9:00 AM.
203+
* In the primary location, on the *passive* logic app, set the Recurrence trigger to the same schedule that starts to a 20-minute recurrence that starts at the top of the hour that's set in the other location, for example, 9:00 AM.
206204

207205
When a disruptive event happens in one location, enable the passive logic app. That way, if discovering the failure takes time, this configuration limits the number of missed recurrences during that delay.
208206

16.6 KB
Loading

0 commit comments

Comments
 (0)