You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az ml workspace show -w <workspace name> -g <resource group> --query identityPrincipalId
612
+
az ml workspace show -n <workspace name> -g <resource group> --query identityPrincipalId
613
613
```
614
614
615
615
1. Grant the Managed Identity Operator role:
@@ -629,7 +629,7 @@ In this scenario, Azure Machine Learning service builds the training or inferenc
629
629
The following command demonstrates how to use the YAML file to create a connection with your workspace. Replace `<yaml file>`, `<workspace name>`, and `<resource group>` with the values for your configuration:
630
630
631
631
```azurecli-interactive
632
-
az ml connection create --file <yml file> --resource-group <resource group> --workspace-name <workspace>
632
+
az ml connection create --file <yml file> --resource-group <resource group> --name <workspace>
633
633
```
634
634
635
635
1. Once the configuration is complete, you can use the base images from private ACR when building environments for training or inference. The following code snippet demonstrates how to specify the base image ACR and image name in an environment definition:
0 commit comments