Skip to content

Commit 4a9c85b

Browse files
committed
freshness
1 parent 1092379 commit 4a9c85b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/how-to-manage-environments-v2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: how-to
88
author: Blackmist
99
ms.author: larryfr
1010
ms.reviewer: osiotugo
11-
ms.date: 04/19/2024
11+
ms.date: 04/04/2025
1212
ms.custom: devx-track-azurecli, devplatv2, devx-track-python
1313
---
1414

@@ -39,12 +39,12 @@ To run the training examples, first clone the examples repository. For the CLI e
3939
git clone --depth 1 https://github.com/Azure/azureml-examples
4040
```
4141

42-
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.
4343

4444
### Connect to the workspace
4545

4646
> [!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.
4848
4949
# [Azure CLI](#tab/cli)
5050

@@ -78,7 +78,7 @@ You can use these curated environments out of the box for training or deployment
7878
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`.
7979

8080
> [!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.
8282
8383
## Create a custom environment
8484

@@ -295,7 +295,7 @@ ml_client.environments.archive(name="docker-image-example", version="1")
295295
---
296296

297297
> [!IMPORTANT]
298-
> 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.
299299
300300

301301
## Use environments for training

0 commit comments

Comments
 (0)