Skip to content

Commit 7878a58

Browse files
committed
metadata
1 parent 25718c9 commit 7878a58

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

articles/app-service/quickstart-webjobs.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ Each zip contains a single script that prints the current system date and time.
4747
| **Triggers** | `Scheduled` |
4848
| **CRON Expression**| `0 0/1 * * * *` |
4949

50-
[!INCLUDE [webjobs-cron-timezone-note](../../includes/webjobs-cron-timezone-note.md)]
51-
5250
4. Select **OK** to create the WebJob.
5351

5452
## Step 3: Monitor WebJob logs
@@ -61,8 +59,6 @@ Each zip contains a single script that prints the current system date and time.
6159

6260
To remove the WebJob, select the WebJob in the portal and select `Delete`.
6361

64-
## <a name="NextSteps"></a> Next steps
65-
66-
## Next step
62+
## <a name="NextSteps"></a> Next step
6763

6864
[Build a custom scheduled WebJob from scratch using .NET, Python, Node.js, Java, or PHP](tutorial-webjobs.md)

articles/app-service/tutorial-webjobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Create a custom scheduled WebJob'
2+
title: 'Build a scheduled WebJob using your preferred language'
33
description: WebJobs on App Service enable you to automate repetitive tasks on your app. Learn how to create scheduled WebJobs in Azure App Service.
44
ms.topic: tutorial
55
ms.date: 5/1/2025
@@ -10,7 +10,7 @@ zone_pivot_groups: app-service-webjobs
1010
#Customer intent: As a web developer, I want to leverage a scheduled background task to keep my application running smoothly.
1111
---
1212

13-
# Tutorial: Create a scheduled WebJob
13+
# Tutorial: Build a scheduled WebJob
1414

1515
:::zone target="docs" pivot="dotnet"
1616

0 commit comments

Comments
 (0)