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 @@
+
+
+
+# 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)