Skip to content

Commit 3dec529

Browse files
committed
turn on preview
1 parent 3fd3b2c commit 3dec529

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/machine-learning/how-to-schedule-pipeline-job.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ In this article, you'll learn how to programmatically schedule a pipeline to run
3838

3939
- An Azure Machine Learning workspace. See [Create workspace resources](quickstart-create-resources.md).
4040
- Understanding of Azure Machine Learning pipelines. See [what are machine learning pipelines](concept-ml-pipelines.md), and how to create pipeline job in [CLI v2](how-to-create-component-pipelines-cli.md) or [SDK v2](how-to-create-component-pipeline-python.md).
41+
- To enable this feature:
42+
1. Navigate to Azure Machine Learning studio UI.
43+
2. Select **Manage preview features** (megaphone icon) among the icons on the top right side of the screen.
44+
3. In **Managed preview feature** panel, toggle on **Create and manage your pipeline schedule** feature.
45+
:::image type="content" source="./media/how-to-schedule-pipeline-job/manage-preview-features.png" alt-text="Screenshot of manage preview features toggled on." lightbox= "./media/how-to-schedule-pipeline-job/manage-preview-features.png":::
4146

4247
---
4348

@@ -503,7 +508,7 @@ Currently there are three action rules related to schedules and you can configur
503508
- If you set the recurrence as the 31st day of every month, in months with less than 31 days, the schedule won't trigger jobs.
504509
- If you're using cron expressions, MONTH isn't supported. If you pass a value, it will be ignored and treated as *. This is a known limitation.
505510
- Are event-based schedules supported?
506-
No, V2 schedule does not support event-based schedules.
511+
- No, V2 schedule does not support event-based schedules.
507512

508513
## Next steps
509514

345 KB
Loading

0 commit comments

Comments
 (0)