Deploy Python Flask on Azure App Service 2024

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 14

  • @itsmesachin9096
    @itsmesachin9096 4 місяці тому +2

    great, i deployed my first project . thank you

    • @ITAnnaTeam
      @ITAnnaTeam  4 місяці тому

      @@itsmesachin9096 Gald it helped you.

  • @arindambhattacharjee8896
    @arindambhattacharjee8896 Місяць тому

    My flask app deployment always failing, whether deployed through GitHub,DevOps or VsCode. Any specific configurations to check ?

  • @VK_Chowdary
    @VK_Chowdary Місяць тому

    hi,
    an i ask why did you select 3.9 instead of 3.12?

    • @ITAnnaTeam
      @ITAnnaTeam  Місяць тому

      I had 3.9 installed on my machine. The steps are still the same for 3.12

  • @engineersexploring8543
    @engineersexploring8543 Місяць тому

    Can we create CI CD pipeline put my react code inside python flask and deploy on Azure App Service ? Is it a good idea ?

    • @ITAnnaTeam
      @ITAnnaTeam  Місяць тому +1

      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.

    • @engineersexploring8543
      @engineersexploring8543 Місяць тому

      @ but they have provided only one app service for the deployment and that is the limitation

  • @pietraderdetective8953
    @pietraderdetective8953 2 місяці тому +1

    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
      @ITAnnaTeam  2 місяці тому +1

      Oh. I did not try. Where there any logs from the Pod?

    • @pietraderdetective8953
      @pietraderdetective8953 2 місяці тому

      @@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

  • @ArenVanyan12
    @ArenVanyan12 4 місяці тому

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

    • @ITAnnaTeam
      @ITAnnaTeam  3 місяці тому

      The steps are still the same for V3.12