0

I have a .NET triggered webjob running in a .NET Azure website. I have continuous deployment set up using Azure DevOps. Is there a way to update a running triggered webjob to the latest version automatically, i.e. when I push a commit? The website redeploys automatically upon commit, which is good, but not the webjob. Currently, it seems I have to delete the webjob in the portal, redeploy the site, then manually trigger the webjob in the portal again.

nmit026
  • 3,024
  • 2
  • 27
  • 53

1 Answers1

0

If your project's fold structure is the same as Azure Webjobs (App_Data\jobs\triggered\YourProjects), you can choose Local Git in Deployment Cental to redeploy your webjob automatically:Deployment Cental And you can find details in: Continuous Delivery of Azure WebJobs via Git