Update README.md

This commit is contained in:
Jordan Edwards
2019-04-28 13:06:13 -07:00
committed by GitHub
parent d6b558f88d
commit afec974f09

View File

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