How to build a CRUD API with Azure Functions and Azure SQL Database - Tutorial Step by Step

Опубликовано: 27 Март 2026
на канале: Apostolos Athanasiou
9,595
117

In this video we go through the Azure Documentation of how to build a CRUD API using Azure Functions and Azure SQL Database. We build 3 APIs, one for creating an item in the database, one for selecting specific records from the database and one for deleting items. We also see how to use PyODBC to access the Database and run our own queries. The code is already on the documentation and can be found at:
https://learn.microsoft.com/en-us/azu...
https://learn.microsoft.com/en-us/azu...

Follow me on social media:
LinkedIn:   / apostolos-athanasiou-9a0baa119  
GitHub: https://github.com/apostolos1927/
Facebook: https://www.facebook.com/profile.php?...

00:00 - Intro
00:48 - Function App and access to Azure SQL Database
04:04 - Upsert API
12:46 - Read API
20:15 - Delete API
25:29 - Deploy & Configuration & Run APIs
28:55 - PyODBC
29:25 - Conclusion