You need to trigger an Azure Data Factory pipeline when a file arrives in an Azure Data Lake Storage Gen2 container.
Which resource provider should you enable?
You need to trigger an Azure Data Factory pipeline when a file arrives in an Azure Data Lake Storage Gen2 container.
Which resource provider should you enable?
To trigger an Azure Data Factory pipeline when a file arrives in an Azure Data Lake Storage Gen2 container, you should use Microsoft.EventGrid. Microsoft.EventGrid is an event-based publish/subscribe service that simplifies the process of routing events between different Azure services. By subscribing to events such as the creation of a new file in the Azure Data Lake Storage Gen2 container, you can automatically trigger the Azure Data Factory pipeline to respond to these events.
Correct. C Azure Event Grids – Event-driven publish-subscribe model (think reactive programming) Azure Event Hubs – Multiple source big data streaming pipeline (think telemetry data) In this case its more suitable vs Event Hubs.
Correct https://docs.microsoft.com/en-us/azure/data-factory/how-to-create-event-trigger?tabs=data-factory
Why not eventhub?
Absolutely correct
Correct
To trigger an Azure Data Factory pipeline when a file arrives in an Azure Data Lake Storage Gen2 container, you should enable the Microsoft.EventGrid resource provider. Microsoft.EventGrid is an event-based publish/subscribe service that allows you to easily route events between different Azure services. By subscribing to the blob-created event in an Azure Data Lake Storage Gen2 container, you can trigger an Azure Data Factory pipeline whenever a file arrives in the container. Therefore, the correct answer is C. Microsoft.EventGrid.
Usually while triggering an event using ADF, there is event-based trigger. Apart from that, ADF is well integrated with Azure Event Grid, which lets us trigger pipelines on an event.
Correct.
Data Factory and Synapse pipelines natively integrate with Azure Event Grid, which lets you trigger pipelines on such events. the arrival or deletion of a file in Azure Blob Storage account
c is correct
custom trigger use Event-grid
Correct. C
Correct
Why it's not Microsoft.Automation?
Would that be part of the Power Platform instead?
correct
But EventHub does not support ADLS, only Blob storage
https://docs.microsoft.com/en-us/azure/event-grid/overview
C. is correct. You need storage event trigger (for this Microsoft.EventGrid service needs to be enabled).