Integrate Azure ML Studio with Azure DevOps repo

Pedro Gonzalez 6 Reputation points
2022-10-17T15:41:48.52+00:00

Hello,

I am working with Azure Machine Learning Studio via GUI (upload dataset, run experiments, register ML models, register endpoints, develop code in notebooks, ...) and would like to have that code available in Azure DevOps repo in order to restore it if necessary.

Does anyone know how that integration between Azure ML Studio and Azure DevOps repo could be done?

Thanks,

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,071 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Takahito Iwasa 4,851 Reputation points MVP
    2022-10-17T20:52:43.673+00:00

    Hi, @Pedro Gonzalez

    I checked the documentation of Azure Machine Learning Studio, but it seems that there is no integration function with the version control system.

    You can download the created model code by referring to the following questions.

    https://learn.microsoft.com/en-us/answers/questions/355882/azure-ml-studio-and-gitazuredevops.html

    By applying this to build a regular batch mechanism, you can periodically acquire the latest model on ML Studio with code and reflect it in Git management.

    0 comments No comments

  2. romungi-MSFT 48,496 Reputation points Microsoft Employee
    2022-10-18T10:02:33.74+00:00

    @Pedro Gonzalez You can use MLOps to setup Azure ML pipelines and experiments with Azure DevOps. A good working sample is available in the MLOpsPython repo. The setup should be straightforward where any changes in your pipeline code will trigger a job in your Azure ML workspace.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.