#Deployment

3 Ways to Deploy Webjob with Azure DevOps

Published at January 28, 2019 ·  5 min read

Here’s 3 ways how you can deploy an Azure WebJob with Azure DevOps. I made a simple continuous nonsense webjob to demonstrate CI/CD possibilities of WebJobs in Azure DevOps. This webjob runs in infinite loop and gets current weather of my home town every minute and saves it to the blob storage. If interested, the code for the webjobs can be found in my github here. 1. Azure WebJob template way The easiest and latest (at the time of writing) way to deploy your webjob with Azure DevOps CI/CD pipelines is to create your webjob with Visual Studio template Azure Webjob (....