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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,10 +356,10 @@ One way to create a managed online endpoint in the studio is from the **Models**
356
356
* Name the deployment "blue".
357
357
* Check the box for __Enable Application Insights diagnostics and data collection__ to allow you to view graphs of your endpoint's activities in the studio later.
358
358
359
-
1. Select __Next__ to go to the "Environment" page. Here, select the following options:
359
+
1. Select __Next__ to go to the "Environment" page. Here, perform following steps:
360
360
361
-
*__Select scoring file and dependencies__: Browse and select the `\azureml-examples\cli\endpoints\online\model-1\onlinescoring\score.py` file from the repo you cloned or downloaded earlier.
362
-
*__Choose an environment__ section: Select the **Scikit-learn 0.24.1** curated environment.
361
+
*In the "Select scoring file and dependencies" box, browse and select the `\azureml-examples\cli\endpoints\online\model-1\onlinescoring\score.py` file from the repo you cloned or downloaded earlier.
362
+
*Start typing `sklearn` in the search box above the list of environments, and select the **AzureML-sklearn-0.24** curated environment.
363
363
364
364
1. Select __Next__ to go to the "Compute" page. Here, keep the default selection for the virtual machine "Standard_DS3_v2" and change the __Instance count__ to 1.
365
365
1. Select __Next__, to accept the default traffic allocation (100%) to the blue deployment.
@@ -529,9 +529,9 @@ From the **Endpoint details page**
529
529
1. Select **Next** to go to the "Deployment" page and perform the following tasks:
530
530
1. Name the deployment "green".
531
531
1. Enable application insights diagnostics and data collection.
532
-
1. Select __Next__ to go to the "Environment" page. Here, select the following options:
533
-
*__Select scoring file and dependencies__: Browse and select the `\azureml-examples\cli\endpoints\online\model-2\onlinescoring\score.py` file from the repo you cloned or downloaded earlier.
534
-
*__Choose an environment__ section: Select the **Scikit-learn 0.24.1** curated environment.
532
+
1. Select __Next__ to go to the "Environment" page. Here, perform following steps:
533
+
*In the "Select scoring file and dependencies" box, browse and select the `\azureml-examples\cli\endpoints\online\model-2\onlinescoring\score.py` file from the repo you cloned or downloaded earlier.
534
+
*Start typing `sklearn` in the search box above the list of environments, and select the **AzureML-sklearn-0.24** curated environment.
535
535
1. Select __Next__ to go to the "Compute" page. Here, keep the default selection for the virtual machine "Standard_DS3_v2" and change the __Instance count__ to 1.
536
536
1. Select __Next__ to go to the "Traffic" page. Here, keep the default traffic allocation to the deployments (100% traffic to "blue" and 0% traffic to "green").
537
537
1. Select __Next__ to review your deployment settings.
0 commit comments