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
Note that `--depth 1` clones only the latest commit to the repository, which reduces time to complete the operation.
42
+
The `--depth 1` parameter clones only the latest commit to the repository, which reduces time to complete the operation.
43
43
44
44
### Connect to the workspace
45
45
46
46
> [!TIP]
47
-
> Use the following tabs to select the method you want to use to work with environments. Selecting a tab will automatically switch all the tabs in this article to the same tab. You can select another tab at any time.
47
+
> Use the following tabs to select the method you want to use to work with environments. Selecting a tab automatically switches all the tabs in this article to the same tab. You can select another tab at any time.
48
48
49
49
# [Azure CLI](#tab/cli)
50
50
@@ -78,7 +78,7 @@ You can use these curated environments out of the box for training or deployment
78
78
You can see the set of available curated environments in the Azure Machine Learning studio UI, or by using the CLI (v2) via `az ml environment list`.
79
79
80
80
> [!TIP]
81
-
> When working with curated environments in the CLI or SDK, the environment name begins with `AzureML-` followed by the name of the curated environment. When using the Azure Machine Learning studio, they do not have this prefix. The reason for this difference is that the studio UI displays curated and custom environments on separate tabs, so the prefix isn't necessary. The CLI and SDK do not have this separation, so the prefix is used to differentiate between curated and custom environments.
81
+
> When you work with curated environments in the CLI or SDK, the environment name begins with `AzureML-` followed by the name of the curated environment. When you use the Azure Machine Learning studio, they don't have this prefix. The reason for this difference is that the studio UI displays curated and custom environments on separate tabs, so the prefix isn't necessary. The CLI and SDK don't have this separation, so the prefix is used to differentiate between curated and custom environments.
> Archiving an environment's version does not delete the cached image in the container registry. If you wish to delete the cached image associated with a specific environment, you can use the command [az acr repository delete](/cli/azure/acr/repository?view=azure-cli-latest#az-acr-repository-delete) on the environment's associated repository.
298
+
> Archiving an environment's version doesn't delete the cached image in the container registry. If you wish to delete the cached image associated with a specific environment, you can use the command [az acr repository delete](/cli/azure/acr/repository?view=azure-cli-latest#az-acr-repository-delete) on the environment's associated repository.
0 commit comments