Azure Data Factory on trigger event not working properly
Hi,
I am using Azure Data Factory V2 and want to set up a trigger based on a blob creation in a Gen2 ADLS.
When I upload some file from my laptop (through Azure Storage Explorer) to the folder that the trigger activity keeps checking - everything works just fine. Trigger is firing and it everything looks good.
However when this trigger file is created by one of our applications that uses the Azure Storage Blobs client library for .NET then the event grid captures this event, but it does not deliver it to ADF. In other words, the pipeline is not getting triggered. So I got stuck at this point. All the services are in the East US.
For what it's worth, the Azure Blob storage is of version StorageV2 - which is supported based on the latest documentations.
On top of that what makes this really weird is that if I check the trigger activity in ADF then it does show all the trigger files - including those that were created by the lib above.
For experimental purposes, I downloaded one of these trigger files created by .NET. When I uploaded it from my laptop, it seemed to work. Neither did I change its content nor its name.
Please advise,
Tamas