Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Readme to point to the new MLOps V2 #412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ products:
description: "Code which demonstrates how to set up and operationalize an MLOps flow leveraging Azure Machine Learning and Azure DevOps."
---

---
**NOTE**

We have a new working MLOps working repository thats now available in the [MLOps v2 Accelerator](https://github.com/Azure/mlops-v2). This repostitory supports all data science patterns (Tabular/Computer Vision (CV)/Natural Langauge (NLP). In addition, we actively support Azure DevOps (ADO) and GitHub Actions (GHA) and the deployment of the required infrastructure with it. The repository also shows an example of working with Feathr feature store. The repository also has a ready to use [Azure DevOps (ADO) quick start example](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-setup-mlops-azureml?tabs=azure-shell) that can help you get started with MLOps with Azure Machine Learning. This repository is in active development and we are adding features on a regular basis. You may want to consider visting it.

[AzureML MLOps Accelerator](https://github.com/Azure/mlops-v2)

And while you are there, dont forget to star it.

---

# MLOps with Azure ML

CI: [![Build Status](https://aidemos.visualstudio.com/MLOps/_apis/build/status/Model-Train-Register-CI?branchName=master)](https://aidemos.visualstudio.com/MLOps/_build/latest?definitionId=160&branchName=master)
Expand Down