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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-setup-mlops-azureml.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,20 +157,20 @@ The Azure DevOps setup is successfully finished.
157
157
158
158
1. Open the Repos section and select**Import Repository**
159
159
160
-

160
+

161
161
162
162
1. Enter https://github.com/Azure/mlops-v2-ado-demo into the Clone URL field. Click import at the bottom of the page
163
163
164
-

164
+

165
165
166
166
167
167
1. Open the Repos section. Click on the default repo name at the top of the screen and selectImport Repository
168
168
169
-

169
+

170
170
171
171
1. Enter https://github.com/Azure/mlops-templates into the Clone URL field. Click import at the bottom of the page
172
172
173
-

173
+

174
174
175
175
> [!TIP]
176
176
> Learn more about the MLOps v2 accelerator structure and the MLOps [template](https://github.com/Azure/mlops-v2/)
@@ -180,15 +180,15 @@ The Azure DevOps setup is successfully finished.
180
180
1. Under the Repos section, click **Repositories**. Select the repository you created in**Step 6.** Select the **Security** tab
181
181
182
182
1. Under the User permissions section, selectthe**mlopsv2 Build Service** user. Change the permission **Contribute** permission to **Allow** and the **Create branch** permission to **Allow**.
183
-

183
+

184
184
185
185
1. Open the **Pipelines** section in the left hand navigation pane and click on the 3 vertical dots next to the **Create Pipelines** button. Select **Manage Security**
186
186
187
-

187
+

188
188
189
189
1. Select the **mlopsv2 Build Service** account for your project under the Users section. Change the permission **Edit build pipeline** to **Allow**
190
190
191
-

191
+

192
192
193
193
> [!NOTE]
194
194
> This finishes the prerequisite section and the deployment of the solution accelerator can happen accordingly.
@@ -198,12 +198,12 @@ The Azure DevOps setup is successfully finished.
198
198
This step deploys the training pipeline to the Azure Machine Learning workspace created in the previous steps.
199
199
200
200
> [!TIP]
201
-
> Make sure you understand the [Architectural Patterns](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2) of the solution accelerator before you checkout the MLOps v2 repo and deploy the infrastructure. In examples you will use the [classical ML project type](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2#classical-machine-learning-architecture).
201
+
> Make sure you understand the [Architectural Patterns](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2) of the solution accelerator before you checkout the MLOps v2 repo and deploy the infrastructure. In examples you'll use the [classical ML project type](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2#classical-machine-learning-architecture).
202
202
203
203
### Run Azure infrastructure pipeline
204
204
1. Go to the first repo you imported in the previous section, `mlops-v2-ado-demo`, select the **config-infra-dev.yml** file.
205
205
206
-

206
+

207
207
208
208
This config file uses the namespace and postfix values the names of the artifacts to ensure uniqueness. Update the following section in the config to your liking.
209
209
@@ -213,33 +213,33 @@ This step deploys the training pipeline to the Azure Machine Learning workspace
213
213
location: eastus
214
214
```
215
215
> [!NOTE]
216
-
> If your are running a Deep Learning workload such as CV or NLP, you have to ensure your GPU compute is available in your deployment zone.
216
+
> If your are running a Deep Learning workload such as CV or NLP, ensure your GPU compute is available in your deployment zone.
217
217
218
218
1. Click Commit and push code to get these values into the pipeline.
219
219
220
-
1. Please repeat this step for**config-infra-prod.yml** file.
220
+
1. Repeat this step for **config-infra-prod.yml** file.
221
221
222
222
1. Go to Pipelines section
223
223
224
-

224
+

225
225
226
226
1. Select **New Pipeline**.
227
227
228
-

228
+

229
229
230
230
1. Select **Azure Repos Git**.
231
231
232
-

232
+

233
233
234
234
1. Select the repository that you cloned in from the previous section `mlops-v2-ado-demo`
235
235
236
236
1. Select **Existing Azure Pipeline YAML File**
237
237
238
-

238
+

239
239
240
240
241
241
1. Select `main` as a branch and choose based on your deployment method your preferred yml path.
242
-
- For a terraform scenario choose: `infrastructure/pipelines/tf-ado-deploy-infra.yml`, then select **Continue**.
242
+
- For a terraform scenario, choose `infrastructure/pipelines/tf-ado-deploy-infra.yml`, thenselect**Continue**.
243
243
- For a bicep scenario choose: `infrastructure/pipelines/bicep-ado-deploy-infra.yml`, thenselect**Continue**.
0 commit comments