Skip to content

Instantly share code, notes, and snippets.

@jakkaj
Created January 25, 2017 08:56
Show Gist options
  • Save jakkaj/89467892d19db3ef15e677e93c0582ed to your computer and use it in GitHub Desktop.
Save jakkaj/89467892d19db3ef15e677e93c0582ed to your computer and use it in GitHub Desktop.
Create a WebJob publish settings schedule
{
"$schema": "http://schemastore.org/schemas/json/webjob-publish-settings.json",
"webJobName": "SyncJob",
"startTime": "2015-12-16T00:00:00+10:00",
"endTime": "2020-12-16T00:00:00+10:00",
"jobRecurrenceFrequency": "Hour",
"interval": 6,
"runMode": "Scheduled"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment