Skip to content

Commit 6a69ace

Browse files
Merge pull request #210973 from shohei1029/patch-3
Update how-to-safely-rollout-managed-endpoints-sdk-v2.md
2 parents ca7ba43 + c3e3c92 commit 6a69ace

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,13 @@ ml_client.begin_create_or_update(endpoint)
287287
> [!IMPORTANT]
288288
> Mirroring has the following limitations:
289289
> * You can only mirror traffic to one deployment.
290-
> * A deployment can only be set to live or mirror traffic, not both.
291290
> * Mirrored traffic is not currently supported with K8s.
292291
> * The maximum mirrored traffic you can configure is 50%. This limit is to reduce the impact on your endpoint bandwidth quota.
292+
>
293+
> Also note the following behavior:
294+
> * A deployment can only be set to live or mirror traffic, not both.
295+
> * You can send traffic directly to the mirror deployment by specifying the deployment set for mirror traffic.
296+
> * 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.
293297

294298
:::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.":::
295299

0 commit comments

Comments
 (0)