Skip to content

Commit aeaeaf2

Browse files
Merge pull request #292179 from Akhilesh-microsoft/ACA/jobs_uuf
[UUF280299: ACA: jobs]: Analyzed and fixed the documentation issue; reviewed and fixed the issues w.r.t freshness. Updated ms.date
2 parents 71533bd + 3d0c1db commit aeaeaf2

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

articles/container-apps/jobs.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: build-2023, devx-track-azurecli
88
ms.topic: conceptual
9-
ms.date: 10/20/2024
9+
ms.date: 12/19/2024
1010
ms.author: cshoe
1111
---
1212

@@ -240,7 +240,7 @@ The cron expression `*/1 * * * *` runs the job every minute.
240240

241241
### Event-driven jobs
242242

243-
Event-driven jobs are triggered by events from supported [custom scalers](scale-app.md#custom). Examples of event-driven jobs include:
243+
Events from supported [custom scalers](scale-app.md#custom) trigger event-driven jobs. Examples of event-driven jobs include:
244244

245245
- A job that runs when a new message is added to a queue such as Azure Service Bus, Kafka, or RabbitMQ.
246246
- A self-hosted [GitHub Actions runner](tutorial-ci-cd-runners-jobs.md?pivots=container-apps-jobs-self-hosted-ci-cd-github-actions) or [Azure DevOps agent](tutorial-ci-cd-runners-jobs.md?pivots=container-apps-jobs-self-hosted-ci-cd-azure-pipelines) that runs when a new job is queued in a workflow or pipeline.
@@ -431,22 +431,20 @@ Content-Type: application/json
431431
Authorization: Bearer <TOKEN>
432432
433433
{
434-
"template": {
435-
"containers": [
436-
{
437-
"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest",
438-
"name": "main",
439-
"resources": {
440-
"cpu": 0.25,
441-
"memory": "0.5Gi"
442-
},
443-
"command": [
444-
"echo",
445-
"Hello, Azure Container Apps jobs!"
446-
]
447-
}
448-
]
449-
}
434+
"containers": [
435+
{
436+
"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest",
437+
"name": "main",
438+
"resources": {
439+
"cpu": 0.25,
440+
"memory": "0.5Gi"
441+
},
442+
"command": [
443+
"echo",
444+
"Hello, Azure Container Apps jobs!"
445+
]
446+
}
447+
]
450448
}
451449
```
452450

@@ -596,7 +594,7 @@ The following example Azure Resource Manager template creates a job with advance
596594

597595
# [Azure portal](#tab/azure-portal)
598596

599-
To configure advanced settings using the Azure portal, search for *Container App Jobs* in the Azure portal and select *Create*. Select *Configuration* to configure the settings.
597+
To configure advanced settings using the Azure portal, search for *Container App Jobs* in the Azure portal and select *Create*. To configure the settings, select *Configuration*.
600598

601599
---
602600

0 commit comments

Comments
 (0)