Skip to content

Commit 439c3ad

Browse files
AbeOmorjuliakm
andauthored
Apply suggestions from code review
Co-authored-by: Julia Kulla-Mader <[email protected]>
1 parent 16b3bd4 commit 439c3ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-setup-mlops-github-azureml.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set up MLOps with GitHub
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to set up a sample MLOps environment in AzureML with GitHub Actions
4+
description: Learn how to set up a sample MLOps environment in Azure Machine Learning with GitHub Actions
55
services: machine-learning
66
author: abeomor
77
ms.author: osomorog
@@ -10,7 +10,7 @@ ms.reviewer: larryfr
1010
ms.subservice: mlops
1111
ms.date: 11/29/2022
1212
ms.topic: conceptual
13-
ms.custom: cli-v2, sdk-v2
13+
ms.custom: cli-v2, sdk-v2, github-actions-azure
1414
---
1515

1616
# Set up MLOps with GitHub
@@ -19,13 +19,13 @@ ms.custom: cli-v2, sdk-v2
1919

2020
Azure Machine Learning allows you to integrate with [GitHub Actions](https://docs.github.com/actions) to automate the machine learning lifecycle. Some of the operations you can automate are:
2121

22-
* Deployment of AzureML infrastructure
22+
* Deployment of Azure Machine Learning infrastructure
2323
* Data preparation (extract, transform, load operations)
2424
* Training machine learning models with on-demand scale-out and scale-up
2525
* Deployment of machine learning models as public or private web services
2626
* Monitoring deployed machine learning models (such as for performance analysis)
2727

28-
In this article, you learn about using Azure Machine Learning to set up an end-to-end MLOps pipeline that runs a linear regression to predict taxi fares in NYC. The pipeline is made up of components, each serving different functions, which can be registered with the workspace, versioned, and reused with various inputs and outputs. you're going to be using the [recommended Azure architecture for MLOps](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2) and [Azure MLOps (v2) solution accelerator](https://github.com/Azure/mlops-v2) to quickly setup an MLOps project in AzureML.
28+
In this article, you learn about using Azure Machine Learning to set up an end-to-end MLOps pipeline that runs a linear regression to predict taxi fares in NYC. The pipeline is made up of components, each serving different functions, which can be registered with the workspace, versioned, and reused with various inputs and outputs. you're going to be using the [recommended Azure architecture for MLOps](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2) and [Azure MLOps (v2) solution accelerator](https://github.com/Azure/mlops-v2) to quickly setup an MLOps project in Azure Machine Learning.
2929

3030
> [!TIP]
3131
> We recommend you understand some of the [recommended Azure architectures](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2) for MLOps before implementing any solution. You'll need to pick the best architecture for your given Machine learning project.

0 commit comments

Comments
 (0)