You can do that. But ideally, we will have a separate front-end application and back-end application. You can have these two as separate app services under the same app service plan.
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
great, i deployed my first project . thank you
@@itsmesachin9096 Gald it helped you.
My flask app deployment always failing, whether deployed through GitHub,DevOps or VsCode. Any specific configurations to check ?
Can you share logs?
hi,
an i ask why did you select 3.9 instead of 3.12?
I had 3.9 installed on my machine. The steps are still the same for 3.12
Can we create CI CD pipeline put my react code inside python flask and deploy on Azure App Service ? Is it a good idea ?
You can do that. But ideally, we will have a separate front-end application and back-end application. You can have these two as separate app services under the same app service plan.
@ but they have provided only one app service for the deployment and that is the limitation
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