WebJobs
Nested types and modules
Type | Description |
WebJob
|
WebJob type
|
WebJobType
|
The running modes of webjobs
|
WebSite
|
The website that webjobs are deployed to
|
Functions and values
Function or value | Description |
DeployWebJobs webSites
Signature: webSites:WebSite list -> unit
|
This task to can be used deploy a prebuilt webjob zip to a website
Parameters
webSites - The websites and webjobs to deploy.
|
PackageWebJobs webSites
Signature: webSites:WebSite list -> unit
|
This task to can be used create a zip for each webjob to deploy to a website
The output structure is: outputpath/{websitename}/webjobs/{continuous/triggered}/{webjobname}.zip
Parameters
webSites - The websites and webjobs to build zips from.
|