Continuous integration and Continuous deployment for Azure services in Github

拈花ヽ惹草 提交于 2019-12-11 16:12:59

问题


I need to do CI/CD for my Azure services like Azure Data Factory; Azure SQL DB;Azure SQL DWH; Azure Data Lake Analytics and my source code control is Github and don't have VSTS services in my project. How can this be done?


回答1:


You can sign up for a free VSTS account (limited resources) which allows you to build a CI/CD pipeline, run load tests, etc. Find more details at:

  • https://docs.microsoft.com/en-us/vsts/accounts/create-account-msa-or-work-student?view=vsts
  • https://www.visualstudio.com/team-services/pricing/

The following page contains good content (e.g. tutorials, articles, videos, etc.) on CI/CD with VSTS (including Azure):

  • https://docs.microsoft.com/en-us/vsts/pipelines/index?view=vsts


来源:https://stackoverflow.com/questions/50732330/continuous-integration-and-continuous-deployment-for-azure-services-in-github

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!