60 likes | 79 Views
In this tutorial we will see how to deploy a simple Flask app to Azure cloud in just 5 minutes. This tutorial uses Azure Cloud Shell which is a command line tool to access bash or powershell utility on your azure subscription.<br><br>You can follow along with the video for tutorial if you have azure account already.<br><br>Code:<br>Sample Flask App deployed in the tutorial demonstrated can be accessed from the link here: https://github.com/Azure-Samples/python-docs-hello-world<br><br>Command to Deploy: az webapp up -n "app-name"<br><br><br><br>Subscribe to TutLinks on Youtube: https://www.youtube.com/channel/UCpEyx-O_FJnHUgwiWD6BlWA?sub_confirmation=1
E N D
Prerequisites This tutorial requires you to have Access to Azure Portal (portal.azure.come) Optional to have github.com account (but better to try out your own flask app deployment) TutLinks.com
5 simple steps to Deploy Flask App to Azure • Login to Azure Portal ‘portal.azure.com’ • Launch Azure Cloud Shell • Run the following command in bash of Azure cloud shell > git clone https://github.com/Azure-Samples/python-docs-hello-world.git • cd into the directory of python-docs-hello-world • Run the following command to spin up a flask web app > az webapp up -n <your-app-name> TutLinks.com
Deployment Output TutLinks.com
Deployment Output TutLinks.com
Demo Access Video Demo here: https://youtu.be/_4FsBoLOoQY