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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-deploy-online-endpoints.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -646,7 +646,7 @@ For registration, you can extract the YAML definitions of `model` and `environme
646
646
az ml environment create -n my-env -v 1 -f endpoints/online/managed/sample/environment.yml
647
647
```
648
648
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).
650
650
651
651
# [Python SDK](#tab/python)
652
652
@@ -679,7 +679,7 @@ For more information on registering your model as an asset, see [Register a mode
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).
683
683
684
684
For more information on creating an environment, see [Create a custom environment](how-to-manage-environments-v2.md#create-a-custom-environment).
685
685
@@ -1244,7 +1244,7 @@ If you aren't going use the endpoint and deployment, you should delete them. By
1244
1244
1. Select an endpoint by checking the circle next to the model name.
1245
1245
1. Select **Delete**.
1246
1246
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).
0 commit comments