I am attempting to get the current version of this lab to run against Azure, but the issue I seem to be running in to is a particular command in the sample https://github.com/MicrosoftLearning/mslearn-mlops/blob/main/infra/setup-mlops-envs.sh file is erroring. I believe this is because the 'az ml registry create' cmds behavior has changed.
When run, stock from GH repo this section:
echo "Creating shared Azure Machine Learning registry: $REGISTRY_NAME"
az ml registry create
--name $REGISTRY_NAME
--resource-group $REGISTRY_RESOURCE_GROUP
--location $RANDOM_REGION
Does not appear to like the --location switch:
