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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-deploy-managed-online-endpoints.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ Autoscale automatically runs the right amount of resources to handle the load on
320
320
321
321
### (Optional) Monitor SLA by using Azure Monitor
322
322
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).
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-manage-quotas.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Azure Machine Learning managed online endpoints have limits described in the fol
121
121
122
122
<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.
123
123
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).
125
125
126
126
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:
@@ -149,27 +149,26 @@ There are three logs that can be enabled for online endpoints:
149
149
1. From the **Monitoring** section on the left of the page, select **Diagnostic settings** and then **Add settings**.
150
150
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**.
:::image type="content" source="./media/how-to-monitor-online-endpoints/diagnostic-settings.png" alt-text="Screenshot of the diagnostic settings dialog.":::
153
153
154
154
> [!IMPORTANT]
155
155
> 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.
156
156
157
157
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.
159
159
1. Close the **Queries** dialog that automatically opens, and then double-click the **AmlOnlineEndpointConsoleLog**. If you don't see it, use the **Search** field.
:::image type="content" source="./media/how-to-monitor-online-endpoints/query-results.png" alt-text="Screenshots of the results after running a query.":::
166
166
167
167
### Example queries
168
168
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.
170
170
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.":::
0 commit comments