Skip to content

Commit 0c7ab4e

Browse files
msakandedem108
andauthored
Update articles/machine-learning/how-to-safely-rollout-online-endpoints.md
Co-authored-by: SeokJin Han <[email protected]>
1 parent fa6bdff commit 0c7ab4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ Mirroring has the following limitations:
581581
Also note the following behaviors:
582582

583583
* A deployment can be configured to receive only live traffic or mirrored traffic, not both.
584-
* When you invoke an endpoint, you can specify the name of any of its deploymentseven a shadow deploymentto receive incoming traffic.
584+
* When you invoke an endpoint, you can specify the name of any of its deploymentseven a shadow deploymentto return the prediction.
585585
* When you invoke an endpoint with the name of the deployment that will receive incoming traffic, Azure Machine Learning won't mirror traffic to the shadow deployment. Azure Machine Learning mirrors traffic to the shadow deployment from traffic sent to the endpoint when you don't specify a deployment.
586586

587587
Now, let's set the green deployment to receive 10% of mirrored traffic. Clients will still receive predictions from the blue deployment only.

0 commit comments

Comments
 (0)