Skip to content

Commit b27cc82

Browse files
shohei1029msakande
andauthored
Apply suggestions from code review
Co-authored-by: Mope Akande <[email protected]>
1 parent ab33265 commit b27cc82

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@ ml_client.online_deployments.get_logs(
160160

161161
# [Studio](#tab/studio)
162162

163-
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:
164164

165165
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.
170170

171171
:::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.":::
172172

@@ -314,9 +314,9 @@ Use the **Endpoints** in the studio:
314314

315315
1. In the left navigation bar, select **Endpoints**.
316316
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.
320320

321321
---
322322

@@ -370,7 +370,7 @@ For example, if image is `testacr.azurecr.io/azureml/azureml_92a029f831ce58d2ed0
370370

371371
#### Unable to download user model
372372

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.
374374

375375
Make sure the model is registered to the same workspace as the deployment. To show details for a model in a workspace:
376376

@@ -391,12 +391,12 @@ ml_client.models.get(name="<model-name>", version=<version>)
391391
See the **Models** page in the studio:
392392

393393
1. In the left navigation bar, select Models.
394-
1. Select a model name to view the model detail page.
394+
1. Select a model's name to view the model's details page.
395395

396396
---
397397

398398
> [!WARNING]
399-
> You must specify either version or label to get the model information.
399+
> You must specify either version or label to get the model's information.
400400
401401
You can also check if the blobs are present in the workspace storage account.
402402

articles/machine-learning/how-to-use-managed-online-endpoint-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ To use the monitoring tab, you must select "**Enable Application Insight diagnos
109109

110110
:::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.":::
111111

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).
113113

114114
### Deployment logs
115115

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.
117117

118118
Use the **Deployment logs** tabs in the endpoint's details page to see log output from container.
119119

0 commit comments

Comments
 (0)