Skip to content

Commit dc5b2c1

Browse files
Merge pull request #13301 from ghogen/webjobs
Add coverage for the WebJobs option
2 parents a1e5175 + 2bb2f84 commit dc5b2c1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/deployment/deploying-applications-services-and-components-resources.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,18 @@ For more information on publishing to App Service, see:
114114
- [Publish an ASP.NET Core app to Azure App Service](/aspnet/core/tutorials/publish-to-azure-webapp-using-vs)
115115
- [Troubleshoot ASP.NET Core on Azure App Service and IIS](/aspnet/core/test/troubleshoot-azure-iis).
116116

117+
### Azure WebJobs
118+
119+
Azure WebJobs is supported through App Service. See [Develop and deploy WebJobs using Visual Studio](/azure/app-service/webjobs-dotnet-deploy-vs).
120+
121+
#### When to choose Azure WebJobs
122+
123+
- You have a worker process, a computation that can run without user interaction.
124+
- The job is on-demand, triggered by an event, or continuous.
125+
- The job runs on Windows, or .NET Core on Linux (with Visual Studio 17.12 or later).
126+
127+
Another option for similar scenarios is Azure Functions. To choose the right option for you, see [Choose the right integration and automation services in Azure](/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs).
128+
117129
### Azure Container Registry
118130

119131
[Azure Container Registry](/azure/container-registry/) allows you to build, store, and manage Docker container images and artifacts in a private registry for all types of container deployments.

0 commit comments

Comments
 (0)