Search code examples
azure-web-app-serviceazure-webjobsazure-rm-template

ARM template for website + continous Webjob


I am looking for a sample ARM template to create a website and a continous webjob.

(I could only find one for scheduled webjob here)


Solution

  • You can do the same as that sample, but completely leave out the Microsoft.Scheduler/jobCollections part. i.e. you only need to deploy the WebJobs files.