Refer this as well https://nishantrana.me/2018/02/22/update-schedule-of-existing-azure-webjobs-triggered/
Let us a create a simple console application that writes Hello World to the console which we would be scheduling using Azure Scheduler.
Have kept the example simple so that we can understand the configuration part.
Right click on the project and Publish it as Azure WebJob
We will set the mode as “Run On Demand”
For the pubish target we have selected Microsoft Azure App Service web app under which this Web Job will run.
Select the App Service or configure a new one, we have selected the existing App Service below
Click on Validate to check the connection, if everything is fine Click Next and Publish the web role.
Our TriggeredWebJob inside CRMAzureWebJob App Service –
We can run it on Demand by clicking on Run.
Clicking on Logs
Will provide the details of the Web Jobs
Now to schedule the Web Job…
View original post 201 more words