Skip to content

Commit 0d30c50

Browse files
committed
adding screenshot to show disabled mirroring
1 parent ee55cca commit 0d30c50

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,20 +636,21 @@ To mirror 10% of the traffic to the `green` deployment:
636636
1. Select the **green** deployment in the "Deployment name" dropdown menu.
637637
1. Keep the default traffic allocation of 10%.
638638
1. Select **Update**.
639-
639+
640640
:::image type="content" source="media/how-to-safely-rollout-managed-endpoints/mirror-traffic-to-green-deployment.png" alt-text="Screenshot showing how to mirror a percentage of traffic to the green deployment." lightbox="media/how-to-safely-rollout-managed-endpoints/mirror-traffic-to-green-deployment.png":::
641641

642642
The endpoint details page now shows mirrored traffic allocation of 10% to the `green` deployment.
643643

644644
:::image type="content" source="media/how-to-safely-rollout-managed-endpoints/endpoint-details-showing-mirrored-traffic-allocation.png" alt-text="Endpoint details page showing mirrored traffic allocation in the deployment summary." lightbox="media/how-to-safely-rollout-managed-endpoints/endpoint-details-showing-mirrored-traffic-allocation.png":::
645645

646-
<!-- M.A.: Invoke the endpoint several times and confirm that the specific percentage of traffic was mirrored to the green deployment -->
647-
648-
After testing, you can disable mirroring:
646+
Now, when you send requests to the endpoint's URI, 10% of those requests will be routed to the `green` deployment. After testing, you can disable mirroring:
649647

650648
1. From the endpoint Details page, Select **Update traffic**.
651649
1. Slide the button next to **Enable mirrored traffic (Preview)** again to disable mirrored traffic.
652650
1. Select **Update**.
651+
652+
:::image type="content" source="media/how-to-safely-rollout-managed-endpoints/endpoint-details-showing-disabled-mirrored-traffic.png" alt-text="Endpoint details page showing no mirrored traffic in the deployment summary." lightbox="media/how-to-safely-rollout-managed-endpoints/endpoint-details-showing-disabled-mirrored-traffic.png":::
653+
653654
---
654655

655656
## Allocate a small percentage of live traffic to the new deployment
Loading

0 commit comments

Comments
 (0)