Blob Created Event not firing

RamonMacias-2311 20 Reputation points
2023-12-05T22:28:15.31+00:00

We have created a "Storage Events" trigger in Azure Data Factory which works perfect when we upload blobs using Azure Data Studio.

User's image

But we have a 3rd party that is sending us files using the abfss:// protocol with SAS Token authentication, and those blob creations are not triggering the "blob created" event for the event subscription. We are using Storage Account V2 with addtional details below:

User's image

This is the event description:

User's image

Is there a known limitation that is causing the unexpected behavior?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,625 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ramya Harinarthini_MSFT 5,366 Reputation points Microsoft Employee Moderator
    2023-12-08T06:42:27.6733333+00:00

    @RamonMacias-2311

    Welcome to Microsoft Q&A, thank you for posting your here!!

    As per the official Microsoft document it states using the dfs endpoint (abfss://URI) for non-hierarchical namespace enabled accounts will not generate events, but the blob endpoint (wasb:// URI) will generate events.

    User's image

    Source link: https://learn.microsoft.com/en-us/azure/event-grid/event-schema-blob-storage?tabs=event-grid-event-schema#blob-storage-events

    Hope this helps!
    Kindly let us know if the above helps or you need further assistance on this issue.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Subashri Vasudevan 11,226 Reputation points
    2023-12-06T02:36:57.2933333+00:00

    Hi, in your trigger setting, please check what's set to 'ignore empty blobs'.

    In the past similar issue raised by different people were solved by setting the ignore empty blob to false.

    Please try and let us know if that fixes the issue.

    Thanks


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.