Skip to content

Instantly share code, notes, and snippets.

@Zimmergren
Created January 9, 2015 10:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zimmergren/14631ee8d54940689637 to your computer and use it in GitHub Desktop.
Save Zimmergren/14631ee8d54940689637 to your computer and use it in GitHub Desktop.
WebJob Publish Settings sample file
{
"$schema": "http://schemastore.org/schemas/json/webjob-publish-settings.json",
"webJobName": "Zimmergren-O365-WebJobSample",
"startTime": "2015-01-09T01:00:00+01:00",
"endTime": null,
"jobRecurrenceFrequency": "Day",
"interval": 1,
"runMode": "Scheduled"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment