Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

az ml account and az ml env command throwing error #1

Open
ghost opened this issue Jan 21, 2019 · 0 comments
Open

az ml account and az ml env command throwing error #1

ghost opened this issue Jan 21, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 21, 2019

Following this tutorial to deploy Keras Model:
https://github.com/Azure/DeepLearningModelDeployment/blob/master/Keras_TF_CNN_DeployModel.ipynb

I am working on a vm provided on azure platform
Under Deploy Model as a Web Service section,I am facing the following issues:

  1. When running this command:
    !az ml account modelmanagement create -l $LOCATION -n $MM_ACCOUNT -g $YOUR_RESOURCE_GROUP

It throws: az ml: 'account' is not in the 'az ml' command group. See 'az ml --help'.

2.Similarly for
!az ml env setup --cluster -l $LOCATION -n $CLUSTER_ENV_NAME -g $YOUR_RESOURCE_GROUP
It throws:
az ml: 'env' is not in the 'az ml' command group. See 'az ml --help'.

What am I missing here?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants