How can I create a new Azure Machine Learning workspace when creating a new Azure Container Instance from Azure cloud shell.
Here is a sample of the command am using to create the ACI.
az container create --name dev-container –resource-group XXX –location eastus –image mcr.microsoft.com/XXX –cpu 2 –memory 6 –environment-variables WORKSPACE_NAME=XXX
Thanks