Azure Functions New Programming Model V2 for Python

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

КОМЕНТАРІ • 10

  • @Paul_Klimb
    @Paul_Klimb 10 місяців тому +1

    Hey Pytalista, thanks for the video. I ran into some issues with the debugging step, so I think I messed up my installation process somewhere. But I would love to see a really in depth video about this.

    • @pytalista
      @pytalista  10 місяців тому

      Great you liked. What was the issue? Important to check all requirements. Version of Azure Function Tools.

  • @rajaspawaskar1644
    @rajaspawaskar1644 4 місяці тому +1

    I installed third party library and was able to test locally where it worked successfully. When I deployed to Azure, I received the API URL, but when testing this URL, I get '500 internal server error'. I also tried adding the libraries to requirement.txt after using pip freeze. Also tried with v1 and v2 both models, but still facing the same error. Could you please guide me where could I have gone wrong or missed something.

    • @pytalista
      @pytalista  4 місяці тому +1

      Hard to tell without seeing the error. One possible thing is if you are using any environment variables. Then you need to have on your cloud environment to work.

  • @phaneendhraajaythota1025
    @phaneendhraajaythota1025 Рік тому +2

    that looks minimalistic.. I wonder if there is any article that guides us through migrating v1 model to v2.

    • @pytalista
      @pytalista  Рік тому

      Don't know but there is this one mentioned in the description which does a comparison. techcommunity.microsoft.com/t5/azure-compute-blog/azure-functions-v2-python-programming-model/ba-p/3665168

    • @leftblank5315
      @leftblank5315 Рік тому +1

      V2 model doesn't work in logic apps. Your actions never show up in the designer. I wouldn't migrate if you use logic apps. Coming from AWS, I can't believe what a clusterfuck Azure is.

    • @pytalista
      @pytalista  Рік тому

      @leftblank5315 better know MS team know

  • @YogeshJain-n2c
    @YogeshJain-n2c Рік тому +1

    Excellent. Make advanced use cases