Skip to content

Commit cd42516

Browse files
author
Larry Franks
committed
incorporating feedback
1 parent ccca696 commit cd42516

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/machine-learning/how-to-deploy-managed-online-endpoints.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,9 @@ for endpoint in ml_client.online_endpoints.list():
733733

734734
# [ARM template](#tab/arm)
735735

736+
> [!TIP]
737+
> While templates are useful for deploying resources, they can't be used to list, show, or invoke resources.
738+
736739
The `show` command contains information in `provisioning_status` for endpoint and deployment:
737740

738741
::: code language="azurecli" source="~/azureml-examples-main/cli/deploy-managed-online-endpoint.sh" ID="get_status" :::
@@ -776,6 +779,9 @@ ml_client.online_deployments.get_logs(
776779

777780
# [ARM template](#tab/arm)
778781

782+
> [!TIP]
783+
> While templates are useful for deploying resources, they can't be used to list, show, or invoke resources.
784+
779785
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-managed-online-endpoint.sh" ID="get_logs" :::
780786

781787
By default, logs are pulled from inference-server. To see the logs from storage-initializer (it mounts assets like model and code to the container), add the `--container storage-initializer` flag.
@@ -831,6 +837,9 @@ ml_client.online_endpoints.invoke(
831837

832838
# [ARM template](#tab/arm)
833839

840+
> [!TIP]
841+
> While templates are useful for deploying resources, they can't be used to list, show, or invoke resources.
842+
834843
You can use either the `invoke` command or a REST client of your choice to invoke the endpoint and score some data:
835844

836845
```azurecli

0 commit comments

Comments
 (0)