Skip to content

Commit bf51540

Browse files
authored
Create README.md
1 parent f01fe30 commit bf51540

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

python-azure-sql/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
![Header](header-azure-sql.png)
2+
3+
# Azure SQL Database and Python in Jupyter Notebooks
4+
#### PART 1: Create an Azure SQL Database via the Azure portal
5+
<p>
6+
<a href="https://www.foteinisavvidou.codes/create-an-azure-sql-database-via-the-azure-portal/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
7+
</p>
8+
9+
In this tutorial, you will learn how to create an Azure SQL Database and configure firewall rules to enable connectivity.
10+
11+
#### PART 2: Connect to Azure SQL Database using Python and Jupyter Notebook
12+
<p>
13+
<a href="https://www.foteinisavvidou.codes/connect-to-azure-sql-database-using-python-and-jupyter-notebook/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
14+
<a href="1-connect-sql.ipynb" target="_blank"><img src="https://img.shields.io/badge/Code-critical?style=for-the-badge" alt="Source code"></a>
15+
</p>
16+
17+
In this tutorial, you will learn how to use Python and Jupyter Notebooks to connect to an Azure SQL Database.
18+
19+
20+
<br>
21+
<br>
22+
<p align="center">
23+
<em>Originally published at <a href="https://www.foteinisavvidou.codes/" target="_blank">www.foteinisavvidou.codes</a></em>
24+
</p>

0 commit comments

Comments
 (0)