Application Migration

Migrating flask-based application into an Azure WebApp

Step one: Create a simple application to deploy “hello world” to a local webpage.

Step two: Test the simple application

Step Three: deploy resource group

Step Four: deploy App Service Plan

Step Five: Create a WebApp

Step Six: Create Requirements.txt, runtime.txt, and web.config

Step Seven: Deploy to git & push to Azure

Step Eight: Test WebApp