
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.
A
Use a Tumbling Window trigger and configure it to check the Blob Storage every minute.
B
Use an Event-based trigger that responds to Blob creation events in the storage container.
C
Use a Schedule trigger set to run every hour.
D
Manually trigger the pipeline each time new data arrives.