Azure Data Factory trigger event not working while uploading using .NET client library
NATASHA TAHARIYA
0
Reputation points
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 ?
Sign in to answer