Skip to content

Commit 946d16b

Browse files
Update readme.md
1 parent 5951c07 commit 946d16b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Notebooks/TSQL/Jupiter/_content/readme.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This book contains tutorials that demo how to use serverless Synapse SQL pool to
77
To start tutorials, you would need to have Synapse Analytics workspace.
88

99
If you don't have one, you can deploy a workspace with underlying Data Lake Storage. Select the **Deploy to Azure** button to deploy the workspave. The template will open in the Azure portal.
10+
1011
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2FSynapse%2Fmaster%2FManage%2FDeployWorkspace%2Fazuredeploy.json" data-linktype="external"><img src="https://docs.microsoft.com/en-us/azure/media/template-deployments/deploy-to-azure.png" alt="Deploy to Azure" data-linktype="relative-path"/></a>
1112

1213
If you don't have an Azure subscription, create a <a href="https://azure.microsoft.com/free/?WT.mc_id=A261C142F" data-linktype="external">free account</a> before you begin.</p>
@@ -15,11 +16,11 @@ The template defines two resources:
1516
- Storage account
1617
- Workspace
1718

18-
## Tutorials
19+
## Samples
1920

20-
This book contains two tutorials:
21+
This book contains the following samples:
2122

22-
- [Analyze COVID data set provided by ECDC](covid-edcd.ipynb)
23-
- [Analyze NY Taxi rides](ny-taxi.ipynb)
23+
- Quick-start samples - reading [PARQUET](quickstarts/parquet.ipynb), [CSV](quickstarts/csv.ipynb) and [JSON](quickstarts/json.ipynb)
24+
- Tutorials - [Analyze COVID data set provided by ECDC](tutorials/covid-ecdc.ipynb) and [Analyze NY Taxi rides](tutorials/ny-taxi.ipynb)
2425

25-
Open a noteboot, select SQL kernel and connect to your Synapse SQL endpoint. Follow the instructions in tutorials.
26+
Open some of these notebooks, select SQL kernel and connect to your Synapse SQL endpoint. Follow the instructions in tutorials to run the samples.

0 commit comments

Comments
 (0)