Deploy FastAPI on Azure App Service

In this tutorial we will see how to deploy FastAPI on Azure App Service Linux Plan. The FastAPI will have PostgreSQL database and Asynchronous REST Endpoints. We will create a PostgreSQL database on Azure and App Service Plan to host FastAPI on Azure ☁️.

3 Comments
Architectural overview of FastAPI running on Azure App Service – TutLinks
Architectural overview of FastAPI running on Azure App Service – TutLinks

Implementing Async REST APIs in FastAPI with PostgreSQL CRUD

In this tutorial we will implement a Python based FastAPI with PostgreSQL CRUD. We will focus on implementing Asynchronous REST Endpoints with the help of Python based module databases that gives simple asyncio support for a range of databases including PostgreSQL.

4 Comments
FastAPI CRUD PostgreSQL Async RESTAPIs SQLAlchemy – TutLinks
FastAPI CRUD PostgreSQL Async RESTAPIs SQLAlchemy – TutLinks