From 8580dcc01befde9af6c8f9db916721d7bf8c6029 Mon Sep 17 00:00:00 2001 From: Jordan Edwards Date: Sun, 28 Apr 2019 13:14:30 -0700 Subject: [PATCH] Update README.md --- how-to-use-azureml/deploy-to-cloud/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/how-to-use-azureml/deploy-to-cloud/README.md b/how-to-use-azureml/deploy-to-cloud/README.md index 62726a9b..ece25d2c 100644 --- a/how-to-use-azureml/deploy-to-cloud/README.md +++ b/how-to-use-azureml/deploy-to-cloud/README.md @@ -1,4 +1,6 @@ # Model Deployment with Azure ML service +[![Build Status](https://aidemos.visualstudio.com/azmlcli/_apis/build/status/Azure.MachineLearningNotebooks?branchName=cli-ga)](https://aidemos.visualstudio.com/azmlcli/_build/latest?definitionId=87&branchName=cli-ga) + You can use Azure Machine Learning to package, debug, validate and deploy inference containers to a variety of compute targets. This process is known as "MLOps" (ML operationalization). For more information please check out this article: https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-deploy-and-where