Skip to content

Commit e4cedfd

Browse files
authored
Add Python + Azure SQL tutorial
1 parent 3663f47 commit e4cedfd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,25 @@ This tutorial will show you how to use Python to create tables and manipulate da
3737

3838
In this tutorial, you will use SQL statements to manipulate data in Azure Database for MySQL and learn how to open files in Python.
3939

40+
<br>
41+
42+
## Azure SQL Database and Python in Jupyter Notebooks
43+
#### PART 1: Create an Azure SQL Database via the Azure portal
44+
<p>
45+
<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>
46+
</p>
47+
48+
In this tutorial, you will learn how to create an Azure SQL Database and configure firewall rules to enable connectivity.
49+
50+
#### PART 2: Connect to Azure SQL Database using Python and Jupyter Notebook
51+
<p>
52+
<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>
53+
<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>
54+
</p>
55+
56+
In this tutorial, you will learn how to use Python and Jupyter Notebooks to connect to an Azure SQL Database.
57+
58+
4059

4160
<br>
4261
<br>

0 commit comments

Comments
 (0)