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

Create and Deploy FastAPI app to Heroku

In this tutorial we will implement a simple REST API implemented using Python based FastAPI framework. We will deploy FastAPI app to Heroku account for free.

3 Comments
Create and Deploy FastAPI app to Heroku - TutLinks
Create and Deploy FastAPI app to Heroku - TutLinks