Skip to content

Commit 29d457a

Browse files
committed
fix warnings
1 parent 2826bf0 commit 29d457a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/app-service/webjobs-create.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Learn how to use WebJobs to run background tasks in Azure App Servi
44

55
ms.assetid: af01771e-54eb-4aea-af5f-f883ff39572b
66
ms.topic: concept-article
7+
ms.service: azure-app-service
78
ms.date: 4/17/2025
89
author: msangapu-msft
910
ms.author: msangapu

articles/app-service/webjobs-execution.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How WebJobs run in Azure App Service
33
description: Understand how WebJobs are discovered, triggered, and managed by the Kudu engine in Azure App Service.
44
ms.topic: conceptual
5-
ms.service: app-service
5+
ms.service: azure-app-service
66
author: msangapu-msft
77
ms.author: msangapu
88
ms.date: 05/01/2025
@@ -81,7 +81,7 @@ Triggered WebJobs include a full history of executions. Continuous WebJobs strea
8181

8282
## Platform-specific notes
8383

84-
[!INCLUDE [webjob-types](./includes/webjobs-create/quickstart-php-windows-pivot.md)]
84+
[!INCLUDE [webjobs-always-on-note](../../includes/webjobs-always-on-note.md)]
8585

8686
## Troubleshooting tips
8787

@@ -91,7 +91,7 @@ Triggered WebJobs include a full history of executions. Continuous WebJobs strea
9191

9292
## See also
9393

94-
- [WebJobs overview](./overview.md)
95-
- [Create a scheduled WebJob](./scheduled-webjob-quickstart.md)
94+
- [WebJobs overview](overview-webjobs.md)
95+
- [Create a scheduled WebJob](quickstart-webjobs.md)
9696
- [Kudu WebJobs wiki (GitHub)](https://github.com/projectkudu/kudu/wiki/WebJobs)
9797

0 commit comments

Comments
 (0)