Skip to content

Commit 9ccb547

Browse files
committed
Fix headings
1 parent 856ba9c commit 9ccb547

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ The first time that you add either a [SQL trigger](#add-sql-trigger) or [SQL act
183183

184184
<a name="trigger-recurrence-shift-drift"></a>
185185

186-
### Trigger recurrence shift and drift
186+
## Trigger recurrence shift and drift (daylight saving time)
187187

188188
Recurring connection-based triggers where you need to create a connection first, such as the managed SQL Server trigger, differ from built-in triggers that run natively in Azure Logic Apps, such as the [Recurrence trigger](../connectors/connectors-native-recurrence.md). In 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.
189189

articles/connectors/connectors-native-recurrence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The following example shows how to update the trigger definition so that the tri
153153

154154
<a name="daylight-saving-standard-time"></a>
155155

156-
## Trigger recurrence shift between daylight saving time and standard time
156+
## Trigger recurrence shift and drift (daylight saving time)
157157

158158
To schedule jobs, Azure Logic Apps puts the message for processing into the queue and specifies when that message becomes available, based on the UTC time when the last job ran and the UTC time when the next job is scheduled to run. If you specify a start time with your recurrence, *make sure that you select a time zone* so that your logic app workflow runs at the specified start time. That way, the UTC time for your logic app also shifts to counter the seasonal time change. Recurring triggers honor the schedule that you set, including any time zone that you specify.
159159

articles/connectors/connectors-sftp-ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ When a trigger finds a new file, the trigger checks that the new file is complet
123123

124124
<a name="trigger-recurrence-shift-drift"></a>
125125

126-
### Trigger recurrence shift and drift
126+
## Trigger recurrence shift and drift (daylight saving time)
127127

128128
Recurring connection-based triggers where you need to create a connection first, such as the managed SFTP-SSH trigger, differ from built-in triggers that run natively in Azure Logic Apps, such as the [Recurrence trigger](../connectors/connectors-native-recurrence.md). In 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.
129129

0 commit comments

Comments
 (0)