Skip to content

Commit 4071534

Browse files
committed
Address PR comments
1 parent 3eed7f3 commit 4071534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ One way to confirm your existing deployment is to invoke your endpoint so that i
427427

428428
When you invoke an endpoint, you can specify the name of a deployment that you want to receive traffic. In this case, Azure Machine Learning routes the endpoint traffic directly to the specified deployment and returns its output. You can use the `--deployment-name` option [for the Azure Machine Learning CLI v2](/cli/azure/ml/online-endpoint#az-ml-online-endpoint-invoke-optional-parameters), or the `deployment_name` option [for the Python SDK v2](/python/api/azure-ai-ml/azure.ai.ml.operations.onlineendpointoperations#azure-ai-ml-operations-onlineendpointoperations-invoke) to specify the deployment.
429429

430-
### Invoke an endpoint without specifying a deployment
430+
### Invoke the endpoint without specifying a deployment
431431

432432
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

@@ -858,7 +858,7 @@ Alternatively, you can delete a managed online endpoint directly in the endpoint
858858

859859
## Related content
860860

861-
- [Online endpoint samples](https://github.com/Azure/azureml-examples/tree/v2samplesreorg/sdk/python/endpoints)
862861
- [Deploy models with REST](how-to-deploy-with-rest.md)
862+
- [Online endpoint samples](https://github.com/Azure/azureml-examples/tree/v2samplesreorg/sdk/python/endpoints)
863863
- [Use network isolation with managed online endpoints](how-to-secure-online-endpoint.md)
864864
- [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)