In this post, we will look at how we can deploy our Django app using the Microsoft Azure app service - a free plan.
You need an Azure account, Visual Studio Code editor, and your developed Django App to follow the below steps. If you don't have an Azure account, you can create a free account by going to this URL Microsoft Azure
I have developed a simple web app using Django, which renders an HTML page to explain this topic. If you have a dependency on databases like Postgres or Azure storage, those also need to be configured.
Create a Web App in Azure:
Let's first start with setting up the app service plan in Azure.