Skip to content

Commit dd22ce6

Browse files
committed
fixing broken links and removing article from next steps
1 parent c968fbf commit dd22ce6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/machine-learning/how-to-safely-rollout-online-endpoints.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ For information on creating an environment in the studio, see [Create an environ
313313

314314
Use the Azure Machine Learning studio to create a managed online endpoint directly in your browser. When you create a managed online endpoint in the studio, you must define an initial deployment. You can't create an empty managed online endpoint.
315315

316-
One way to create a managed online endpoint in the studio is from the **Models** page. This method also provides an easy way to add a model to an existing managed online deployment. To deploy the model named `model-1` that you registered previously in the [Register the model](#register-the-model) section:
316+
One way to create a managed online endpoint in the studio is from the **Models** page. This method also provides an easy way to add a model to an existing managed online deployment. To deploy the model named `model-1` that you registered previously in the [Register your model](#register-your-model) section:
317317

318318
1. Go to the [Azure Machine Learning studio](https://ml.azure.com).
319319
1. In the left navigation bar, select the **Models** page.
@@ -698,7 +698,7 @@ Use the following steps to delete an individual deployment from a managed online
698698
# [Studio](#tab/azure-studio)
699699

700700
> [!NOTE]
701-
> You cannot delete a deployment that has traffic allocated to it. You must first [set traffic allocation](#Send-all-traffic-to-your-new-deployment) for the deployment to 0% before deleting it.
701+
> You cannot delete a deployment that has traffic allocated to it. You must first [set traffic allocation](#send-all-traffic-to-your-new-deployment) for the deployment to 0% before deleting it.
702702
703703
1. In the endpoint Details page, find the blue deployment.
704704
1. Select the **delete icon** next to the deployment name.
@@ -735,7 +735,6 @@ Alternatively, you can delete a managed online endpoint directly by selecting th
735735
## Next steps
736736
- [Explore online endpoint samples](https://github.com/Azure/azureml-examples/tree/v2samplesreorg/sdk/python/endpoints)
737737
- [Deploy models with REST](how-to-deploy-with-rest.md)
738-
- [Create and use online endpoints in the studio](how-to-use-managed-online-endpoint-studio.md)
739738
- [Access Azure resources with a online endpoint and managed identity](how-to-access-resources-from-endpoints-managed-identities.md)
740739
- [Monitor managed online endpoints](how-to-monitor-online-endpoints.md)
741740
- [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints)

0 commit comments

Comments
 (0)