Skip to content

Commit d6bf851

Browse files
add managed identity
1 parent b1a8ef4 commit d6bf851

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/tutorial-ci-cd-runners-jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ You can now create a job that uses to use the container image. In this section,
502502
| `--mi-user-assigned` | The resource ID of the user-assigned managed identity to assign to the job. |
503503
| `--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. |
504504

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).
506506

507507
The event-driven job is now created in the Container Apps environment.
508508

@@ -912,13 +912,13 @@ The following table describes the scale rule parameters used in the command.
912912
| `--scale-rule-metadata` | The metadata for the scale rule. |
913913
| `--scale-rule-auth` | The authentication for the scale rule. |
914914
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).
916916
917917
The event-driven job is now created in the Container Apps environment.
918918
919919
## Run a pipeline and verify the job
920920
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.
922922
923923
1. In the left-hand navigation of your Azure DevOps project, navigate to **Pipelines**.
924924

0 commit comments

Comments
 (0)