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/get-started-analyze-data-explorer.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: 'Quickstart: Get started analyzing with Data Explorer pools (Preview)'
3
-
description: In this quickstart, you'll learn to analyze data with Data Explorer.
3
+
description: In this quickstart, you learn to analyze data with Data Explorer.
4
4
ms.topic: quickstart
5
-
ms.date: 11/18/2022
5
+
ms.date: 12/20/2024
6
6
author: shsagir
7
7
ms.author: shsagir
8
8
ms.reviewer: shsagir
@@ -13,7 +13,7 @@ ms.custom: mode-other
13
13
14
14
# Quickstart: Analyze with Data Explorer (Preview)
15
15
16
-
In this article, you'll learn the basic steps to load and analyze data with Data Explorer for Azure Synapse.
16
+
In this article, you learn the basic steps to load and analyze data with Data Explorer for Azure Synapse.
17
17
18
18
## Create a Data Explorer pool
19
19
@@ -47,8 +47,8 @@ In this article, you'll learn the basic steps to load and analyze data with Data
47
47
48
48
## Ingest sample data and analyze with a simple query
49
49
50
-
1.In Synapse Studio, on the left-side pane, select **Develop**.
51
-
1.Under **KQL scripts**, Select **+** (Add new resource) > **KQL script**. On the right-side pane, you can name your script.
50
+
1.Once your pool is deployed, in the Synapse Studio, on the left-side pane, select **Develop**.
51
+
1. Select **+** (Add new resource) > **KQL script**. On the right-side pane, you can name your script.
52
52
1. In the **Connect to** menu, select *contosodataexplorer*.
53
53
1. In the **Use database** menu, select *TestDatabase*.
54
54
1. Paste in the following command, and select **Run** to create a StormEvents table.
@@ -78,7 +78,7 @@ In this article, you'll learn the basic steps to load and analyze data with Data
78
78
79
79
:::image type="content" source="data-explorer/media/get-started-analyze-data-explorer/sample-query-results.png" alt-text="Results for query run on sample data":::
80
80
81
-
## Next steps
81
+
## Related content
82
82
83
83
- [Tutorial: Use KQL queries](/azure/data-explorer/kusto/query/tutorial?context=/azure/synapse-analytics/context/context&pivots=synapse)
84
84
- [Monitor Data Explorer pools](data-explorer/data-explorer-monitor-pools.md)
0 commit comments