Skip to content

Commit 5006261

Browse files
committed
Fix warnings
1 parent 4f9f867 commit 5006261

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-deploy-online-endpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ For registration, you can extract the YAML definitions of `model` and `environme
646646
az ml environment create -n my-env -v 1 -f endpoints/online/managed/sample/environment.yml
647647
```
648648

649-
For more information on registering your model as an asset, see [Register a model by using the Azure CLI or Python SDK](how-to-manage-models.md#register-a-model-by-using-the-azure-cli-or-python-sdk). For more information on creating an environment, see [Create a custom environment](how-to-manage-environments-v2.md#create-a-custom-environment).
649+
For more information on registering your model as an asset, see [Register a model by using the Azure CLI or Python SDK](how-to-manage-models.md#register-your-model-as-an-asset-in-machine-learning-by-using-the-cli). For more information on creating an environment, see [Create a custom environment](how-to-manage-environments-v2.md#create-a-custom-environment).
650650

651651
# [Python SDK](#tab/python)
652652

@@ -679,7 +679,7 @@ For more information on registering your model as an asset, see [Register a mode
679679
ml_client.environments.create_or_update(env_docker_conda)
680680
```
681681

682-
To learn how to register your model as an asset so that you can specify its registered name and version during deployment, see [Register a model by using the Azure CLI or Python SDK](how-to-manage-models.mdregister-a-model-by-using-the-azure-cli-or-python-sdk).
682+
To learn how to register your model as an asset so that you can specify its registered name and version during deployment, see [Register a model by using the Azure CLI or Python SDK](how-to-manage-models.md#register-your-model-as-an-asset-in-machine-learning-by-using-the-cli).
683683

684684
For more information on creating an environment, see [Create a custom environment](how-to-manage-environments-v2.md#create-a-custom-environment).
685685

@@ -1244,7 +1244,7 @@ If you aren't going use the endpoint and deployment, you should delete them. By
12441244
1. Select an endpoint by checking the circle next to the model name.
12451245
1. Select **Delete**.
12461246

1247-
Alternatively, you can delete a managed online endpoint directly by selecting the **Delete** icon in the [endpoint details page](#view-managed-online-endpoints).
1247+
Alternatively, you can delete a managed online endpoint directly by selecting the **Delete** icon in the [endpoint details page](#check-the-status-of-the-endpoint).
12481248

12491249
# [ARM template](#tab/arm)
12501250

0 commit comments

Comments
 (0)