From 6c120437324088fcbb8c28da5a084834da69a2f9 Mon Sep 17 00:00:00 2001 From: Jordan Edwards Date: Sun, 28 Apr 2019 12:53:59 -0700 Subject: [PATCH] Update README.md --- how-to-use-azureml/deploy-to-cloud/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/deploy-to-cloud/README.md b/how-to-use-azureml/deploy-to-cloud/README.md index 46288c6e..77c9610b 100644 --- a/how-to-use-azureml/deploy-to-cloud/README.md +++ b/how-to-use-azureml/deploy-to-cloud/README.md @@ -8,5 +8,5 @@ For more information please check out this article: https://docs.microsoft.com/e ## Deploy to the cloud You can deploy to the cloud using the Azure ML CLI or the Azure ML SDK. -- CLI example: https://aka.ms/azmlcli -- Notebook example: [model-register-and-deploy](./model-register-and-deploy.ipynb). \ No newline at end of file +- CLI example: [Azure Pipelines model deployment example](./azure-pipelines-model-deploy.yml) +- Notebook example: [model-register-and-deploy](./model-register-and-deploy.ipynb).