Is there any change required for Azure Web Jobs due to retiring Azure Scheduler?

Sushrut Paranjape 61 Reputation points
2020-06-03T17:10:31.797+00:00

Hello,

Based on the below article which says Azure Scheduler is retiring so using Logic App is the ideal way to implement solutions.
https://learn.microsoft.com/en-in/azure/scheduler/migrate-from-scheduler-to-logic-apps

We are using Web Jobs which are uploaded into Azure Web App Service. Will web jobs remain as it is or there is any change to web jobs as well? We are already using CRON expresssion to trigger the web jobs and not directly using Azure Scheduler for web jobs.

Please let us know if we need to change anything.

Thank you!

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

Accepted answer
  1. ajkuma 22,401 Reputation points Microsoft Employee
    2020-06-04T13:42:49.867+00:00

    @SushrutParanjape-9466, Welcome to Microsoft Q&A!

    Thanks for posting a good question.

    For WebJobs with CRON expression, no changes are required. Further on how it works, For the schedule to work it requires the website to be configured as Always On and is not an Azure Scheduler but an internal implementation of a scheduler.

    Kindly checkout this document 'Scheduling a triggered WebJob' section for configuration details.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful