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!
@@ITAnnaTeam hey I finally got it working! Just need to set a custom command from the Azure App Service panel, for example if using Hypercorn as the server runner: hypercorn app:app
My flask app deployment always failing, whether deployed through GitHub,DevOps or VsCode. Any specific configurations to check ?
Can we create CI CD pipeline put my react code inside python flask and deploy on Azure App Service ? Is it a good idea ?
hi,
an i ask why did you select 3.9 instead of 3.12?
great, i deployed my first project . thank you
@@itsmesachin9096 Gald it helped you.
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!
Oh. I did not try. Where there any logs from the Pod?
@@ITAnnaTeam hey I finally got it working! Just need to set a custom command from the Azure App Service panel, for example if using Hypercorn as the server runner:
hypercorn app:app
why You choose Python v3.9 if there is v3.12 in 2024?
The steps are still the same for V3.12