Azure ARM Templates to deploy WebJobs
问题 Everyone, Could anyone please help me on deploying WebJobs using ARM Templates ? Thanks, Rajaram. 回答1: A template shared by David Ebbo shows how to deploy Webjobs using Arm Templates. In this template, a triggered webjob is linked to a website deployed by the same template. A webjob is a part of a jobCollection. This jobCollection is linked to it's parent website using the "dependsOn" node. { "apiVersion": "2014-08-01-preview", "name": "[parameters('jobCollectionName')]", "type": "Microsoft