Skip to content

Commit 8cc5d04

Browse files
authored
Merge pull request #203102 from Blackmist/patch-40
updating to point to new article on managing/registering models.
2 parents 1e1597c + 8a4698e commit 8cc5d04

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/machine-learning/concept-model-management-and-deployment.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,11 @@ Registered models are identified by name and version. Each time you register a m
7575
> [!TIP]
7676
> You can also register models trained outside Machine Learning.
7777
78-
You can't delete a registered model that's being used in an active deployment.
79-
For more information, see the "Register model" section of [Deploy models](how-to-deploy-and-where.md#registermodel).
80-
8178
> [!IMPORTANT]
82-
> When you use the **Filter by** `Tags` option on the **Models** page of Azure Machine Learning Studio, instead of using `TagName : TagValue`, use `TagName=TagValue` without spaces.
79+
> * When you use the **Filter by** `Tags` option on the **Models** page of Azure Machine Learning Studio, instead of using `TagName : TagValue`, use `TagName=TagValue` without spaces.
80+
> * You can't delete a registered model that's being used in an active deployment.
8381
82+
For more information, [Work with models in Azure Machine Learning](how-to-manage-models.md).
8483

8584
### Package and debug models
8685

0 commit comments

Comments
 (0)