Azure WebJobs Deployment with Continuous Integration on Visual Studio Online

后端 未结 2 1660
遥遥无期
遥遥无期 2021-02-01 06:27

Friends,

I am trying to setup Continuous Integration with Azure WebJobs. I have a Web and a WebJobs project in the solution. I have continuous integration and deployment

2条回答
  •  渐次进展
    2021-02-01 07:09

    This looks like the way to do it with VSTS

    https://blogs.msdn.microsoft.com/tfssetup/2016/05/18/deploying-and-schedule-azure-webjobs-from-vsts-to-azure-web-app-with-bonus-cron-scheduling/

    Basically,

    1. Use VS to link your web job to a web app.
    2. Create a new Buildtask that uploads the WebJob.zip file.
    3. Profit.

提交回复
热议问题