Deploy Python Flask on Azure App Service 2024

preview_player
Показать описание
We walk you through the step-by-step process of deploying a Python Flask application on Azure App Service using a VS code extension.

Chapters:

00:00 - Introduction to Azure App service
01:40 - Create an Azure app service with python runtime
07:42 - Explore Azure app service features
11:11 - Run Python Flask app in local machine
13:17 - Install Azure VS code extension
14:52 - Deploy Flask app to Azure app Service using VS code extension
17:06 - Explore the newly deployed Flask application
Рекомендации по теме
Комментарии
Автор

thanks for this.
can you make a video on deploying a Python async web framework (Quart or FastAPI)?
I couldn't deploy Quart on Azure, but it works fine with Flask!

pietraderdetective
Автор

great, i deployed my first project . thank you

itsmesachin
Автор

why You choose Python v3.9 if there is v3.12 in 2024?

ArenVanyan