Changing azure webjob occurence -
i published azure webjob , working fine, want change scheduled time minutes. can't find option change onto minutes in portal.
is there way change this?
you can set schedule via visual studio.
- open project in visual studio.
- in solution explorer, expand project properties, delete webjob-publish-settings.json , confirm when prompted. (you'll re-create shortly)
- right-click project in solution explorer, publish azure webjob
- select "run on schedule" in "webjob run mode" list.
- set recurrence, start date/time , (optionally) end date/time , recurrence pattern.
- click ok. (this should re-create .json settings file new config info)
- click publish in dialog box publish webjob new schedule.
source: azure 70-532 study guide
Comments
Post a Comment