Skip to content

Commit 1461229

Browse files
committed
Freshness and formatting
1 parent f83f1d3 commit 1461229

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

articles/synapse-analytics/get-started-analyze-storage.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,19 @@ ms.reviewer: whhender
77
ms.service: azure-synapse-analytics
88
ms.subservice: workspace
99
ms.topic: tutorial
10-
ms.date: 11/18/2022
10+
ms.date: 12/17/2024
1111
---
1212

13-
# Analyze data in a storage account
13+
# Tutorial: Analyze data in a storage account
1414

1515
In this tutorial, you'll learn how to analyze data located in a storage account.
1616

17-
## Overview
18-
1917
So far, we've covered scenarios where data resides in databases in the workspace. Now we'll show you how to work with files in storage accounts. In this scenario, we'll use the primary storage account of the workspace and container that we specified when creating the workspace.
2018

2119
* The name of the storage account: **contosolake**
2220
* The name of the container in the storage account: **users**
2321

24-
### Create CSV and Parquet files in your storage account
22+
## Create CSV and Parquet files in your storage account
2523

2624
Run the following code in a notebook in a new code cell. It creates a CSV file and a parquet file in the storage account.
2725

@@ -36,7 +34,7 @@ df.write.mode("overwrite").csv("/NYCTaxi/PassengerCountStats_csvformat")
3634
df.write.mode("overwrite").parquet("/NYCTaxi/PassengerCountStats_parquetformat")
3735
```
3836

39-
### Analyze data in a storage account
37+
## Analyze data in a storage account
4038

4139
You can analyze the data in your workspace default Azure Data Lake Storage (ADLS) Gen2 account or you can link an ADLS Gen2 or Blob storage account to your workspace through "**Manage**" > "**Linked Services**" > "**New**" (The next steps will refer to the primary ADLS Gen2 account).
4240

@@ -69,9 +67,7 @@ You can analyze the data in your workspace default Azure Data Lake Storage (ADLS
6967

7068
1. Run the script.
7169

72-
73-
74-
## Next steps
70+
## Next step
7571

7672
> [!div class="nextstepaction"]
7773
> [Orchestrate activities with pipelines](get-started-pipelines.md)

0 commit comments

Comments
 (0)