1 / 7

How to Deploy Flask App to Azure in 5 mins

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

navule
Download Presentation

How to Deploy Flask App to Azure in 5 mins

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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

  2. 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

  3. Deployment Output TutLinks.com

  4. Deployment Output TutLinks.com

  5. Demo Access Video Demo here: https://youtu.be/_4FsBoLOoQY

More Related