Skip to content

Commit c48c88e

Browse files
authored
Update blog URL
1 parent 34a546f commit c48c88e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

python-mysql-azure/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33
# Use Python to query data in Azure Database for MySQL
44
#### PART 1: Create an Azure Database for MySQL server via the Azure portal
55
<p>
6-
<a href="https://foteinisavvidou.azurewebsites.net/create-an-azure-database-for-mysql-server-via-the-azure-portal/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
6+
<a href="https://sfoteini.github.io/blog/create-an-azure-database-for-mysql-server-via-the-azure-portal/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
77
</p>
88

99
In this tutorial, you will learn how to create an Azure Database for MySQL single server, create a new database and configure firewall rules.
1010

1111
#### PART 2: Connect to Azure Database for MySQL using Python
1212
<p>
13-
<a href="https://foteinisavvidou.azurewebsites.net/connect-to-azure-database-for-mysql-using-python/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
13+
<a href="https://sfoteini.github.io/blog/connect-to-azure-database-for-mysql-using-python/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
1414
<a href="db1.py" target="_blank"><img src="https://img.shields.io/badge/Code-critical?style=for-the-badge" alt="Source code"></a>
1515
</p>
1616

1717
In this tutorial, you will learn how to connect to your Azure Database for MySQL using Python and Visual Studio Code.
1818

1919
#### PART 3: Use Python to manipulate data in Azure Database for MySQL
2020
<p>
21-
<a href="https://foteinisavvidou.azurewebsites.net/use-python-to-manipulate-data-in-azure-database-for-mysql/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
21+
<a href="https://sfoteini.github.io/blog/use-python-to-manipulate-data-in-azure-database-for-mysql/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
2222
<a href="db2.py" target="_blank"><img src="https://img.shields.io/badge/Code-critical?style=for-the-badge" alt="Source code"></a>
2323
</p>
2424

2525
This tutorial will show you how to use Python to create tables and manipulate data in Azure Database for MySQL.
2626

2727
#### PART 4: Insert data from file in Azure Database for MySQL
2828
<p>
29-
<a href="https://foteinisavvidou.azurewebsites.net/insert-data-from-file-in-azure-database-for-mysql/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
29+
<a href="https://sfoteini.github.io/blog/insert-data-from-file-in-azure-database-for-mysql/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
3030
<a href="db3.py" target="_blank"><img src="https://img.shields.io/badge/Code-critical?style=for-the-badge" alt="Source code"></a>
3131
</p>
3232

@@ -37,5 +37,5 @@ In this tutorial, you will use SQL statements to manipulate data in Azure Databa
3737
<br>
3838
<br>
3939
<p align="center">
40-
<em>Originally published at <a href="https://foteinisavvidou.azurewebsites.net/" target="_blank">foteinisavvidou.azurewebsites.net</a></em>
40+
<em>Originally published at <a href="https://sfoteini.github.io/" target="_blank">sfoteini.github.io</a></em>
4141
</p>

0 commit comments

Comments
 (0)