Microsoft Azure Data Engineer Associate - DP-203

Microsoft Azure Data Engineer Associate - DP-203

Get started today

Ultimate access to all questions.


You are tasked with designing a data pipeline in Azure Data Factory that processes large volumes of financial transaction data. The pipeline needs to be triggered automatically when new data arrives in a Blob Storage container. Describe the steps you would take to set up this trigger, including the type of trigger you would use and how you would configure it to ensure data processing starts immediately upon arrival.




Explanation:

An Event-based trigger is the most appropriate for this scenario as it allows the pipeline to react in real-time to new data arrivals in the Blob Storage. This ensures immediate processing without the need for manual intervention or unnecessary checks at regular intervals.