Skip to content

Commit f815dd6

Browse files
authored
Merge pull request #123256 from azarboon/patch-117
Update tutorial-event-driven-jobs.md
2 parents 633b048 + 03a48b4 commit f815dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/tutorial-event-driven-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: cshoe
1212

1313
# Tutorial: Deploy an event-driven job with Azure Container Apps
1414

15-
Azure Container Apps [jobs](jobs.md) allow you to run containerized tasks that execute for a finite duration and exit. You can trigger a job execution manually, on a schedule, or based on events. Jobs are best suited to for tasks such as data processing, machine learning, or any scenario that requires serverless ephemeral compute resources.
15+
Azure Container Apps [jobs](jobs.md) allow you to run containerized tasks that execute for a finite duration and exit. You can trigger a job execution manually, on a schedule, or based on events. Jobs are best suited to for tasks such as data processing, machine learning, resource cleanup, or any scenario that requires serverless ephemeral compute resources.
1616

1717
In this tutorial, you learn how to work with [event-driven jobs](jobs.md#event-driven-jobs).
1818

0 commit comments

Comments
 (0)