Every 1 Day(s)
Executes at these times
Hours 10,12, 14, 16
Minutes 15
https://learn.microsoft.com/en-us/azure/data-factory/media/how-to-create-schedule-trigger/advanced.png
source:
https://learn.microsoft.com/en-us/azure/data-factory/how-to-create-schedule-trigger?tabs=data-factory
Frequency is 1 day (every day).
After choosing the frequency (recurrence), set the hours and the minutes.
No need to create one for each hour, because the setting accepts several hours and minutes.
In Linux, this would be a cron setting:
15 10,12,14,16 * * *
The fields, separated by a space are:
minute hour day-of-month month week-day
This means that the task will run:
every minute 15
on every hours 10, 12, 14 and 16
on every day of the month
on every month
no matter which day-of-week it falls
It is possible to read that the frequency is "every 2h, every day, every week, every month, and every year", but for the Data Factory configuration, the recurrence is "day". Attention here: ADF calls it recurrence, not frequency. Looks the same, but the ogres that write these questions may decide to whatever they want.
Other Linux cron doing the same, to be more clear:
15 10-16/2 * * *
15 10-16/2 */1 */1 *
Correct me if I am wrong guys, but if option B is correct does that mean you have to create 4 separate triggers with the Frequency: Day and Interval: 1?
If that is the case then I am more inclined to B, since D will still run even after 4:15PM. If we want it to run only for the 4 times specified above then B is a more accurate answer.
Interval Day. You have to schedule 4 trigger but daily
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.DP-203 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Saranya22
Highly Voted 1 year, 4 months agoerz
Highly Voted 1 year, 4 months agoGikan
1 year, 4 months agoj888
1 year, 4 months agorenan_ineu
Most Recent 8 months, 3 weeks agoAlongi
1 year, 1 month agoDelphin_8150
1 year, 3 months agoAlongi
1 year, 3 months ago