Skip to content

Commit 624df14

Browse files
committed
fix invalid link warning
1 parent b7a2970 commit 624df14

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/machine-learning/how-to-share-models-pipelines-across-workspaces-with-registries.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -587,10 +587,7 @@ The following screenshot shows a model in a registry in AzureML studio. If you c
587587
588588
In the last section, you'll deploy a model from registry to an online endpoint in a workspace. You can choose to deploy any workspace you have access to in your organization, provided the location of the workspace is one of the locations supported by the registry. This capability is helpful if you trained a model in a `dev` workspace and now need to deploy the model to `test` or `prod` workspace, while preserving the lineage information around the code, environment and data used to train the model.
589589
590-
Online endpoints let you deploy model and submit inference requests through the REST APIs. For more information, see the following articles:
591-
592-
* [Deploy an ML model with an online endpoint (CLI)](how-to-deploy-online-endpoints.md)
593-
* [Deploy an ML model with an online endpoint (SDK)](how-to-deploy-online-endpoint-sdk-v2.md)
590+
Online endpoints let you deploy models and submit inference requests through the REST APIs. For more information, see [How to deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md).
594591
595592
# [Azure CLI](#tab/cli)
596593

0 commit comments

Comments
 (0)