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/synapse-analytics/sql-data-warehouse/sql-data-warehouse-monitor-workload-portal.md
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
---
2
-
title: Monitor workload - Azure portal
2
+
title: Monitor workload - Azure portal
3
3
description: Monitor Synapse SQL using the Azure portal
4
4
author: WilliamDAssafMSFT
5
-
manager: craigg
6
-
ms.service: synapse-analytics
7
-
ms.topic: conceptual
8
-
ms.subservice: sql-dw
9
-
ms.date: 02/04/2020
10
5
ms.author: wiassaf
11
6
ms.reviewer: sngun
7
+
ms.date: 09/13/2022
8
+
ms.service: synapse-analytics
9
+
ms.subservice: sql-dw
10
+
ms.topic: conceptual
12
11
---
13
12
14
13
# Monitor workload - Azure portal
@@ -22,15 +21,13 @@ This article describes how to use the Azure portal to monitor your workload. Thi
22
21
23
22
## Create a Log Analytics workspace
24
23
25
-
Navigate to the browse blade for Log Analytics workspaces and create a workspace
24
+
In the Azure portal, navigate to the page for Log Analytics workspaces, or use the Azure services search window to create a new Log Analytics workspace.
:::image type="content" source="./media/sql-data-warehouse-monitor-workload-portal/add_analytics_workspace.png" alt-text="Screenshot shows the Log Analytics workspaces where you can select Add.":::
28
27
29
-

28
+
:::image type="content" source="./media/sql-data-warehouse-monitor-workload-portal/add_analytics_workspace_2.png" alt-text="Screenshot shows the Log Analytics workspace where you can enter values.":::
30
29
31
-

32
-
33
-
For more details on workspaces, visit the following [documentation](../../azure-monitor/logs/quick-create-workspace.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.jsond#create-a-workspace).
30
+
For more information on workspaces, see [Create a Log Analytics workspace](../../azure-monitor/logs/quick-create-workspace.md).
34
31
35
32
## Turn on Resource logs
36
33
@@ -42,29 +39,33 @@ Configure diagnostic settings to emit logs from your SQL pool. Logs consist of t
:::image type="content" source="./media/sql-data-warehouse-monitor-workload-portal/enable_diagnostic_logs.png" alt-text="Screenshot of the page to create a diagnostic setting in the Azure portal.":::
43
+
44
+
Logs can be emitted to Azure Storage, Stream Analytics, or Log Analytics. For this tutorial, select Log Analytics. Select all desired categories and metrics and choose **Send to Log Analytics workspace**.
46
45
47
-
Logs can be emitted to Azure Storage, Stream Analytics, or Log Analytics. For this tutorial, select Log Analytics.
46
+
:::image type="content" source="./media/sql-data-warehouse-monitor-workload-portal/specify_logs.png" alt-text="Screenshot of the page to specify which logs to collect in the Azure portal.":::
Select **Save** to create the new diagnostic setting. It may take a few minutes for data to appear in queries.
50
49
51
50
## Run queries against Log Analytics
52
51
53
-
Navigate to your Log Analytics workspace where you can do the following:
52
+
Navigate to your Log Analytics workspace where you can:
54
53
55
54
- Analyze logs using log queries and save queries for reuse
56
55
- Save queries for reuse
57
56
- Create log alerts
58
57
- Pin query results to a dashboard
59
58
60
-
For details on the capabilities of log queries, visit the following [documentation](/azure/data-explorer/kusto/query/?bc=%2fazure%2fsynapse-analytics%2fsql-data-warehouse%2fbreadcrumb%2ftoc.json&toc=%2fazure%2fsynapse-analytics%2fsql-data-warehouse%2ftoc.json).
59
+
For details on the capabilities of log queries using Kusto, see [Kusto Query Language (KQL) overview](/azure/data-explorer/kusto/query/).
Now that you have set up and configured Azure monitor logs, [customize Azure dashboards](../../azure-portal/azure-portal-dashboards.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json) to share across your team.
95
+
-Now that you have set up and configured Azure monitor logs, [customize Azure dashboards](../../azure-portal/azure-portal-dashboards.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json) to share across your team.
0 commit comments