Created
January 25, 2017 08:56
-
-
Save jakkaj/89467892d19db3ef15e677e93c0582ed to your computer and use it in GitHub Desktop.
Create a WebJob publish settings schedule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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