I published a Azure webjob and that is working fine, however I want to change the scheduled time to minutes. I can't find the option to change it onto minutes in the portal.
Is there a way to change this?
Go to app services and click on a particular app service that you want to select. Go to web jobs. Select a web job and click on the delete button.
Summary. Azure Functions offers more developer productivity than Azure App Service WebJobs does. It also offers more options for programming languages, development environments, Azure service integration, and pricing. For most scenarios, it's the best choice.
You can set the schedule via Visual Studio.
Source: Azure 70-532 Study Guide
Azure WebJobs which are published to run on a schedule provision a Scheduler item within the Azure Portal. This can be adjusted to a different schedule in the portal without having to republish your application. In the Manage portal scroll down to Scheduler, click through until you find your WebJob. From there you can edit the frequency, start time, etc.
Keep in mind that if you republish your source for the WebJob this change will be reverted to the original time so you should modify the frequency for the WebJob there too. To do that open the properties folder for your WebJob project. Then open the "webjob-publish-settings.json" file. Change jobRecurrenceFrequency to hour as you see here, "jobRecurrenceFrequency": "Hour".
Hope that helps.
Edit: here is a screen shot.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With