Skip to content

Commit 562ccc0

Browse files
Merge pull request #219509 from shohei1029/patch-7
add TIP to describe how to specify a deployment to be routed
2 parents e0b42a4 + b4462c7 commit 562ccc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,9 @@ Also note the following behavior:
361361
* You can send traffic directly to the mirror deployment by specifying the deployment set for mirror traffic.
362362
* 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.
363363

364+
> [!TIP]
365+
> You can use `--deployment-name` option [for CLI v2](/cli/azure/ml/online-endpoint#az-ml-online-endpoint-invoke-optional-parameters), or `deployment_name` option [for SDK v2](/python/api/azure-ai-ml/azure.ai.ml.operations.onlineendpointoperations#azure-ai-ml-operations-onlineendpointoperations-invoke) to specify the deployment to be routed to.
366+
364367
:::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.":::
365368

366369
# [Azure CLI](#tab/azure-cli)
@@ -463,4 +466,4 @@ If you aren't going use the deployment, you should delete it with:
463466
- [View costs for an Azure Machine Learning managed online endpoint](how-to-view-online-endpoints-costs.md)
464467
- [Managed online endpoints SKU list](reference-managed-online-endpoints-vm-sku-list.md)
465468
- [Troubleshooting online endpoints deployment and scoring](how-to-troubleshoot-managed-online-endpoints.md)
466-
- [Online endpoint YAML reference](reference-yaml-endpoint-online.md)
469+
- [Online endpoint YAML reference](reference-yaml-endpoint-online.md)

0 commit comments

Comments
 (0)