Skip to content

Commit 3eed7f3

Browse files
committed
Address PR comments
1 parent 41ee531 commit 3eed7f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: mlops
88
author: msakande
99
ms.author: mopeakande
1010
ms.reviewer: sehan
11-
ms.date: 02/18/2025
11+
ms.date: 03/05/2025
1212
ms.topic: how-to
1313
ms.custom: how-to, devplatv2, cliv2, sdkv2, update-code
1414
# customer intent: As a developer, I want to see how to use a blue-green deployment strategy in Azure Machine Learning so that I can roll out a new version of a machine learning model without causing disruption.
@@ -429,7 +429,7 @@ When you invoke an endpoint, you can specify the name of a deployment that you w
429429

430430
### Invoke an endpoint without specifying a deployment
431431

432-
If you invoke an endpoint without specifying the deployment that you want to receive traffic, Azure Machine Learning routes the endpoint's incoming traffic to the deployments in the endpoint based on traffic control settings.
432+
If you invoke the endpoint without specifying the deployment that you want to receive traffic, Azure Machine Learning routes the endpoint's incoming traffic to the deployments in the endpoint based on traffic control settings.
433433

434434
Traffic control settings allocate specified percentages of incoming traffic to each deployment in the endpoint. For example, if your traffic rules specify that a particular deployment in your endpoint should receive incoming traffic 40 percent of the time, Azure Machine Learning routes 40 percent of the endpoint traffic to that deployment.
435435

@@ -859,5 +859,6 @@ Alternatively, you can delete a managed online endpoint directly in the endpoint
859859
## Related content
860860

861861
- [Online endpoint samples](https://github.com/Azure/azureml-examples/tree/v2samplesreorg/sdk/python/endpoints)
862+
- [Deploy models with REST](how-to-deploy-with-rest.md)
862863
- [Use network isolation with managed online endpoints](how-to-secure-online-endpoint.md)
863864
- [Access Azure resources from an online endpoint with a managed identity](how-to-access-resources-from-endpoints-managed-identities.md)

0 commit comments

Comments
 (0)