Designing and Implementing a Data Science Solution on Azure — Question 61
You create an Azure Machine Learning workspace.
You must configure an event-driven workflow to automatically trigger upon completion of training runs in the workspace. The solution must minimize the administrative effort to configure the trigger.
You need to configure an Azure service to automatically trigger the workflow.
Which Azure service should you use?
Answer options
- A. Event Grid subscription
- B. Azure Automation runbook
- C. Event Hubs Capture
- D. Event Hubs consumer
Correct answer: A
Explanation
The correct answer is A, Event Grid subscription, as it provides a seamless way to handle events and trigger workflows automatically when training runs are completed. The other options, such as Azure Automation runbooks, require additional manual setup and do not directly respond to events from the workspace.