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/jobs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ A Container Apps environment is a secure boundary around one or more container a
47
47
***Job execution:** A job execution is a single run of a job that is triggered manually, on a schedule, or in response to an event.
48
48
***Job replica:** A typical job execution runs one replica defined by the job's configuration. In advanced scenarios, a job execution can run multiple replicas.
49
49
50
-
:::image type="content" source="media/jobs/azure-container-apps-jobs-overview.png" alt-text="Azure Container Apps jobs overview":::
50
+
:::image type="content" source="media/jobs/azure-container-apps-jobs-overview.png" alt-text="Azure Container Apps jobs overview.":::
51
51
52
52
## Job trigger types
53
53
@@ -497,7 +497,7 @@ The following table includes the job settings that you can configure:
497
497
| Polling interval |`pollingInterval`|`--polling-interval`| The time in seconds to wait between polling for events. Default is 30 seconds. |
498
498
| Replica retry limit |`replicaRetryLimit`|`--replica-retry-limit`| The maximum number of times to retry a failed replica. To fail a replica without retrying, set the value to `0`. |
499
499
| Parallelism |`parallelism`|`--parallelism`| The number of replicas to run per execution. For most jobs, set the value to `1`. |
500
-
| Replica completion count |`replicaCompletionCount`|`--replica-completion-count`| The number of replicas to complete successfully for the execution to succeed. Most be equal or or less than the parallelism. For most jobs, set the value to `1`. |
500
+
| Replica completion count |`replicaCompletionCount`|`--replica-completion-count`| The number of replicas to complete successfully for the execution to succeed. Most be equal or less than the parallelism. For most jobs, set the value to `1`. |
0 commit comments