Skip to content

Commit ae15622

Browse files
20220914 1014 acrolinx
1 parent 601c9f0 commit ae15622

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-monitor-workload-portal.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Monitor workload - Azure portal
33
description: Monitor Synapse SQL using the Azure portal
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
manager: craigg
76
ms.reviewer: sngun
87
ms.date: 09/13/2022
98
ms.service: synapse-analytics
@@ -22,13 +21,13 @@ This article describes how to use the Azure portal to monitor your workload. Thi
2221

2322
## Create a Log Analytics workspace
2423

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.
2625

2726
:::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.":::
2827

2928
:::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.":::
3029

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).
3231

3332
## Turn on Resource logs
3433

@@ -40,17 +39,17 @@ Configure diagnostic settings to emit logs from your SQL pool. Logs consist of t
4039
- [sys.dm_pdw_waits](/sql/relational-databases/system-dynamic-management-views/sys-dm-pdw-waits-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true)
4140
- [sys.dm_pdw_sql_requests](/sql/relational-databases/system-dynamic-management-views/sys-dm-pdw-sql-requests-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true)
4241

43-
:::image type="content" source="./media/sql-data-warehouse-monitor-workload-portal/enable_diagnostic_logs.png" alt-text="Enabling resource logs.":::
42+
:::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.":::
4443

4544
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**.
4645

47-
:::image type="content" source="./media/sql-data-warehouse-monitor-workload-portal/specify_logs.png" alt-text="Specify logs.":::
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.":::
4847

4948
Select **Save** to create the new diagnostic setting. It may take a few minutes for data to appear in queries.
5049

5150
## Run queries against Log Analytics
5251

53-
Navigate to your Log Analytics workspace where you can do the following:
52+
Navigate to your Log Analytics workspace where you can:
5453

5554
- Analyze logs using log queries and save queries for reuse
5655
- Save queries for reuse

0 commit comments

Comments
 (0)