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).