Skip to content

Commit a157b94

Browse files
author
Jill Grant
authored
Apply suggestions from code review
Alt text and Acrolinx fixes
1 parent 2802812 commit a157b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A Container Apps environment is a secure boundary around one or more container a
4747
* **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.
4848
* **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.
4949

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.":::
5151

5252
## Job trigger types
5353

@@ -497,7 +497,7 @@ The following table includes the job settings that you can configure:
497497
| Polling interval | `pollingInterval` | `--polling-interval` | The time in seconds to wait between polling for events. Default is 30 seconds. |
498498
| 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`. |
499499
| 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`. |
501501

502502
### Example
503503

0 commit comments

Comments
 (0)