manuelrb98
manuelrb98

Reputation: 374

Deploy an Azure Webjob from ARM template

I would like to know if it is possible to create an Azure webjob with visual studio 2019, then host it in my azureDevOps account and finally deploy it within my ARM template calling the project using a URL in order to automate the whole procces.

Upvotes: 0

Views: 433

Answers (1)

rohit
rohit

Reputation: 704

Yes you can. Follow the below links.

Develop WebJobs in Visual Studio

Deploy WebJobs using Azure DevOps

Upvotes: 1

Related Questions