Azure Data Factory

Hi

Is there an Octopus Deploy step for Azure Data Factory or have you seen a powershell script to deploy DF that we may use in OD? We currently publish from VS2015 but would prefer to deploy through our standard pipeline.

I should add, I don’t mean the creation of the Data Factory but rather adding/updating DataSets, Pipelines, etc through the json files.

Thanks
Steve

Hi Steve,

Thanks for reaching out! We don’t have dedicated steps for Azure Data Factory, but we have support for Azure Resource Templates, which basically allow you to do anything in Azure through JSON templates.

Based on my 0 knowledge about DF, this link seems to show how to create one of these JSON templates: https://azure.microsoft.com/en-us/documentation/articles/data-factory-build-your-first-pipeline-using-vs/

Once you have the template, you can follow this doc to plug that into your Octopus deployment process: http://docs.octopusdeploy.com/display/OD/Deploy+using+an+Azure+Resource+Group+Template

Hope that helps!
Dalmiro