You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/quickstart-webjobs.md
+34-11Lines changed: 34 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: 'Create a scheduled WebJob using a prebuilt script'
3
-
description: Quickly schedule a time-based WebJob in Azure App Service using a prebuilt script for Windows or Linux.
2
+
title: 'Create a scheduled WebJob with prebuilt samples'
3
+
description: Quickly schedule a time-based WebJob in Azure App Service using prebuilt samples in multiple languages including .NET, Python, Node.js, Java, and PHP.
4
4
ms.topic: quickstart
5
-
ms.date: 5/2/2025
5
+
ms.date: 10/29/2025
6
6
author: msangapu-msft
7
7
ms.author: msangapu
8
8
ms.reviewer: glenga
9
-
#Customer intent: As a web developer, I want to quickly run a background script that prints the current time.
9
+
#Customer intent: As a web developer, I want to quickly run a background script that prints the current time in my preferred language.
10
10
ms.service: azure-app-service
11
11
---
12
12
13
13
# Quickstart: Create a scheduled WebJob
14
14
15
-
WebJobs in Azure App Service let you run scripts or programs as background tasks. In this quickstart, you create a scheduled WebJob that prints the current time, using a prebuilt script for either Windows or Linux.
15
+
WebJobs in Azure App Service let you run scripts or programs as background tasks. In this quickstart, you create a scheduled WebJob that prints the current time, using prebuilt samples available in multiple languages and platforms.
16
16
17
17
## Prerequisites
18
18
@@ -25,14 +25,37 @@ WebJobs in Azure App Service let you run scripts or programs as background tasks
25
25
26
26
## Download a sample WebJob
27
27
28
-
Choose the version that matches your App Service OS:
28
+
Choose a sample based on your App Service platform. All Windows samples can run in all Windows code apps, regardless of the stack you choose. Linux stack-specific samples (such as .NET, Node.js, Python, PHP, and Java) can run in the Linux container that comes with your chosen stack.
0 commit comments