Skip to content

Commit eedb123

Browse files
AbeOmorLarry Franks
andauthored
Apply suggestions from code review
Co-authored-by: Larry Franks <[email protected]>
1 parent 4bb27e4 commit eedb123

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Setup MLOps with Azure DevOps
2+
title: Set up MLOps with Azure DevOps
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to setup a sample MLOps environment in AzureML
4+
description: Learn how to set up a sample MLOps environment in AzureML
55
services: machine-learning
66
author: abeomor
77
ms.author: osomorog
@@ -12,7 +12,7 @@ ms.topic: conceptual
1212
ms.custom: cli-v2, sdk-v2
1313
---
1414

15-
# Setup MLOps with Azure DevOps
15+
# Set up MLOps with Azure DevOps
1616

1717
[!INCLUDE [dev v2](../../includes/machine-learning-dev-v2.md)]
1818

@@ -24,10 +24,10 @@ Azure Machine Learning allows you to integration with [Azure DevOps pipeline](/a
2424
* Deployment of machine learning models as public or private web services
2525
* Monitoring deployed machine learning models (such as for performance analysis)
2626

27-
In this article, you learn about using Azure Machine Learning to setup an end-to-end MLOps pipeline which 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 are 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 set up an MLOps project in AzureML.
27+
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 are 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 set up an MLOps project in AzureML.
2828

2929
> [!TIP]
30-
> 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 will need to pick the best architecture for your given Machine learning project
30+
> 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.
3131
3232
## Prerequisites
3333

@@ -47,12 +47,12 @@ In this article, you learn about using Azure Machine Learning to setup an end-to
4747
> [!IMPORTANT]
4848
>The CLI commands in this article were tested using Bash. If you use a different shell, you may encounter errors.
4949
50-
## Setup authentication with Azure and DevOps
50+
## Set up authentication with Azure and DevOps
5151

5252
Before you can setup an MLOps project with AzureML you need to make sure you have the correct authentication setup for Azure DevOps.
5353

5454
### Create service principal
55-
For the use of the demo, the creation of one or two service principles is required, depending on how many environments, you want to work on (Dev or Prod or Both). These principles can be created using one of the methods below:
55+
For the use of the demo, the creation of one or two service principles is required, depending on how many environments, you want to work on (Dev or Prod or Both). These principles can be created using one of the following methods:
5656

5757
# [Create from Azure Cloud Shell](#tab/azure-shell)
5858

0 commit comments

Comments
 (0)