Skip to content

Commit 459c67b

Browse files
committed
edit pass: data-factory-batch1
1 parent 218770f commit 459c67b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/data-factory/how-to-create-schedule-trigger.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can create a schedule trigger to schedule a pipeline to run periodically, su
4040

4141
---
4242

43-
1. Select **Trigger** on the menu, and then select **New/Edit**.
43+
2. Select **Trigger** on the menu, and then select **New/Edit**.
4444

4545
:::image type="content" source="./media/how-to-create-schedule-trigger/new-trigger-menu.png" alt-text="Screenshot that shows the New trigger menu.":::
4646

@@ -62,7 +62,7 @@ You can create a schedule trigger to schedule a pipeline to run periodically, su
6262
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.
6363
1. Under **Recurrence**, if you choose **Day(s)**, **Week(s)**, or **Month(s)** from the dropdown list, you can see **Advanced recurrence options**.
6464

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).":::
6666

6767
1. To specify an end-date time, select **Specify an end date**. Specify the **Ends On** information, and then select **OK**.
6868

@@ -95,7 +95,7 @@ You can create a schedule trigger to schedule a pipeline to run periodically, su
9595

9696
---
9797

98-
1. Switch to the **Trigger runs** > **Schedule** view.
98+
9. Switch to the **Trigger runs** > **Schedule** view.
9999

100100
# [Azure Data Factory](#tab/data-factory)
101101

@@ -517,7 +517,7 @@ Here are some of the time zones supported for schedule triggers.
517517
| India Standard Time (IST) | +5:30 | `India Standard Time` | No | `'yyyy-MM-ddTHH:mm:ss'` |
518518
| China Standard Time | +8 | `China Standard Time` | No | `'yyyy-MM-ddTHH:mm:ss'` |
519519

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.
521521

522522
### startTime property
523523

@@ -536,7 +536,7 @@ The first execution time is the same even if the `startTime` value is `2017-04-0
536536

537537
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.
538538

539-
### The schedule property
539+
### schedule property
540540

541541
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.
542542

0 commit comments

Comments
 (0)