A 1-day schedule is just an example to emphasize the concept that you expect 24 activity windows if the frequency is set to an hour for 1 day, as shown in the example.
Why do I need to indicate the end time?
You do not need to specify the end time if you want the conveyor to run endlessly. However, you may have business reasons for setting the end time, for example, to coincide with the annual business cycle. The total start and end time of a pipeline refers to the collection of activities in it. Actions will be performed in accordance with the frequency you set (hourly, daily, etc.) for the activity and availability of data sets. You can also set the start time for actions or shift or delay them (for example, if you want to process yesterday's data today) or set a start date in the past to fill in the data.
Why is it hard coded as a date instead of a frequency?
The reason for the start and end of the pipeline is the date, not the frequency, because this is the general date range for which your pipeline is active, and individual processing operations are related to the frequency and time of their frequent start.
What if I donโt know how long it will take to start?
As soon as actions begin, they will be completed. If they exceed the end date, the pipeline simply will not start new activities.
If I install too far in the future, do I risk that the data pipeline will not be completed in a timely manner?
No, timely shutdown is only related to the size of your cluster, the amount of data, and the concurrency setting.
If I installed too soon, will there be a pipeline rupture?
See above
We provide the complexity of the schedule so that you can have much more flexibility in organizing multiple services, allowing ADF to manage cloud resources, and not just perform a cron job. Our documentation has more detailed planning information https://azure.microsoft.com/en-us/documentation/articles/data-factory-scheduling-and-execution/