Skip to content

Commit 2128452

Browse files
authored
Merge pull request #133195 from Stralle/patch-1
Updating information about basic steps
2 parents 9db8edc + e8d82a2 commit 2128452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 07/20/2020
1717

1818
In this tutorial, you'll learn the basic steps to load and analyze data with Apache Spark for Azure Synapse.
1919

20-
1. In the **Data** hub under **Linked**, right-click on **Azure Blob Storage > Sample Datasets > nyc_tlc_yellow** and select **SELECT New notebook**
20+
1. In the **Data** hub, click on **Add a new resource**(plus button above **Linked**) >> **Browse Samples**. Find **NYC Taxi & Limousine Commission - yellow taxi trip records** and click on it. On the bottom of the page press **Continue** and after that **Add dataset**. Now in **Data** hub under **Linked** select right-click on **Azure Blob Storage >> Sample Datasets >> nyc_tlc_yellow** and select **New notebook**
2121
1. This will create a new Notebook with the following code:
2222
```
2323
from azureml.opendatasets import NycTlcYellow
@@ -116,6 +116,6 @@ df.write.sqlanalytics("SQLDB1.dbo.PassengerCountStats", Constants.INTERNAL )
116116
## Next steps
117117

118118
> [!div class="nextstepaction"]
119-
> [Analyze data in Storage](get-started-analyze-storage.md)
119+
> [Analyze data with SQL on-demand](get-started-analyze-sql-on-demand.md)
120120
121121

0 commit comments

Comments
 (0)