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
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,47 +240,47 @@ This step deploys the training pipeline to the Azure Machine Learning workspace
240
240
241
241
1. Select `main` as a branch and choose based on your deployment method your preferred yml path.
242
242
- For a terraform scenario, choose `infrastructure/pipelines/tf-ado-deploy-infra.yml`, thenselect**Continue**.
243
-
- For a bicep scenario choose:`infrastructure/pipelines/bicep-ado-deploy-infra.yml`, thenselect**Continue**.
243
+
- For a bicep scenario, choose `infrastructure/pipelines/bicep-ado-deploy-infra.yml`, thenselect**Continue**.
244
244
245
245
> [!CAUTION]
246
-
> For this example, make sure you have the [Terraform extension for Azure DevOps](https://marketplace.visualstudio.com/items?itemName=ms-devlabs.custom-terraform-tasks) installed.
246
+
> For this example, make sure the [Terraform extension for Azure DevOps](https://marketplace.visualstudio.com/items?itemName=ms-devlabs.custom-terraform-tasks) is installed.
247
247
248
-
1. Run the pipeline. This will take a few minutes to finish. The pipeline should create the following artifacts:
248
+
1. Run the pipeline; it will take a few minutes to finish. The pipeline should create the following artifacts:
249
249
* Resource Group for your Workspace including Storage Account, Container Registry, Application Insights, Keyvault and the Azure Machine Learning Workspace itself.
250
-
* In the workspace there's also a compute cluster created.
250
+
* In the workspace, there's also a compute cluster created.
251
251
252
252
1. Now the Operationalizing Loop of the MLOps Architecture is deployed.
253
-

253
+

254
254
255
-
> [!NOTE]
256
-
> The **Unable move and reuse existing repository to required location** warnings may be ignored.
255
+
> [!NOTE]
256
+
> The **Unable move and reuse existing repository to required location** warnings may be ignored.
257
257
258
258
## Deploying model training pipeline and moving to test environment
259
259
260
260
1. Go to ADO pipelines
261
261
262
-

262
+

263
263
264
264
1. Select **New Pipeline**.
265
265
266
-

266
+

267
267
268
268
1. Select **Azure Repos Git**.
269
269
270
-

270
+

271
271
272
272
1. Select the repository that you cloned in from the previous section `mlopsv2`
273
273
274
274
1. Select **Existing Azure Pipeline YAML File**
275
275
276
-

276
+

277
277
278
278
1. Select `main` as a branch and choose `/mlops/devops-pipelines/deploy-model-training-pipeline.yml`, thenselect**Continue**.
279
279
280
280
1. **Save and Run** the pipeline
281
281
282
282
> [!NOTE]
283
-
> At this point, the infrastructure is configured and the Prototyping Loop of the MLOps Architecture is deployed. you are ready to move to our trained model to production.
283
+
> At this point, the infrastructure is configured and the Prototyping Loop of the MLOps Architecture is deployed. you're ready to move to our trained model to production.
284
284
285
285
## Moving to production environment and deploying model
286
286
@@ -308,21 +308,21 @@ This step deploys the training pipeline to the Azure Machine Learning workspace
308
308
### Deploy ML model endpoint
309
309
1. Go to ADO pipelines
310
310
311
-

311
+

312
312
313
313
1. Select **New Pipeline**.
314
314
315
-

315
+

316
316
317
317
1. Select **Azure Repos Git**.
318
318
319
-

319
+

320
320
321
321
1. Select the repository that you cloned in from the previous section `mlopsv2`
322
322
323
323
1. Select **Existing Azure Pipeline YAML File**
324
324
325
-

325
+

326
326
327
327
1. Select `main` as a branch and choose:
328
328
@@ -332,16 +332,16 @@ This step deploys the training pipeline to the Azure Machine Learning workspace
332
332
333
333
Then select**Continue**.
334
334
335
-
1. Batch/Online endpoint names need to be unique, so please change **[your endpoint-name]** to another unique name and then select **Run**.
335
+
1. Batch/Online endpoint names need to be unique, so change **[your endpoint-name]** to another unique name and thenselect**Run**.
336
336
337
-

337
+

338
338
339
339
> [!IMPORTANT]
340
-
> If the run fails due to an existing online endpoint name, recreate the pipeline as described above and change **[your endpoint-name]** to **[your endpoint-name (random number)]**
340
+
> If the run fails due to an existing online endpoint name, recreate the pipeline as described previously and change **[your endpoint-name]** to **[your endpoint-name (random number)]**
341
341
342
-
1. When the run completes, you will see:
342
+
1. When the run completes, you'll see output similar to the following image:
343
343
344
-

344
+

345
345
346
346
Now the Prototyping Loop is connected to the Operationalizing Loop of the MLOps Architecture and inference has been run.
0 commit comments