Hello,
Based on the below article which says Azure Scheduler is retiring so using Logic App is the ideal way to implement solutions.
https://docs.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!