Skip to content

Commit 20700b2

Browse files
authored
Update tutorial-event-driven-jobs.md
This addition should be added so readers can have a better understanding about use cases of container apps.
1 parent 310126e commit 20700b2

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)