eathanspark / TriggerADF

Triggering azure data factory pipeline from c# application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Triggering Azure Data Factory Pipeline from Console/Windows Application (C#)

Azure Data Factory mostly use for ETL activity which has proper schedule to run on the stipulated time in batch mode, but in some of scenario it is required on call adf pipeline on demand. Trigger point could be anything like Console Application, windows Services or even web apis. In this article I have created a console application that call already create ADF pipeline.

Prerequisite

Azure Details

.Net Supporting Library

  • Microsoft.Azure.Management.DataFactory;
  • Microsoft.Rest;
  • Microsoft.IdentityModel.Clients.ActiveDirectory;
  • System.Threading.Tasks;

About

Triggering azure data factory pipeline from c# application


Languages

Language:C# 100.0%