Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,285 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to trigger an ADF pipeline on blob creation, file based trigger. The manual upload to blob storage triggers the ADF pipeline correctly. But when i am uploading the same via AzureDataLakeStore .Net libraries from a web app, specifically package - <package id="Azure.Storage.Files.DataLake" version="12.21.0" targetFramework="net472" />
method - await datalakeFileClient.UploadAsync(content: stream, overwrite: true)
It is not triggering the ADF trigger.
Any idea how to resolve this issue ?