Skip to content

Commit f38cd2b

Browse files
committed
pipelines schedule
1 parent 2da51f9 commit f38cd2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: mlops
88
ms.author: lagayhar
99
author: lgayhardt
1010
ms.reviewer: keli19
11-
ms.date: 09/09/2024
11+
ms.date: 09/11/2025
1212
ms.topic: how-to
1313
---
1414

@@ -56,7 +56,7 @@ This article shows you how to create, retrieve, update, and deactivate schedules
5656

5757
## Create a schedule
5858

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.
6060

6161
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.
6262

@@ -455,7 +455,7 @@ You can also apply [Azure CLI JMESPath query](/cli/azure/query-azure-cli) to que
455455
456456
---
457457

458-
## Role-based access control (RBAC) support
458+
## Role-based access controls (RBAC) support
459459

460460
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.
461461

@@ -470,7 +470,7 @@ Admins can configure the following action rules related to schedules in the Azur
470470
## Cost considerations
471471

472472
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.
474474

475475
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.
476476

0 commit comments

Comments
 (0)