Skip to content

Commit 3b9f6f0

Browse files
Merge pull request #232507 from msakande/safe-rollout-update-screenshot
updating screenshots
2 parents c948669 + bd26de2 commit 3b9f6f0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,10 @@ One way to create a managed online endpoint in the studio is from the **Models**
356356
* Name the deployment "blue".
357357
* 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.
358358

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:
360360

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.
363363

364364
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.
365365
1. Select __Next__, to accept the default traffic allocation (100%) to the blue deployment.
@@ -529,9 +529,9 @@ From the **Endpoint details page**
529529
1. Select **Next** to go to the "Deployment" page and perform the following tasks:
530530
1. Name the deployment "green".
531531
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.
535535
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.
536536
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").
537537
1. Select __Next__ to review your deployment settings.
-3.92 KB
Loading
4.88 KB
Loading

0 commit comments

Comments
 (0)