From afec974f09f5cec01844a4325e92ef6c55af1d96 Mon Sep 17 00:00:00 2001 From: Jordan Edwards Date: Sun, 28 Apr 2019 13:06:13 -0700 Subject: [PATCH] Update README.md --- how-to-use-azureml/deploy-to-cloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-use-azureml/deploy-to-cloud/README.md b/how-to-use-azureml/deploy-to-cloud/README.md index d566372d..62726a9b 100644 --- a/how-to-use-azureml/deploy-to-cloud/README.md +++ b/how-to-use-azureml/deploy-to-cloud/README.md @@ -14,7 +14,7 @@ You can deploy to the cloud using the Azure ML CLI or the Azure ML SDK. az extension add -n azure-cli-ml az ml folder attach -w myworkspace -g myresourcegroup az ml model register -n sklearn_regression_model.pkl -p sklearn_regression_model.pkl -t model.json -az ml model deploy -n acicicd -f model.json --ic inferenceConfig.yml --dc deploymentConfig.yml --overwrite +az ml model deploy -n acicicd -f model.json --ic inferenceConfig.yml --dc deploymentConfig.yml ``` Here is an [Azure DevOps Pipelines model deployment example](./azure-pipelines-model-deploy.yml)