Skip to content

Commit 23bb435

Browse files
author
Larry Franks
committed
images & fixing links
1 parent 26fee0a commit 23bb435

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Autoscale automatically runs the right amount of resources to handle the load on
320320
321321
### (Optional) Monitor SLA by using Azure Monitor
322322
323-
To view metrics and set alerts based on your SLA, complete the steps that are described in [Monitor managed online endpoints](how-to-monitor-online-endpoints.md#monitor).
323+
To view metrics and set alerts based on your SLA, complete the steps that are described in [Monitor managed online endpoints](how-to-monitor-online-endpoints.md).
324324
325325
### (Optional) Integrate with Log Analytics
326326

articles/machine-learning/how-to-manage-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Azure Machine Learning managed online endpoints have limits described in the fol
121121

122122
<sup>3</sup> If you request a limit increase, be sure to calculate related limit increases you might need. For example, if you request a limit increase for requests per second, you might also want to compute the required connections and bandwidth limits and include these limit increases in the same request.
123123

124-
To determine the current usage for an endpoint, [view the metrics](how-to-monitor-online-endpoints.md#view-metrics).
124+
To determine the current usage for an endpoint, [view the metrics](how-to-monitor-online-endpoints.md#metrics).
125125

126126
To request an exception from the Azure Machine Learning product team, use the steps in the [Request quota increases](#request-quota-increases) section and provide the following information:
127127

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: machine-learning
77
ms.author: larryfr
88
author: blackmist
99
ms.subservice: mlops
10-
ms.date: 06/24/2022
10+
ms.date: 06/27/2022
1111
ms.topic: conceptual
1212
ms.custom: how-to, devplatv2, event-tier1-build-2022
1313
---
@@ -149,27 +149,26 @@ There are three logs that can be enabled for online endpoints:
149149
1. From the **Monitoring** section on the left of the page, select **Diagnostic settings** and then **Add settings**.
150150
1. Select the log categories to enable, select **Send to Log Analytics workspace**, and then select the Log Analytics workspace to use. Finally, enter a **Diagnostic setting name** and select **Save**.
151151

152-
:::image type="content" source="{source}" alt-text="{alt-text}":::
152+
:::image type="content" source="./media/how-to-monitor-online-endpoints/diagnostic-settings.png" alt-text="Screenshot of the diagnostic settings dialog.":::
153153

154154
> [!IMPORTANT]
155155
> It may take up to an hour for the connection to the Log Analytics workspace to be enabled. Wait an hour before continuing with the next steps.
156156
157157
1. Submit scoring requests to the endpoint. This activity should create entries in the logs.
158-
1. Open the Log Analytics workspace and select **Logs** from the left of the screen.
158+
1. From either the online endpoint properties or the Log Analytics workspace, select **Logs** from the left of the screen.
159159
1. Close the **Queries** dialog that automatically opens, and then double-click the **AmlOnlineEndpointConsoleLog**. If you don't see it, use the **Search** field.
160160

161-
:::image type="content" source="{source}" alt-text="{alt-text}":::
161+
:::image type="content" source="./media/how-to-monitor-online-endpoints/online-endpoints-log-queries.png" alt-text="Screenshot showing the log queries.":::
162162

163163
1. Select **Run**.
164164

165-
:::image type="content" source="{source}" alt-text="{alt-text}":::
165+
:::image type="content" source="./media/how-to-monitor-online-endpoints/query-results.png" alt-text="Screenshots of the results after running a query.":::
166166

167167
### Example queries
168168

169-
In Azure Log Analytics workspace, see the following example queries:
169+
You can find example queries on the __Queries__ tab while viewing logs. Search for __Online endpoint__ to find example queries.
170170

171-
* Online endpoint console logs
172-
* Online endpoint failed requests
171+
:::image type="content" source="./media/how-to-monitor-online-endpoints/example-queries.png" alt-text="Screenshot of the example queries.":::
173172

174173
### Log column details
175174

59.8 KB
Loading
30.5 KB
Loading
89.3 KB
Loading
152 KB
Loading

0 commit comments

Comments
 (0)