add readme

This commit is contained in:
Vasu Bhog
2021-06-18 14:06:16 -07:00
parent d207365d34
commit e0f8ef4712
@@ -0,0 +1,66 @@
<!-- Always leave the MS logo -->
![](./media/solutions-microsoft-logo-small.png)
# Azure Data Studio Notebook Samples
Helpful notebooks for troubleshooting and new features in Azure Data Studio.
### Contents
[About this sample](#about-this-sample)<br/>
[Before you begin](#before-you-begin)<br/>
[Run this sample](#run-this-sample)<br/>
[Sample details](#sample-details)<br/>
[Disclaimers](#disclaimers)<br/>
[Related links](#related-links)<br/>
<a name=about-this-sample></a>
## About this sample
<!-- Delete the ones that don't apply -->
- **Applies to:** Azure Data Studio
- **Key features:** Notebook Samples
- **Programming Language:** SQL & Python Notebooks
- **Authors:** Vasu Bhog [vabhog]
<a name=before-you-begin></a>
## Before you begin
To run this sample, you need the following prerequisites.
**Software prerequisites:**
<!-- Examples -->
1. Azure Data Studio 1.30.0
2. Python
## Run this sample
<!-- Step by step instructions. Here's a few examples -->
For Parameterization.ipynb Sample:
1. From Azure Data Studio, open the **Notebook** file.
2. Follow docs for paremeteization [here](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/parameterize-papermill).
## Sample details
This Notebook allows users to follow along the docs as well as use a already parameterized notebook.
## Related Links
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->
For more information, see these articles:
* [Notebooks Overview](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/notebooks-guidance)
* [SQL Kernel](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/notebooks-sql-kernel)
* [Python Kernel](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/notebooks-python-kernel)
* [Kusto Kernel](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/notebooks-kusto-kernel)
* [KqlMagic](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/notebooks-kqlmagic)
* [Papermill Parameterization](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/parameterize-papermill)
* [URI Parameterization](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/parameterize-uri)
* [Run with Parameters](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/run-with-parameters)