You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/how-to-create-schedule-trigger.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ You can create a schedule trigger to schedule a pipeline to run periodically, su
40
40
41
41
---
42
42
43
-
1. Select **Trigger** on the menu, and then select **New/Edit**.
43
+
2. Select **Trigger** on the menu, and then select **New/Edit**.
44
44
45
45
:::image type="content" source="./media/how-to-create-schedule-trigger/new-trigger-menu.png" alt-text="Screenshot that shows the New trigger menu.":::
46
46
@@ -62,7 +62,7 @@ You can create a schedule trigger to schedule a pipeline to run periodically, su
62
62
1. Specify **Recurrence** for the trigger. Select one of the values from the dropdown list (**Every minute**, **Hourly**, **Daily**, **Weekly**, or **Monthly**). Enter the multiplier in the text box. For example, if you want the trigger to run once for every 15 minutes, you select **Every Minute** and enter **15** in the text box.
63
63
1. Under **Recurrence**, if you choose **Day(s)**, **Week(s)**, or **Month(s)** from the dropdown list, you can see **Advanced recurrence options**.
64
64
65
-
:::image type="content" source="./media/how-to-create-schedule-trigger/advanced.png" alt-text="Screenshot that shows the advanced recurrence options of Day(s), Week(s), and Month(s).":::
65
+
:::image type="content" source="./media/how-to-create-schedule-trigger/advanced.png" alt-text="Screenshot that shows the advanced recurrence options of Day(s), Week(s), and Month(s).":::
66
66
67
67
1. To specify an end-date time, select **Specify an end date**. Specify the **Ends On** information, and then select **OK**.
68
68
@@ -95,7 +95,7 @@ You can create a schedule trigger to schedule a pipeline to run periodically, su
95
95
96
96
---
97
97
98
-
1. Switch to the **Trigger runs** > **Schedule** view.
98
+
9. Switch to the **Trigger runs** > **Schedule** view.
99
99
100
100
# [Azure Data Factory](#tab/data-factory)
101
101
@@ -517,7 +517,7 @@ Here are some of the time zones supported for schedule triggers.
517
517
| India Standard Time (IST) | +5:30 |`India Standard Time`| No |`'yyyy-MM-ddTHH:mm:ss'`|
518
518
| China Standard Time | +8 |`China Standard Time`| No |`'yyyy-MM-ddTHH:mm:ss'`|
519
519
520
-
This list is incomplete. For a complete list of time-zone options, see the [Trigger creation page](#azure-data-factory-and-synapse-portal-experience) in the portal.
520
+
This list is incomplete. For a complete list of time-zone options, see the [Trigger creation page](#azure-data-factory-and-azure-synapse-portal-experience) in the portal.
521
521
522
522
### startTime property
523
523
@@ -536,7 +536,7 @@ The first execution time is the same even if the `startTime` value is `2017-04-0
536
536
537
537
Finally, when the hours or minutes aren't set in the schedule for a trigger, the hours or minutes of the first execution are used as the defaults.
538
538
539
-
### The schedule property
539
+
### schedule property
540
540
541
541
The use of a schedule can limit the number of trigger executions. For example, if a trigger with a monthly frequency is scheduled to run only on day 31, the trigger runs only in those months that have a 31st day.
0 commit comments