Skip to content

Commit

Permalink
Fix documentation syntax for AzureML set environment command (mlflow#593
Browse files Browse the repository at this point in the history
)

* Change AzureML environment set command in documentation

* small tweak
  • Loading branch information
dbczumar committed Oct 3, 2018
1 parent f758154 commit 6f8fb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ Model export example:

.. code:: bash
az ml set env <local-env> - set environment to local deployment
az ml env set -n <local-env-name> -g <local-env-resource-group> - set environment to local deployment
mlflow azureml deploy <parameters> - deploy locally to test the model
az ml set env <cluster-env> - set environment to cluster
az ml env set -n <cluster-env-name> -g <cluster-env-resource-group> - set environment to cluster
mlflow azureml deploy <parameters> - deploy to the cloud
For more info, see:
Expand Down

0 comments on commit 6f8fb80

Please sign in to comment.