Skip to content

Commit 50afa09

Browse files
committed
updates
1 parent 1ba3036 commit 50afa09

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/app-service/webjobs-execution.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.service: azure-app-service
66
author: msangapu-msft
77
ms.author: msangapu
88
ms.date: 05/01/2025
9+
ms.collection: ce-skilling-ai-copilot
910
---
1011

1112
# How WebJobs run in Azure App Service
@@ -14,6 +15,12 @@ Azure WebJobs allow you to run background tasks within your App Service app, wit
1415

1516
This article explains how WebJobs are discovered, how the runtime decides what to execute, and how you can configure behavior using the optional `settings.job` file.
1617

18+
## Platform-specific notes
19+
20+
[!INCLUDE [webjob-types](./includes/webjobs-create/webjob-types.md)]
21+
22+
[!INCLUDE [webjobs-always-on-note](../../includes/webjobs-always-on-note.md)]
23+
1724
## Job discovery and folder structure
1825

1926
WebJobs are stored in the `site/wwwroot/App_Data/jobs/` folder of your App Service app. There are two subfolders:
@@ -82,10 +89,6 @@ For more advanced monitoring and querying capabilities, consider integrating wit
8289

8390
Triggered WebJobs include a full history of executions. Continuous WebJobs stream logs in real time.
8491

85-
## Platform-specific notes
86-
87-
[!INCLUDE [webjobs-always-on-note](../../includes/webjobs-always-on-note.md)]
88-
8992
## Troubleshooting tips
9093

9194
- **WebJob not starting:** Check for a missing or misnamed `run.*` file. Ensure it's in the correct job folder (`triggered` or `continuous`).

0 commit comments

Comments
 (0)