Azure Functions New Programming Model V2 for Python

Поделиться
HTML-код
  • Опубликовано: 22 май 2023
  • In this video I quickly demonstrate the Azure Function V2 programming model benefits.
    Currently in Public Preview and soon to be GA
    Links that video mention.
    Article Public Preview release: azure.microsoft.com/en-us/upd...
    Triggers and Biddings: learn.microsoft.com/en-gb/azu...
    Blog about comparison: techcommunity.microsoft.com/t...
    Azure function V2 Documentarion: learn.microsoft.com/en-gb/azu...
    Cron Tab Guru: crontab.guru/#*/5_*_*_*_*
    Azure Fridays Video: • Developing Azure Funct...
    Limitations: learn.microsoft.com/en-us/azu...
    Azure Func tools Installation: learn.microsoft.com/en-us/azu...
    Python Package: learn.microsoft.com/en-us/pyt...

Комментарии • 10

  • @Paul_Klimb
    @Paul_Klimb 7 месяцев назад +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  7 месяцев назад

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

  • @user-tl2oc2hl7e
    @user-tl2oc2hl7e 10 месяцев назад +1

    Excellent. Make advanced use cases

    • @pytalista
      @pytalista  9 месяцев назад

      That's the plan!

  • @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 11 месяцев назад +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  11 месяцев назад

      @leftblank5315 better know MS team know

  • @rajaspawaskar1644
    @rajaspawaskar1644 Месяц назад +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  Месяц назад

      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.