0

I have a .csv file in Azure data lake store, can I Use a function app to trigger an Azure Data Factory (ADF) event whenever the .csv file gets loaded in the data lake store. Current ADF supports event's for blob storage but not for data lakes.

Thanks, Ravi

silent
  • 14,494
  • 4
  • 46
  • 86
Ravi
  • 45
  • 1
  • 4

1 Answers1

0

ADF pipeline can be triggered by rest API and power shell. Maybe you can use azure function to call rest API or powershell script to control ADF pipeline run.

https://learn.microsoft.com/en-us/powershell/module/azurerm.datafactoryv2/Invoke-AzureRmDataFactoryV2Pipeline?view=azurermps-6.13.0

Fang Liu
  • 2,325
  • 2
  • 13
  • 18