Training: Instruction to develop new skills.
Hi Michael Schmidt,
Thank you for contacting us from the Microsoft Q&A forum. I appreciate your question regarding the prerequisites on how to use GitHub Actions with Azure Machine Learning and appreciate that it might sometimes be a little confusing. Let me clarify the requirements for you.
GitHub Actions Workflow Steps
- To train a model using GitHub Actions, the typical steps include:
- Checking out the repository.
- Signing in to Azure.
- Installing the Azure CLI.
- Triggering an Azure Machine Learning job.
ML Extension vs. Azure CLI
1.Azure CLI:
- Required for GitHub-based deployments and projects.
- This is the primary tool you will need to interact with Azure services from your GitHub Actions workflow.
2.ML Extension:
- This is specifically needed if you are working directly with Azure Machine Learning Studio.
- If you are using GitHub Actions to trigger Azure Machine Learning jobs, the ML extension is not necessary.
Conclusion
- You only need to install the ML extension if you are starting with Azure Machine Learning Studio.
- For GitHub repository-based projects, installing the Azure CLI is sufficient.
If you encounter any further challenges, please don't hesitate to get in touch with us, and we'll be more than happy to provide additional assistance.
If you have found the answer provided to be helpful, please click on the "Upvote and Accept Answer" button so that it is useful for other members in the Microsoft Q&A community.