Skip to content

Commit b3243bd

Browse files
authored
Update how-to-safely-rollout-managed-endpoints.md
1 parent ef8ade3 commit b3243bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ az ml online-endpoint update --name $ENDPOINT_NAME --mirror-traffic "green=10"
127127
> Also note the following behavior:
128128
> * A deployment can only be set to live or mirror traffic, not both.
129129
> * You can send traffic directly to the mirror deployment by specifying the deployment set for mirror traffic.
130-
> * You can send traffic directly to the live deployment by specifying the deployment set for live traffic, but in this case the traffic won't be mirrored to the mirror deployment. Mirror traffic is routed from traffic sent to endpoint without specifying the deployment.
130+
> * You can send traffic directly to a live deployment by specifying the deployment set for live traffic, but in this case the traffic won't be mirrored to the mirror deployment. Mirror traffic is routed from traffic sent to endpoint without specifying the deployment.
131131
132132
:::image type="content" source="./media/how-to-safely-rollout-managed-endpoints/endpoint-concept-mirror.png" alt-text="Diagram showing 10% traffic mirrored to one deployment.":::
133133

0 commit comments

Comments
 (0)