Skip to content

Triggering azure data factory pipeline from c# application

Notifications You must be signed in to change notification settings

eathanspark/TriggerADF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages