From fc5cccbd7210f1ea98519bd3967be767ff3d3a08 Mon Sep 17 00:00:00 2001 From: Alex Zeltov Date: Tue, 30 Aug 2022 06:09:29 -0400 Subject: [PATCH] Update QUICKSTART.md (#40) updated the yml file names for Devops pipelines --- QUICKSTART.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index 8eb21dc..2132b73 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -353,10 +353,10 @@ This step deploys the training pipeline to the Azure Machine Learning workspace 6. Select "main" as a branch and choose: For Classical Machine Learning: - Managed Batch Endpoint '/mlops/devops-pipelines/deploy-batch-endpoint.yml' - Managed Online Endpoint '/mlops/devops-pipelines/deploy-batch-endpoint.yml' + Managed Batch Endpoint '/mlops/devops-pipelines/deploy-batch-endpoint-pipeline.yml' + Managed Online Endpoint '/mlops/devops-pipelines/deploy-online-endpoint-pipeline.yml' For Computer Vision: - Managed Online Endpoint '/mlops/devops-pipelines/deploy-batch-endpoint.yml' + Managed Online Endpoint '/mlops/devops-pipelines/deploy-batch-endpoint-pipeline.yml' Then select "Continue".