Deploy Python Flask on Azure App Service 2024

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

КОМЕНТАРІ •

  • @arindambhattacharjee8896
    @arindambhattacharjee8896 3 дні тому

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

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

  • @VK_Chowdary
    @VK_Chowdary 13 днів тому

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

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

    great, i deployed my first project . thank you

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

      @@itsmesachin9096 Gald it helped you.

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

    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  Місяць тому +1

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

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

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

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

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

      The steps are still the same for V3.12