Azure Data Factory trigger event not working while uploading using .NET client library

NATASHA TAHARIYA 0 Reputation points
2025-02-25T22:26:52.95+00:00

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 ?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,285 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.