Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanpop-msft authored Oct 20, 2020
1 parent 5951c07 commit 946d16b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Notebooks/TSQL/Jupiter/_content/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This book contains tutorials that demo how to use serverless Synapse SQL pool to
To start tutorials, you would need to have Synapse Analytics workspace.

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.

<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>

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>
Expand All @@ -15,11 +16,11 @@ The template defines two resources:
- Storage account
- Workspace

## Tutorials
## Samples

This book contains two tutorials:
This book contains the following samples:

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

Open a noteboot, select SQL kernel and connect to your Synapse SQL endpoint. Follow the instructions in tutorials.
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 comments on commit 946d16b

Please sign in to comment.