FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

WebJobs Module

Contains tasks to package and deploy Azure Web Jobs via the Kudu Zip controller

Types

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

WebJobs.deployWebJobs webSites

Full Usage: WebJobs.deployWebJobs webSites

Parameters:
    webSites : WebSite list - The websites and webjobs to deploy.

This task to can be used deploy a prebuilt webjob zip to a website

webSites : WebSite list

The websites and webjobs to deploy.

WebJobs.packageWebJobs webSites

Full Usage: WebJobs.packageWebJobs webSites

Parameters:
    webSites : WebSite list - The websites and webjobs to build zips from.

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`

webSites : WebSite list

The websites and webjobs to build zips from.