Are Webjobs depricated?

AM Dev-Test 21 Reputation points
2022-12-06T00:52:37.677+00:00

I am planning to add a few timer jobs to my aspnet core Web API project.

Azure Webjobs fit well for my need. I can add a console application to my project, configure it as webjob and publish it to an Azure App Services instance along with my WebAPI.

Before I proceed with this design, I need to know if Web Jobs are officially deprecated or discouraged by Microsoft?

Thank you,

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,990 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dillon Silzer 57,831 Reputation points Volunteer Moderator
    2022-12-06T02:10:59.85+00:00

    Hi @AM Dev-Test

    I don't see anything about Microsoft retiring WebJobs any time soon from their documentation. From what you have told us, you already have an Azure App Service plan, which is a good start.

    I think the reason why you are asking yourself this question is because you might have seen the term Azure Functions used. Perhaps you want to investigate this route as it is much more feature rich and is serverless -- which could significantly lower your costs.

    Learn more about Azure Functions:

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-overview

    Timer trigger for Azure Functions:

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?tabs=in-process&pivots=programming-language-csharp

    ---------------------------------

    If this is helpful please accept answer.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.