Skip to content

Commit 1203b63

Browse files
authored
Merge pull request #111728 from lobrien/1693965-Schedule-ML-LogicApps
Modified "schedule pipelines" article to include H3 linking to Logic Apps article
2 parents 55d21f1 + e54ccf2 commit 1203b63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/how-to-schedule-pipelines.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ reactive_schedule = Schedule.create(ws, name="MyReactiveSchedule", description="
9696

9797
In addition to the arguments discussed previously, you may set the `status` argument to `"Disabled"` to create an inactive schedule. Finally, the `continue_on_step_failure` allows you to pass a Boolean that will override the pipeline's default failure behavior.
9898

99+
### Use Azure Logic Apps for more complex workflows
100+
101+
Azure Logic Apps supports more complex workflows and is far more broadly integrated than Azure Machine Learning pipelines. See [Trigger a run of a Machine Learning pipeline from a Logic App](how-to-trigger-published-pipeline.md) for more information.
102+
99103
## View your scheduled pipelines
100104

101105
In your Web browser, navigate to Azure Machine Learning. From the **Endpoints** section of the navigation panel, choose **Pipeline endpoints**. This takes you to a list of the pipelines published in the Workspace.

0 commit comments

Comments
 (0)