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
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.custom: build-2023, devx-track-azurecli
8
8
ms.topic: conceptual
9
-
ms.date: 10/20/2024
9
+
ms.date: 12/19/2024
10
10
ms.author: cshoe
11
11
---
12
12
@@ -240,7 +240,7 @@ The cron expression `*/1 * * * *` runs the job every minute.
240
240
241
241
### Event-driven jobs
242
242
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:
244
244
245
245
- A job that runs when a new message is added to a queue such as Azure Service Bus, Kafka, or RabbitMQ.
246
246
- 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.
@@ -596,7 +594,7 @@ The following example Azure Resource Manager template creates a job with advance
596
594
597
595
# [Azure portal](#tab/azure-portal)
598
596
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*.
0 commit comments