Skip to content

Commit a9c8b79

Browse files
Merge pull request #279410 from ecfan/weekly
Recurrence overview and example doc: Clarity updates
2 parents c354eae + 08774b4 commit a9c8b79

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/logic-apps/concepts-schedule-automated-recurring-tasks-workflows.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,29 +146,31 @@ So, no matter how far in the past you specify the start time, for example, 2017-
146146

147147
## Recurrence behavior
148148

149-
Recurring built-in triggers, such as the [Recurrence trigger](../connectors/connectors-native-recurrence.md), run natively on the Azure Logic Apps runtime. These triggers differ from recurring connection-based managed connector triggers where you need to create a connection first, such as the Office 365 Outlook managed connector trigger.
149+
Recurring built-in triggers, such as the [Recurrence trigger](../connectors/connectors-native-recurrence.md), run directly and natively on the Azure Logic Apps runtime. These triggers differ from recurring connection-based managed connector triggers where you need to create a connection first, such as the Office 365 Outlook managed connector trigger.
150150

151-
For both kinds of triggers, if a recurrence doesn't specify a specific start date and time, the first recurrence runs immediately when you save or deploy the logic app resource, despite your trigger's recurrence setup. To avoid this behavior, provide a start date and time for when you want the first recurrence to run.
151+
For both kinds of triggers, if a recurrence doesn't specify a start date and time, the first recurrence runs immediately when you save or deploy the logic app resource, despite your trigger's recurrence setup. To avoid this behavior, provide a start date and time for when you want the first recurrence to run.
152152

153153
### Recurrence for built-in triggers
154154

155-
Recurring built-in triggers follow the schedule that you set, including any specified time zone. However, if a recurrence doesn't specify other advanced scheduling options, such as specific times to run future recurrences, those recurrences are based on the last trigger execution. As a result, the start times for those recurrences might drift due to factors such as latency during storage calls.
155+
Recurring built-in triggers follow the schedule that you set, including any specified time zone. However, if a recurrence doesn't specify other advanced scheduling options, such as specific times to run future recurrences, those recurrences are based on the last trigger execution. As a result, the start times for those recurrences might drift due to factors such as latency during storage calls. Advanced scheduling options, such as **At these hours** and **At these days** for the **Weekly** recurrence, are available and work only with built-in polling triggers, such as the **Recurrence** and **Sliding Window** triggers, which directly and natively run on the Azure Logic Apps runtime.
156156

157157
For more information, review the following documentation:
158158

159159
* [Trigger recurrence for daylight saving time and standard time](#daylight-saving-standard-time)
160160
* [Troubleshoot recurrence issues](../logic-apps/concepts-schedule-automated-recurring-tasks-workflows.md#recurrence-issues)
161161

162-
### Recurrence for connection-based triggers
162+
### Recurrence for managed triggers
163163

164-
For recurring connection-based triggers, such as Office 365 Outlook, the schedule isn't the only driver that controls execution. The time zone only determines the initial start time. Subsequent runs depend on the recurrence schedule, the last trigger execution, and other factors that might cause run times to drift or produce unexpected behavior, for example:
164+
For recurring managed triggers, such as Office 365 Outlook, Outlook.com, and so on, the schedule isn't the only driver that controls execution. The time zone determines only the initial start time. Subsequent runs depend on the recurrence schedule, the last trigger execution, and other factors that might cause run times to drift or produce unexpected behavior, for example:
165165

166166
* Whether the trigger accesses a server that has more data, which the trigger immediately tries to fetch.
167167
* Any failures or retries that the trigger incurs.
168168
* Latency during storage calls.
169169
* Not maintaining the specified schedule when daylight saving time (DST) starts and ends.
170170
* Other factors that can affect when the next run time happens.
171171

172+
Advanced scheduling options, such as **At these hours** and **At these days** for the **Weekly** recurrence, aren't available or supported for connectors that are Microsoft-managed, hosted, and run in Azure. These polling triggers calculate the next recurrence by using only the **Interval** and **Frequency** values.
173+
172174
For more information, review the following documentation:
173175

174176
* [Trigger recurrence for daylight saving time and standard time](#daylight-saving-standard-time)

0 commit comments

Comments
 (0)