azure.datafactory.devops icon indicating copy to clipboard operation
azure.datafactory.devops copied to clipboard

Azure DevOps Deployment Tasks for Azure Data Factory objects

Results 6 azure.datafactory.devops issues
Sort by recently updated
recently updated
newest added

Hi Kamil, I recently implemented the publish tool for a CICD pipeline running in Azure Devops and it was very smooth. Thanks for your hard work! I have a quick...

enhancement
priority

When cleanup parameter is set in the deploy and deploy goes into the cleanup step, it executes: Get-AzDataFactoryV2Pipeline -ResourceGroupName "$ResourceGroupName" -DataFactoryName "$FactoryName" | ToArray This fails in case one of...

triage

Hi Nowinski, I have a requirement for deploying ADF through Azure DevOps Pipelines using Service connections configured with CERTS. When I consumed your extension , I found that the OpenSSL...

Such an additional task among the other 3 available today would be a helpful alternative when someone would like to just stop or start triggers using DevOps pipeline automation. Extra...

enhancement

After updating the incremental deployment method, I looked at the documentation as you instructed, created the storage, passed the path and gave permission but I get this error. Can you...

Hello :) I am using the BuildADFTask@1 to compile the project into an arm template then later using the DeployAdfFromArmTask@0 to try and deploy it. It is currently failing with...