You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,10 +24,10 @@ Azure Machine Learning allows you to integration with [Azure DevOps pipeline](/a
24
24
* Deployment of machine learning models as public or private web services
25
25
* Monitoring deployed machine learning models (such as for performance analysis)
26
26
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.
28
28
29
29
> [!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.
31
31
32
32
## Prerequisites
33
33
@@ -47,12 +47,12 @@ In this article, you learn about using Azure Machine Learning to setup an end-to
47
47
> [!IMPORTANT]
48
48
>The CLI commands in this article were tested using Bash. If you use a different shell, you may encounter errors.
49
49
50
-
## Setup authentication with Azure and DevOps
50
+
## Set up authentication with Azure and DevOps
51
51
52
52
Before you can setup an MLOps project with AzureML you need to make sure you have the correct authentication setup for Azure DevOps.
53
53
54
54
### 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:
56
56
57
57
# [Create from Azure Cloud Shell](#tab/azure-shell)
0 commit comments