Skip to content

Commit 13df1f2

Browse files
committed
updates links
1 parent 8a889fd commit 13df1f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/overview-webjobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For more scalable, independently hosted, or event-driven workloads, consider usi
3838
WebJobs come in three main types:
3939

4040
- **Triggered WebJobs**: Run on demand or in response to specific events. You can trigger them manually or from a service like Azure Storage.
41-
- **Scheduled WebJobs**: A specialized type of triggered WebJob that runs on a defined schedule using a `settings.job` file with [NCRONTAB expressions](webjobs-create.md#schedule-a-triggered-webjob).
41+
- **Scheduled WebJobs**: A specialized type of triggered WebJob that runs on a defined schedule using a `settings.job` file with [NCRONTAB expressions](webjobs-create.md##ncrontab-expressions).
4242
- **Continuous WebJobs**: Run persistently in the background while your App Service app is running. Ideal for queue polling or background monitoring tasks.
4343

4444

@@ -80,7 +80,7 @@ WebJobs scale together with your App Service plan. If your app is configured to
8080
- **Triggered WebJobs** will run on a single instance by default.
8181
- **Continuous WebJobs** can be configured to run on all instances or a single one using the `WEBJOBS_RUN_ONCE` setting.
8282

83-
If you need independently scalable or event-driven execution, [Azure Functions](../azure-functions/functions-overview) may be more appropriate.
83+
If you need independently scalable or event-driven execution, [Azure Functions](../azure-functions/functions-overview.md) may be more appropriate.
8484

8585
## Best practices
8686

@@ -102,7 +102,7 @@ If you need independently scalable or event-driven execution, [Azure Functions](
102102

103103
## Related guidance
104104

105-
- [Background jobs best practices – Azure Architecture Center](../architecture/best-practices/background-jobs)
105+
- [Background jobs best practices – Azure Architecture Center](../architecture/best-practices/background-jobs.md)
106106
- [Develop WebJobs using Visual Studio](webjobs-dotnet-deploy-vs.md)
107107
- [Get started with the WebJobs SDK](webjobs-sdk-get-started.md)
108108
- [Use the WebJobs SDK to build advanced jobs](webjobs-sdk-how-to.md)

0 commit comments

Comments
 (0)