From e0f8ef4712a09fdcdfd0e011b6e1422ab15dfa56 Mon Sep 17 00:00:00 2001 From: Vasu Bhog Date: Fri, 18 Jun 2021 14:06:16 -0700 Subject: [PATCH] add readme --- .../applications/azure-data-studio/README.md | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 samples/applications/azure-data-studio/README.md diff --git a/samples/applications/azure-data-studio/README.md b/samples/applications/azure-data-studio/README.md new file mode 100644 index 00000000..cb09314a --- /dev/null +++ b/samples/applications/azure-data-studio/README.md @@ -0,0 +1,66 @@ + +![](./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)
+[Before you begin](#before-you-begin)
+[Run this sample](#run-this-sample)
+[Sample details](#sample-details)
+[Disclaimers](#disclaimers)
+[Related links](#related-links)
+ + + + +## About this sample + + +- **Applies to:** Azure Data Studio +- **Key features:** Notebook Samples +- **Programming Language:** SQL & Python Notebooks +- **Authors:** Vasu Bhog [vabhog] + + + +## Before you begin + +To run this sample, you need the following prerequisites. + +**Software prerequisites:** + + +1. Azure Data Studio 1.30.0 +2. Python + + +## Run this sample + + + +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 + + +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)