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.

  1. open project in visual studio.
  2. in solution explorer, expand project properties, delete webjob-publish-settings.json , confirm when prompted. (you'll re-create shortly)
  3. right-click project in solution explorer, publish azure webjob
  4. select "run on schedule" in "webjob run mode" list.
  5. set recurrence, start date/time , (optionally) end date/time , recurrence pattern.
  6. click ok. (this should re-create .json settings file new config info)
  7. click publish in dialog box publish webjob new schedule.

source: azure 70-532 study guide


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -