Skip to content

Commit b606c60

Browse files
committed
Remove consolidated content
1 parent ef78712 commit b606c60

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

articles/connectors/connectors-create-api-sqlazure.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,6 @@ In Standard logic app workflows, only the SQL Server managed connector has trigg
167167

168168
When you save your workflow, this step automatically publishes your updates to your deployed logic app, which is live in Azure. With only a trigger, your workflow just checks the SQL database based on your specified schedule. You have to [add an action](#add-sql-action) that responds to the trigger.
169169

170-
<a name="trigger-recurrence-shift-drift"></a>
171-
172-
## Trigger recurrence shift and drift (daylight saving time)
173-
174-
Recurring connection-based triggers where you need to create a connection first, such as the SQL Server managed connector trigger, differ from built-in triggers that run natively in Azure Logic Apps, such as the [Recurrence trigger](../connectors/connectors-native-recurrence.md). For recurring connection-based triggers, the recurrence schedule isn't the only driver that controls execution, and 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, unexpected behavior can include failure to maintain the specified schedule when daylight saving time (DST) starts and ends.
175-
176-
To make sure that the recurrence time doesn't shift when DST takes effect, manually adjust the recurrence. That way, your workflow continues to run at the expected or specified start time. Otherwise, the start time shifts one hour forward when DST starts and one hour backward when DST ends. For more information, see [Recurrence for connection-based triggers](../logic-apps/concepts-schedule-automated-recurring-tasks-workflows.md#recurrence-for-connection-based-triggers).
177-
178170
<a name="add-sql-action"></a>
179171

180172
## Add a SQL Server action

0 commit comments

Comments
 (0)