Skip to content

Commit f72a264

Browse files
committed
remove PII from images
1 parent 7e74e11 commit f72a264

File tree

4 files changed

+12
-34
lines changed

4 files changed

+12
-34
lines changed

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

Lines changed: 12 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ The Azure DevOps setup is successfully finished.
154154

155155
1. Open the Repos section and select **Import Repository**
156156

157-
![Screenshot of ADO import repo](./media/how-to-setup-mlops-azureml/import_repo_first_time.png)
157+
![Screenshot of ADO import repo first time](./media/how-to-setup-mlops-azureml/import_repo_first_time.png)
158158

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

161-
![Screenshot of ADO import MLOps](./media/how-to-setup-mlops-azureml/import_repo_Git_template.png)
161+
![Screenshot of ADO import MLOps demo repo](./media/how-to-setup-mlops-azureml/import_repo_Git_template.png)
162162

163163
1. After you have imported the demo repo, Make you also import the `mlops-template` repo.
164164

@@ -168,7 +168,7 @@ The Azure DevOps setup is successfully finished.
168168

169169
1. Enter https://github.com/Azure/mlops-templates into the Clone URL field. Click import at the bottom of the page
170170

171-
![Screenshot of ADO import MLOps](./media/how-to-setup-mlops-azureml/ado-import-mlops-templates.png)
171+
![Screenshot of ADO import MLOps template repo](./media/how-to-setup-mlops-azureml/ado-import-mlops-templates.png)
172172

173173
> [!TIP]
174174
> Learn more about the MLOps v2 accelerator structure and the MLOps [template](https://github.com/Azure/mlops-v2/)
@@ -223,7 +223,7 @@ This step deploys the training pipeline to the Azure Machine Learning workspace
223223

224224
1. Select **New Pipeline**.
225225

226-
![Screenshot of ADO New Pipeline button](./media/how-to-setup-mlops-azureml/ADO-new-pipeline.png)
226+
![Screenshot of ADO New Pipeline button for infra](./media/how-to-setup-mlops-azureml/ADO-new-pipeline.png)
227227

228228
1. Select **Azure Repos Git**.
229229

@@ -258,7 +258,7 @@ This step deploys the training pipeline to the Azure Machine Learning workspace
258258

259259
1. Select **New Pipeline**.
260260

261-
![Screenshot of ADO New Pipeline button](./media/how-to-setup-mlops-azureml/ADO-run1.png)
261+
![Screenshot of ADO New Pipeline button](./media/how-to-setup-mlops-azureml/ADO-new-pipeline.png)
262262

263263
1. Select **Azure Repos Git**.
264264

@@ -272,17 +272,6 @@ This step deploys the training pipeline to the Azure Machine Learning workspace
272272
273273
1. Select `main` as a branch and choose `/mlops/devops-pipelines/deploy-model-training-pipeline.yml`, then select **Continue**.
274274
275-
1. Before running the pipeline, the repository location for the mlops-templates will need to be updated. Modify the **resources** section of the pipeline the snippet below.
276-
277-
``` yaml
278-
resources:
279-
repositories:
280-
- repository: mlops-templates # Template Repo
281-
type: git
282-
name: mlops-templates
283-
ref: main
284-
```
285-
286275
1. **Save and Run** the pipeline
287276
288277
> [!NOTE]
@@ -318,7 +307,7 @@ This step deploys the training pipeline to the Azure Machine Learning workspace
318307
319308
1. Select **New Pipeline**.
320309
321-
![Screenshot of ADO New Pipeline button](./media/how-to-setup-mlops-azureml/ADO-run1.png)
310+
![Screenshot of ADO New Pipeline button for endpoint](./media/how-to-setup-mlops-azureml/ADO-new-pipeline.png)
322311
323312
1. Select **Azure Repos Git**.
324313
@@ -332,29 +321,18 @@ This step deploys the training pipeline to the Azure Machine Learning workspace
332321

333322
1. Select `main` as a branch and choose:
334323

335-
For Classical Machine Learning:
336-
- Managed Batch Endpoint `/mlops/devops-pipelines/deploy-batch-endpoint-pipeline.yml`
337-
- Managed Online Endpoint `/mlops/devops-pipelines/deploy-online-endpoint-pipeline.yml`
324+
- For Managed Batch Endpoint `/mlops/devops-pipelines/deploy-batch-endpoint-pipeline.yml`
338325

339-
Then select **Continue**.
340-
341-
1. Before running the pipeline, the repository location for the **mlops-templates** will need to be updated. Modify the **resources** section of the pipeline the snippet below.
342-
343-
``` yaml
344-
resources:
345-
repositories:
346-
- repository: mlops-templates # Template Repo
347-
type: git
348-
name: mlops-templates
349-
ref: main
350-
```
326+
- For Managed Online Endpoint `/mlops/devops-pipelines/deploy-online-endpoint-pipeline.yml`
327+
328+
Then select **Continue**.
351329

352330
1. Batch/Online endpoint names need to be unique, so please change **[your endpoint-name]** to another unique name and then select **Run**.
353331

354332
![Screenshot of ADO batch deploy script](./media/how-to-setup-mlops-azureml/ADO-batch-pipeline.png)
355333

356-
> [!IMPORTANT]
357-
> 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)]**
334+
> [!IMPORTANT]
335+
> 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)]**
358336

359337
1. When the run completes, you will see:
360338

-2.69 KB
Loading
-65.9 KB
Loading
-1.8 KB
Loading

0 commit comments

Comments
 (0)