
Answer-first summary for fast verification
Answer: Event Grid
Event Grid is the correct choice because it is specifically designed for event-driven architectures in Azure and integrates natively with Azure Machine Learning to monitor and respond to events such as data drift detection. When data drift is detected in Azure Machine Learning datasets, Event Grid can capture this event and trigger the retraining pipeline automatically. Azure Functions (B) could be used as an event handler but is not the primary service for event routing. Event Hubs (C) is for high-throughput data streaming, not event routing. Logic Apps (D) is for workflow automation but not the optimal service for ML-specific event triggers like data drift.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are managing an Azure Machine Learning workspace and need to configure an event-driven process to trigger a retraining pipeline. This process should be initiated automatically in response to the detection of data drift in your Azure Machine Learning datasets.
Which Azure service should you use to trigger the pipeline?
A
Event Grid
B
Azure Functions
C
Event Hubs
D
Logic Apps
No comments yet.