问题
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