Skip to content

Commit 614af52

Browse files
authored
Merge pull request MicrosoftDocs#84029 from ggailey777/patch-3
Remove outdated reference to Azure Scheduler
2 parents d3f75ff + e68a67f commit 614af52

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/app-service/webjobs-dotnet-deploy-vs.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ You can use Visual Studio to change the WebJob to run continuously when Always O
6767

6868
## WebJobs as .NET Framework console apps
6969

70-
When Visual Studio deploys a WebJobs-enabled .NET Framework Console Application project, it performs two tasks:
71-
72-
* Copies runtime files to the appropriate folder in the web app (*App_Data/jobs/continuous* for continuous WebJobs and *App_Data/jobs/triggered* for scheduled or on-demand WebJobs).
73-
* Sets up [Azure Scheduler](https://docs.microsoft.com/azure/scheduler/) jobs for WebJobs that are scheduled to run at particular times. (This is not needed for continuous WebJobs.)
70+
When Visual Studio deploys a WebJobs-enabled .NET Framework Console Application project, it copies runtime files to the appropriate folder in the web app (*App_Data/jobs/continuous* for continuous WebJobs and *App_Data/jobs/triggered* for scheduled or on-demand WebJobs).
7471

7572
A WebJobs-enabled project has the following items added to it:
7673

0 commit comments

Comments
 (0)