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-safely-rollout-online-endpoints.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ For information on creating an environment in the studio, see [Create an environ
313
313
314
314
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.
315
315
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:
317
317
318
318
1. Go to the [Azure Machine Learning studio](https://ml.azure.com).
319
319
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
698
698
# [Studio](#tab/azure-studio)
699
699
700
700
> [!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.
702
702
703
703
1. In the endpoint Details page, find the blue deployment.
704
704
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
0 commit comments