Skip to content

Commit 3e52cd2

Browse files
authored
Merge pull request #112381 from ggailey777/patch-4
Fixes description of WebJobs wrt web apps
2 parents 5665d75 + d5d0c15 commit 3e52cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/webjobs-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: af01771e-54eb-4aea-af5f-f883ff39572b
77
ms.topic: conceptual
88
ms.date: 10/16/2018
99
ms.author: glenga
10-
ms.reviewer: msangapu;david.ebbo;suwatch;pbatum;naren.soni
10+
ms.reviewer: msangapu;suwatch;pbatum;naren.soni
1111
ms.custom: seodec18
1212
#Customer intent: As a web developer, I want to leverage background tasks to keep my application running smoothly.
1313

@@ -18,7 +18,7 @@ ms.custom: seodec18
1818
This article shows how to deploy WebJobs by using the [Azure portal](https://portal.azure.com) to upload an executable or script. For information about how to develop and deploy WebJobs by using Visual Studio, see [Deploy WebJobs using Visual Studio](webjobs-dotnet-deploy-vs.md).
1919

2020
## Overview
21-
WebJobs is a feature of [Azure App Service](index.yml) that enables you to run a program or script in the same context as a web app, API app, or mobile app. There is no additional cost to use WebJobs.
21+
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, API app, or mobile app. There is no additional cost to use WebJobs.
2222

2323
> [!IMPORTANT]
2424
> WebJobs is not yet supported for App Service on Linux.

0 commit comments

Comments
 (0)