Skip to content

Commit 9617817

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Before you can set up an MLOps project with AzureML, you need to set up authenti
6363
6464
1. If prompted, choose **Bash** as the environment used in the Cloud Shell. You can also change environments in the drop-down on the top navigation bar
6565

66-
![Screenshot of the cloud shell environment dropdown](./media/how-to-setup-mlops-azureml/PS_CLI1_1.png)
66+
![Screenshot of the cloud shell environment dropdown.](./media/how-to-setup-mlops-azureml/PS_CLI1_1.png)
6767

6868
1. Copy the bash commands below to your computer and update the **projectName**, **subscriptionId**, and **environment** variables with the values for your project. If you are creating both a Dev and Prod environment, you'll need to run this script once for each environment, creating a service principal for each. This command will also grant the **Contributor** role to the service principal in the subscription provided. This is required for Azure DevOps to properly use resources in that subscription.
6969

@@ -116,7 +116,7 @@ Before you can set up an MLOps project with AzureML, you need to set up authenti
116116

117117
1. Select Contributor and add members selecting + Select Members. Add the member **Azure-ARM-Dev-ProjectName** as create before.
118118

119-
![Screenshot of the add role assignment selection](./media/how-to-setup-mlops-azureml/SP-setup-role-assignment.png)
119+
![Screenshot of the add role assignment selection.](./media/how-to-setup-mlops-azureml/SP-setup-role-assignment.png)
120120

121121
1. Repeat step here, if you deploy Dev and Prod into the same subscription, otherwise change to the prod subscription and repeat with **Azure-ARM-Prod-ProjectName**. The basic SP setup is successfully finished.
122122

@@ -128,13 +128,13 @@ Before you can set up an MLOps project with AzureML, you need to set up authenti
128128

129129
2. Select **create a new project** (Name the project `mlopsv2` for this tutorial).
130130

131-
![Screenshot of ADO Project](./media/how-to-setup-mlops-azureml/ado-create-project.png)
131+
![Screenshot of ADO Project.](./media/how-to-setup-mlops-azureml/ado-create-project.png)
132132

133133
3. In the project under **Project Settings** (at the bottom left of the project page) select **Service Connections**.
134134

135135
4. Select **New Service Connection**.
136136

137-
![Screenshot of ADO New Service connection button](./media/how-to-setup-mlops-azureml/create_first_service_connection.png)
137+
![Screenshot of ADO New Service connection button.](./media/how-to-setup-mlops-azureml/create_first_service_connection.png)
138138

139139
5. Select **Azure Resource Manager**, select **Next**, select **Service principal (manual)**, select **Next** and select the Scope Level **Subscription**.
140140

0 commit comments

Comments
 (0)