Skip to content

Commit 97ca03e

Browse files
authored
update subtitle to include shadow, remove preview
1 parent 6e71c8b commit 97ca03e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@ Though `green` has 0% of traffic allocated, you can still invoke the endpoint an
318318

319319
---
320320

321-
## Test the deployment with mirrored traffic (preview)
321+
## Shadow test the deployment with mirrored traffic
322322
[!INCLUDE [preview disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
323323

324-
Once you've tested your `green` deployment, you can copy (or 'mirror') a percentage of the live traffic to it. Mirroring traffic doesn't change results returned to clients. Requests still flow 100% to the `blue` deployment. The mirrored percentage of the traffic is copied and submitted to the `green` deployment so you can gather metrics and logging without impacting your clients. Mirroring is useful when you want to validate a new deployment without impacting clients. For example, to check if latency is within acceptable bounds and that there are no HTTP errors.
324+
Once you've tested your `green` deployment, you can copy (or 'mirror') a percentage of the live traffic to it. Mirroring traffic doesn't change results returned to clients. Requests still flow 100% to the `blue` deployment. The mirrored percentage of the traffic is copied and submitted to the `green` deployment so you can gather metrics and logging without impacting your clients. Mirroring is useful when you want to validate a new deployment without impacting clients. For example, to check if latency is within acceptable bounds and that there are no HTTP errors. This kind of testing scenario is also known as shadow testing.
325325

326326
> [!WARNING]
327327
> Mirroring traffic uses your [endpoint bandwidth quota](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints) (default 5 MBPS). Your endpoint bandwidth will be throttled if you exceed the allocated quota. For information on monitoring bandwidth throttling, see [Monitor managed online endpoints](how-to-monitor-online-endpoints.md#metrics-at-endpoint-scope).
@@ -463,4 +463,4 @@ If you aren't going use the deployment, you should delete it with:
463463
- [View costs for an Azure Machine Learning managed online endpoint](how-to-view-online-endpoints-costs.md)
464464
- [Managed online endpoints SKU list](reference-managed-online-endpoints-vm-sku-list.md)
465465
- [Troubleshooting online endpoints deployment and scoring](how-to-troubleshoot-managed-online-endpoints.md)
466-
- [Online endpoint YAML reference](reference-yaml-endpoint-online.md)
466+
- [Online endpoint YAML reference](reference-yaml-endpoint-online.md)

0 commit comments

Comments
 (0)