Skip to content

Commit 398b77a

Browse files
Merge pull request #284572 from ggailey777/patch-2
[WebJobs] Remove merge marker and move note locations
2 parents 9399ce8 + a1dd4a1 commit 398b77a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

articles/app-service/webjobs-create.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,23 @@ adobe-target-content: ./webjobs-create-ieux
1717

1818
# Run background tasks with WebJobs in Azure App Service
1919

20-
=======
21-
> [!NOTE]
22-
> WebJobs for **Windows container**, **Linux code**, and **Linux container** is in preview. WebJobs for Windows code is generally available and not in preview.
23-
24-
25-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
26-
2720
Deploy WebJobs by using the [Azure portal](https://portal.azure.com) to upload an executable or script. You can run background tasks in the Azure App Service.
2821

2922
If instead of the Azure App Service, you're using Visual Studio to develop and deploy WebJobs, see [Deploy WebJobs using Visual Studio](webjobs-dotnet-deploy-vs.md).
3023

24+
> [!NOTE]
25+
> WebJobs for **Windows container**, **Linux code**, and **Linux container** is in preview. WebJobs for Windows code is generally available and not in preview.
26+
3127
## Overview
3228

3329
WebJobs is a feature of [Azure App Service](index.yml) that enables you to run a program or script in the same instance as a web app. All app service plans support WebJobs. There's no extra cost to use WebJobs.
3430

31+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
32+
3533
You can use the Azure WebJobs SDK with WebJobs to simplify many programming tasks. For more information, see [What is the WebJobs SDK](https://github.com/Azure/azure-webjobs-sdk/wiki).
3634

3735
Azure Functions provides another way to run programs and scripts. For a comparison between WebJobs and Functions, see [Choose between Flow, Logic Apps, Functions, and WebJobs](../azure-functions/functions-compare-logic-apps-ms-flow-webjobs.md).
3836

39-
40-
4137
## WebJob types
4238

4339
### <a name="acceptablefiles"></a>Supported file types for scripts or programs

0 commit comments

Comments
 (0)