Skip to content

Commit 1926d77

Browse files
Merge pull request #226776 from xuehongg/mybranch5
Azure Logic Apps: Recurrence trigger - Enabling workflow fires instantly when deployed with ARM template
2 parents 07c6968 + 56abd70 commit 1926d77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/connectors/connectors-native-recurrence.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,14 @@ The Recurrence trigger is part of the built-in Schedule connector and runs nativ
104104
> the first recurrence runs immediately when you save or deploy the logic app, despite your trigger's recurrence setup. To avoid this behavior,
105105
> provide a start date and time for when you want the first recurrence to run.
106106
>
107+
> If you deploy a disabled Consumption workflow that has a Recurrence trigger using an ARM template, the trigger
108+
> instantly fires when you enable the workflow unless you set the **Start time** parameter before deployment.
109+
>
107110
> If a recurrence doesn't specify any other advanced scheduling options such as specific times to run future recurrences,
108111
> those recurrences are based on the last run time. As a result, the start times for those recurrences might drift due to
109112
> factors such as latency during storage calls. To make sure that your logic app doesn't miss a recurrence, especially when
110113
> the frequency is in days or longer, try the following options:
111-
>
114+
>
112115
> * Provide a start date and time for the recurrence and the specific times to run subsequent recurrences. You can use the
113116
> properties named **At these hours** and **At these minutes**, which are available only for the **Day** and **Week** frequencies.
114117
>

0 commit comments

Comments
 (0)