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: Notebooks/TSQL/Jupiter/_content/readme.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This book contains tutorials that demo how to use serverless Synapse SQL pool to
7
7
To start tutorials, you would need to have Synapse Analytics workspace.
8
8
9
9
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
+
10
11
<ahref="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"><imgsrc="https://docs.microsoft.com/en-us/azure/media/template-deployments/deploy-to-azure.png"alt="Deploy to Azure"data-linktype="relative-path"/></a>
11
12
12
13
If you don't have an Azure subscription, create a <ahref="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:
15
16
- Storage account
16
17
- Workspace
17
18
18
-
## Tutorials
19
+
## Samples
19
20
20
-
This book contains two tutorials:
21
+
This book contains the following samples:
21
22
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)
24
25
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