際際滷

際際滷Share a Scribd company logo
How to deploy flask app to azure in 5 mins
TutLinks.com
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)
5 simple steps to Deploy Flask App to Azure
1. Login to Azure Portal portal.azure.com
2. Launch Azure Cloud Shell
3. Run the following command in bash of Azure cloud shell
> git clone https://github.com/Azure-Samples/python-docs-hello-world.git
1. cd into the directory of python-docs-hello-world
2. 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

More Related Content

How to deploy flask app to azure in 5 mins