You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-schedule-pipeline-job.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.subservice: mlops
8
8
ms.author: lagayhar
9
9
author: lgayhardt
10
10
ms.reviewer: keli19
11
-
ms.date: 09/09/2024
11
+
ms.date: 09/11/2025
12
12
ms.topic: how-to
13
13
---
14
14
@@ -56,7 +56,7 @@ This article shows you how to create, retrieve, update, and deactivate schedules
56
56
57
57
## Create a schedule
58
58
59
-
When you have a pipeline job with satisfying performance and outputs, you can set up a schedule to automatically trigger the job on a regular basis. To do so, you must create a schedule that associates the job with a trigger. The trigger can be either a `recurrence` pattern or a `cron` expression that specifies the interval and frequency to run the job.
59
+
When you have a pipeline job with satisfying performance and outputs, you can set up a schedule to automatically trigger the job regularly. To do so, you must create a schedule that associates the job with a trigger. The trigger can be either a `recurrence` pattern or a `cron` expression that specifies the interval and frequency to run the job.
60
60
61
61
In both cases, you need to define a pipeline job first, either inline or by specifying an existing pipeline job. You can define pipelines in YAML and run them from the CLI, author pipelines inline in Python, or compose pipelines in Azure Machine Learning studio. You can create pipeline jobs locally or from existing jobs in the workspace.
62
62
@@ -455,7 +455,7 @@ You can also apply [Azure CLI JMESPath query](/cli/azure/query-azure-cli) to que
455
455
456
456
---
457
457
458
-
## Role-based access control (RBAC) support
458
+
## Role-based access controls (RBAC) support
459
459
460
460
Because schedules are used for production, it's important to reduce the possibility and impact of misoperation. Workspace admins can restrict access to schedule creation and management in a workspace.
461
461
@@ -470,7 +470,7 @@ Admins can configure the following action rules related to schedules in the Azur
470
470
## Cost considerations
471
471
472
472
Schedules are billed based on the number of schedules. Each schedule creates a logic app that Azure Machine Learning hosts on behalf of (HOBO) the user.
473
-
Therefore the logic app cannot be shown as a resource under the user's subscription in Azure portal.
473
+
Therefore the logic app can't be shown as a resource under the user's subscription in Azure portal.
474
474
475
475
On the other hand, the logic app charges back to the user's Azure subscription. HOBO resource costs are billed using the same meter emitted by the original resource provider. Charges appear under the host resource, which is the Azure Machine Learning workspace.
0 commit comments