
Explanation:
To trigger an Azure Data Factory pipeline when a file arrives in an Azure Data Lake Storage Gen2 container, the Microsoft.EventGrid resource provider must be enabled. This is because Azure Event Grid provides an event-driven publish-subscribe model that natively integrates with Azure Data Factory for event-based triggers.
Why Microsoft.EventGrid is correct:
Why other options are incorrect:
Enabling Microsoft.EventGrid ensures that the necessary event routing infrastructure is in place to detect file arrivals and trigger the Data Factory pipeline efficiently.
Ultimate access to all questions.
You need to trigger an Azure Data Factory pipeline when a file is added to an Azure Data Lake Storage Gen2 container. Which resource provider must you register?
A
Microsoft.Sql
B
Microsoft.Automation
C
Microsoft.EventGrid
D
Microsoft.EventHub
No comments yet.