An organization uses Azure Machine Learning to manage the ML lifecycle. They want to automatically retrain a model when new data arrives in Azure Blob Storage. Which Azure service should they integrate with Azure ML to trigger retraining?
Trap 1: Azure Logic Apps
Logic Apps can trigger workflows but is less integrated with ML pipelines than Event Grid for storage events.
Trap 2: Azure Data Factory
Data Factory is for data movement and orchestration, not real-time event triggering.
Trap 3: Azure Functions
Functions can run code on events, but Event Grid is the native event routing service that connects Blob Storage to Azure ML.
- A
Azure Event Grid
Event Grid provides reliable event delivery from Blob Storage to Azure ML, triggering retraining pipelines.
- B
Azure Logic Apps
Why wrong: Logic Apps can trigger workflows but is less integrated with ML pipelines than Event Grid for storage events.
- C
Azure Data Factory
Why wrong: Data Factory is for data movement and orchestration, not real-time event triggering.
- D
Azure Functions
Why wrong: Functions can run code on events, but Event Grid is the native event routing service that connects Blob Storage to Azure ML.