Skip to content

Commit c30a0db

Browse files
committed
Edit content
1 parent 6e2a16b commit c30a0db

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

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

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ In this article you learn how to:
3535
3636
## Prerequisites
3737

38-
- Deploy an Azure Machine Learning online endpoint.
39-
- You must have at least [Reader access](/azure/role-based-access-control/role-assignments-portal) on the endpoint.
38+
- An Azure Machine Learning online endpoint.
39+
- At least [Reader access](/azure/role-based-access-control/role-assignments-portal) on the endpoint.
4040

4141
## Metrics
4242

43-
You can view metrics pages for online endpoints or deployments in the Azure portal. An easy way to access these metrics pages is through links available in the Azure Machine Learning studio user interface—specifically in the **Details** tab of an endpoint's page. Following these links will take you to the exact metrics page in the Azure portal for the endpoint or deployment. Alternatively, you can also go into the Azure portal to search for the metrics page for the endpoint or deployment.
43+
In the Azure portal, you can view metrics pages for online endpoints or deployments. An easy way to access these metrics pages is through links that are available in the Azure Machine Learning studio user interface. You can find these links in the **Details** tab of an endpoint's page. These links lead to the metrics page in the Azure portal for the endpoint or deployment. Alternatively, you can also go to the Azure portal and search for the metrics page for the endpoint or deployment.
4444

45-
To access the metrics pages through links available in the studio:
45+
To access the metrics pages through links that are available in the studio, take the following steps:
4646

4747
1. In [Azure Machine Learning studio](https://ml.azure.com), go to your workspace.
4848

@@ -62,7 +62,7 @@ To access the metrics pages through links available in the studio:
6262

6363
The deployment's metrics page opens in the Azure portal.
6464

65-
To access metrics directly from the Azure portal:
65+
To access metrics directly from the Azure portal, take the following steps:
6666

6767
1. Go to the [Azure portal](https://portal.azure.com).
6868

@@ -76,7 +76,7 @@ To access metrics directly from the Azure portal:
7676

7777
### Available metrics
7878

79-
Depending on the resource that you select, the metrics that you see will be different. Metrics are scoped differently for online endpoints and online deployments.
79+
The metrics that you see depend on the resource that you select. Metrics are scoped differently for online endpoints and online deployments.
8080

8181
#### Metrics at endpoint scope
8282

@@ -104,7 +104,7 @@ You can create custom dashboards and visualize metrics from multiple sources in
104104

105105
#### Create alerts
106106

107-
You can also create custom alerts to notify you of important status updates to your online endpoint:
107+
You can also create custom alerts so you can receive notifications about important status updates to your online endpoint:
108108

109109
1. In the Azure portal, go to a metrics page, and then select **New alert rule**.
110110

@@ -159,9 +159,9 @@ There are three logs that you can turn on for online endpoints:
159159
### Turn logs on or off
160160

161161
> [!IMPORTANT]
162-
> Logging uses Azure Log Analytics. If you do not currently have a Log Analytics workspace, you can create one using the steps in [Create a Log Analytics workspace in the Azure portal](/azure/azure-monitor/logs/quick-create-workspace#create-a-workspace).
162+
> Logging uses Azure Log Analytics. If you don't currently have a Log Analytics workspace, you can create one by using the steps in [Create a Log Analytics workspace in the Azure portal](/azure/azure-monitor/logs/quick-create-workspace#create-a-workspace).
163163
164-
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your endpoint and then select the endpoint.
164+
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your endpoint, and then select the endpoint.
165165

166166
1. Under **Monitoring**, select **Diagnostic settings**, and then select **Add diagnostic setting**.
167167

@@ -181,7 +181,9 @@ There are three logs that you can turn on for online endpoints:
181181

182182
1. Submit scoring requests to the endpoint to create entries in the logs.
183183

184-
1. From either the online endpoint properties or the Log Analytics workspace, select **Logs** from the left of the screen.
184+
1. Go to the Azure portal, and then use one of the following options to open the logs:
185+
- Go to the properties page for your online endpoint. Under **Monitoring**, select **Logs**.
186+
- Go to your Log Analytics workspace. On the left, select **Logs**.
185187

186188
1. Close the **Queries hub** window that automatically opens.
187189

@@ -197,11 +199,11 @@ There are three logs that you can turn on for online endpoints:
197199

198200
Example queries are available for you to use. Take the following steps to view them:
199201

200-
1. On the Logs page, select **Queries** to open the Queries tab.
202+
1. On the Logs page, select **Queries**.
201203

202204
1. In the search box, enter **Online endpoint**.
203205

204-
:::image type="content" source="./media/how-to-monitor-online-endpoints/example-queries.png" alt-text="Screenshot of the example queries.":::
206+
:::image type="content" source="./media/how-to-monitor-online-endpoints/example-queries.png" alt-text="Screenshot of the Queries tab of the Azure portal Logs page. Two example queries are visible, and the Queries tab and the search box are highlighted.":::
205207

206208
### Log column details
207209

@@ -219,17 +221,19 @@ The following tables provide detailed information about the data that's stored i
219221

220222
[!INCLUDE [endpoint-monitor-event-reference](includes/endpoint-monitor-event-reference.md)]
221223

224+
## Use Application Insights
222225

223-
## Using Application Insights
226+
Curated environments include integration with Application Insights. Through this integration, built-in metrics and logs are sent to Application Insights. You can then use Application Insights built-in features, such as live metrics, transaction search, failures, and performance, for further analysis.
224227

225-
Curated environments include integration with Application Insights, and you can enable or disable this integration when you create an online deployment. Built-in metrics and logs are sent to Application Insights, and you can use the built-in features of Application Insights (such as Live metrics, Transaction search, Failures, and Performance) for further analysis.
228+
For more information, see [Application Insights overview](/azure/azure-monitor/app/app-insights-overview).
226229

227-
See [Application Insights overview](/azure/azure-monitor/app/app-insights-overview) for more.
230+
You can turn on integration with Application Insights when you create an online deployment in the studio. On the Deployment page, under **Application Insights diagnostics**, select **Enabled**.
228231

229-
In the studio, you can use the **Monitoring** tab on an online endpoint's page to see high-level activity monitor graphs for the managed online endpoint. To use the monitoring tab, you must select **Enable Application Insight diagnostic and data collection** when you create your endpoint.
232+
:::image type="content" source="media/how-to-monitor-online-endpoints/turn-on-application-insights-diagnostics.png" lightbox="media/how-to-monitor-online-endpoints/turn-on-application-insights-diagnostics.png" alt-text="Screenshot of the studio Deployment page when a user creates an online endpoint. The Application Insights diagnostics setting is highlighted.":::
230233

231-
:::image type="content" source="media/how-to-monitor-online-endpoints/monitor-endpoint.png" lightbox="media/how-to-monitor-online-endpoints/monitor-endpoint.png" alt-text="A screenshot of monitoring endpoint-level metrics in the studio.":::
234+
When you turn on Application Insights, you can see high-level activity monitor graphs for a managed online endpoint. In the studio, go to the endpoint's page, and then select the **Monitoring** tab.
232235

236+
:::image type="content" source="media/how-to-monitor-online-endpoints/monitor-endpoint.png" lightbox="media/how-to-monitor-online-endpoints/monitor-endpoint.png" alt-text="Screenshot of the Monitoring tab on a studio endpoint page. The Monitoring tab is highlighted. A chart shows requests per minute to the endpoint.":::
233237

234238
## Related content
235239

-9.53 KB
Loading
-147 KB
Loading
51.1 KB
Loading

0 commit comments

Comments
 (0)