This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each of the questions.
When configuring a GitHub Actions workflow to run an Azure Machine Learning job, what is a convenient trigger when testing whether the workflow works as expected?
on: workflow_dispatch
on: [push]
on: [pull_request]
Which steps need to be included in a GitHub Actions workflow to train a model?
Fork the repo, sign in to Azure, install CLI and run an Azure Machine Learning job.
Check out the repo, sign in to Azure, install the ML extension and trigger an Azure Machine Learning job.
Check out the repo, sign in to Azure, install CLI and run trigger an Azure Machine Learning job.
You must answer all questions before checking your work.
Was this page helpful?