You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To see log output from container, use the **Endpoints** in the studio:
163
+
To see log output from a container, use the **Endpoints** in the studio:
164
164
165
165
1. In the left navigation bar, select Endpoints.
166
-
1. (Optional) Create a Filter on Compute type to show only Managed compute types.
167
-
1. Select an endpoint name to view the endpoint detail page.
168
-
1. Select the **Deployment logs** tab in the endpoint's detail page.
169
-
1.User the dropdown to select the deployment you want to see the log.
166
+
1. (Optional) Create a filter on compute type to show only managed compute types.
167
+
1. Select an endpoint's name to view the endpoint's details page.
168
+
1. Select the **Deployment logs** tab in the endpoint's details page.
169
+
1.Use the dropdown to select the deployment whose log you want to see.
170
170
171
171
:::image type="content" source="media/how-to-troubleshoot-online-endpoints/deployment-logs.png" lightbox="media/how-to-troubleshoot-online-endpoints/deployment-logs.png" alt-text="A screenshot of observing deployment logs in the studio.":::
172
172
@@ -314,9 +314,9 @@ Use the **Endpoints** in the studio:
314
314
315
315
1. In the left navigation bar, select **Endpoints**.
316
316
1. (Optional) Create a filter on compute type to show only managed compute types.
317
-
1. Select an endpoint name to view the endpoint detail page.
318
-
1. Select the **Deployment logs** tab in the endpoint's detail page.
319
-
1.User the dropdown to select the deployment you want to see the log.
317
+
1. Select an endpoint name to view the endpoint's details page.
318
+
1. Select the **Deployment logs** tab in the endpoint's details page.
319
+
1.Use the dropdown to select the deployment whose log you want to see.
320
320
321
321
---
322
322
@@ -370,7 +370,7 @@ For example, if image is `testacr.azurecr.io/azureml/azureml_92a029f831ce58d2ed0
370
370
371
371
#### Unable to download user model
372
372
373
-
It is possible that the user model can't be found. Check [container logs](#get-container-logs) to get more details.
373
+
It is possible that the user's model can't be found. Check [container logs](#get-container-logs) to get more details.
374
374
375
375
Make sure the model is registered to the same workspace as the deployment. To show details for a model in a workspace:
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-use-managed-online-endpoint-studio.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,11 +109,11 @@ To use the monitoring tab, you must select "**Enable Application Insight diagnos
109
109
110
110
:::image type="content" source="media/how-to-create-managed-online-endpoint-studio/monitor-endpoint.png" lightbox="media/how-to-create-managed-online-endpoint-studio/monitor-endpoint.png" alt-text="A screenshot of monitoring endpoint-level metrics in the studio.":::
111
111
112
-
For more information on how viewing other monitors and alerts, see [How to monitor managed online endpoints](how-to-monitor-online-endpoints.md).
112
+
For more information on viewing other monitors and alerts, see [How to monitor managed online endpoints](how-to-monitor-online-endpoints.md).
113
113
114
114
### Deployment logs
115
115
116
-
You can get logs from the containers that are running on the VM where the model is deployed. The amount of information depends on the provisioning status of the deployment. If the specified container is up and running you'll see its console output, otherwise you'll get a message to try again later.
116
+
You can get logs from the containers that are running on the VM where the model is deployed. The amount of information you get depends on the provisioning status of the deployment. If the specified container is up and running, you'll see its console output; otherwise, you'll get a message to try again later.
117
117
118
118
Use the **Deployment logs** tabs in the endpoint's details page to see log output from container.
0 commit comments