Exam DP-203 All QuestionsBrowse all questions from this exam
Question 117

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?

    Correct Answer: C

    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.

Discussion
jv2120Option: C

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.

medsimusOption: C

Correct https://docs.microsoft.com/en-us/azure/data-factory/how-to-create-event-trigger?tabs=data-factory

Vardhan_BrahmanapallyOption: D

Why not eventhub?

wijaz789

Absolutely correct

Ankit_AzOption: C

Correct

esaadeOption: C

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.

vigilante89Option: C

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.

PallaviPatelOption: C

Correct.

CezarioAbrantesPPOption: C

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

lisa710Option: C

c is correct

kkk5566Option: C

custom trigger use Event-grid

kkk5566Option: C

Correct. C

kkk5566

Correct

Selma97Option: C

Why it's not Microsoft.Automation?

Amnoyana

Would that be part of the Power Platform instead?

Deeksha1234

correct

romanzdkOption: C

But EventHub does not support ADLS, only Blob storage

romanzdk

https://docs.microsoft.com/en-us/azure/event-grid/overview

Swagat039Option: C

C. is correct. You need storage event trigger (for this Microsoft.EventGrid service needs to be enabled).