使用VSTS的Data Factory V1的CI/CD管道 [英] CI/CD pipeline for Data factory V1 using VSTS

查看:50
本文介绍了使用VSTS的Data Factory V1的CI/CD管道的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为我的 Data factory V1 项目创建整个CI/CD管道,我正在使用VSTS进行实施.

I am working on creating an entire CI/CD pipeline for my Data factory V1 project I am using VSTS for the implementation.

我能够通过部署所需的VSTS执行我的大部分任务,但是,我无法确定是否有可能完全在我的项目上实现连续部署.

I am able to carry out most of my task over VSTS which are required for deployment, However, I am not able to determine if it is possible to completely implement continuous deployment over my project.

我有一个常见的解决方案文件,负责保存4个不同的数据工厂项目和每个项目每个都有4条数据流管道.

I have one common solution file responsible to hold 4 different data factory project & each project holds 4 data flow pipelines each.

并非每次都将整个解决方案部署到更高的环境时,会出现 问题 .我们将在每个部署中部署特定的管道.

The issue is not every time is the case that the entire solution is deployed to a higher environment. we have specific pipelines to be deployed over each deployment.

是否可以部署特定的管道,即从每个项目中选择一个管道,然后使用发布管道进行预先部署.

Is it possible to deploy specific pipelines i.e picking one from each project and deploy them ahead using the release pipeline.

如果是,我们将如何在vsts发布管道中实现它?会增量吗?

If yes, how are we going to implement it in the vsts release pipeline & will it be incremental?

推荐答案

请查看

Please take a look at this blog which maybe helpful. The author is using a comparable method for deployment. Before deploying the JSON files using a PowerShell command, and edit them to insert environment specific values into the Data Factory definitions. You can pass these values as parameters from the VSTS deployment-pipeline.

也请查看此博客:使用PowerShell部署Azure数据工厂

如果您想控制特定的管道,则可以使用一些第三方扩展,例如此扩展.

If you want to control the specific pipelines, you could use some 3rd-party extensions such as this one-- Azure Data Factory

Azure数据工厂管道管理,可以将此发布任务添加到发布管道中,以挂起或恢复Azure数据工厂的所有管道.

Azure Data Factory Pipelines Management, this release task can be added to a release pipeline to either suspend or resume all pipelines of an Azure Data Factory.

这篇关于使用VSTS的Data Factory V1的CI/CD管道的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆