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/container-apps/tutorial-ci-cd-runners-jobs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -502,7 +502,7 @@ You can now create a job that uses to use the container image. In this section,
502
502
|`--mi-user-assigned`| The resource ID of the user-assigned managed identity to assign to the job. |
503
503
|`--registry-identity`| The resource ID of a managed identity to authenticate with the registry server instead of using a username and password. If possible, an 'acrpull' role assignment is created for the identity automatically. |
504
504
505
-
The scale rule configuration defines the event source to monitor. It's evaluated on each polling interval and determines how many job executions to trigger. To learn more, see [Set scaling rules](scale-app.md).
505
+
The scale rule configuration defines the event source to monitor. Rules are evaluated on each polling interval to determine how many job executions to trigger. To learn more, see [Set scaling rules](scale-app.md).
506
506
507
507
The event-driven job is now created in the Container Apps environment.
508
508
@@ -912,13 +912,13 @@ The following table describes the scale rule parameters used in the command.
912
912
| `--scale-rule-metadata` | The metadata for the scale rule. |
913
913
| `--scale-rule-auth` | The authentication for the scale rule. |
914
914
915
-
The scale rule configuration defines the event source to monitor. It's evaluated on each polling interval and determines how many job executions to trigger. To learn more, see [Set scaling rules](scale-app.md).
915
+
The scale rule configuration defines the event source to monitor. Rules are evaluated on each polling interval to determine how many job executions to trigger. To learn more, see [Set scaling rules](scale-app.md).
916
916
917
917
The event-driven job is now created in the Container Apps environment.
918
918
919
919
## Run a pipeline and verify the job
920
920
921
-
Now that you've configured a self-hosted agent job, you can run a pipeline and verify it's working correctly.
921
+
Once a self-hosted agent job is configured, you can run a pipeline and verify it's working correctly.
922
922
923
923
1. In the left-hand navigation of your Azure DevOps project, navigate to **Pipelines**.
0 commit comments