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
description: Monitor Synapse SQL using the Azure portal
4
4
author: WilliamDAssafMSFT
5
5
ms.author: wiassaf
6
-
manager: craigg
7
6
ms.reviewer: sngun
8
7
ms.date: 09/13/2022
9
8
ms.service: synapse-analytics
@@ -22,13 +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, or go to the services saerch and create a new Log Analytics 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.
26
25
27
26
:::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
-
For more details on workspaces, see [Create a Log Analytics workspace](../../azure-monitor/logs/quick-create-workspace.md).
30
+
For more information on workspaces, see [Create a Log Analytics workspace](../../azure-monitor/logs/quick-create-workspace.md).
32
31
33
32
## Turn on Resource logs
34
33
@@ -40,17 +39,17 @@ 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.":::
44
43
45
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**.
:::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.":::
48
47
49
48
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
0 commit comments