Continuous integration and Continuous deployment f

2019-09-01 15:21发布

问题:

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