Skip to content

Commit d657e01

Browse files
committed
add zone pivots
1 parent ae23b20 commit d657e01

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

articles/app-service/quickstart-webjobs.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.date: 8/21/2024
66
author: msangapu-msft
77
ms.author: msangapu
88
ms.reviewer: glenga
9+
zone_pivot_groups: app-service-webjobs
910
#Customer intent: As a web developer, I want to leverage a scheduled background task to keep my application running smoothly.
1011
---
1112

@@ -24,6 +25,10 @@ In this quickstart, you create a scheduled WebJob to delete temporary files from
2425
- **[Always on](configure-common.md?tabs=portal)** must enabled on your app.
2526

2627
## Create a scheduled WebJob
28+
:::zone target="docs" pivot="dotnet"
29+
dotnet
30+
:::zone-end
31+
:::zone target="docs" pivot="python"
2732

2833
1. In the [Azure portal](https://portal.azure.com), go to the **App Service** page of your App Service app.
2934

@@ -50,6 +55,17 @@ In this quickstart, you create a scheduled WebJob to delete temporary files from
5055
:::image type="content" source="media/webjobs-create/scheduled-webjob-run.png" alt-text="Screenshot that shows how to run a manually scheduled WebJob in the Azure portal.":::
5156

5257
[!INCLUDE [webjobs-cron-timezone-note](../../includes/webjobs-cron-timezone-note.md)]
58+
:::zone-end
59+
:::zone target="docs" pivot="node"
60+
node
61+
:::zone-end
62+
:::zone target="docs" pivot="java"
63+
java
64+
:::zone target="docs" pivot="php"
65+
php
66+
:::zone-end
67+
68+
:::zone-end
5369

5470
## <a name="NextSteps"></a> Next steps
5571

articles/zone-pivot-groups.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,22 @@ groups:
335335
title: Azure portal
336336
- id: experience-arm
337337
title: Azure Resource Manager
338+
338339
# Owner: msangapu
340+
- id: app-service-webjobs
341+
title: Programming Language
342+
prompt: Choose a language stack
343+
pivots:
344+
- id: dotnet
345+
title: .NET
346+
- id: python
347+
title: Python
348+
- id: node
349+
title: Node.js
350+
- id: Java
351+
title: Java
352+
- id: PHP
353+
title: PHP
339354
- id: app-service-vscode-cli-portal
340355
title: Development environment
341356
prompt: Choose a development environment

0 commit comments

Comments
 (0)