webjobpublishsettings.json
Azure Webjobs publish settings file
| Type | object |
|---|---|
| File match |
webjobpublishsettings.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/webjobpublishsettings-json/latest.json |
| Source | https://www.schemastore.org/webjob-publish-settings.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
One of
Definitions
scheduled
object
runMode
string
Determines the run mode of the Azure Webjob.
Triggered: manually triggered Scheduled: runs on a specific schedule Continuous: runs all the time
notScheduled
object
runMode
string
required
Determines the run mode of the Azure Webjob.
Triggered: manually triggered Scheduled: runs on a specific schedule Continuous: runs all the time