08. Azure using Python SDK : Develop Azure Function Using Programming Model V2

Поделиться
HTML-код
  • Опубликовано: 11 июл 2024
  • In this video, we will cover how to develop Azure Function using Programming model V2. We would also go over what's the difference
    between Azure function programming model V1 and V2 and why V2 model
    is being preferred over V1 model.
    Chapters :
    ************************************
    0:00 Azure Functions : Programming model V1 vs V2
    0:13 Azure Function V1 overview
    1:26 Azure Function V2 : What's new in it ?
    1:55 Decorator : A sample code
    6:00 Developing Azure Function V2
    11:00 Create and use Blueprint
    13:25 How to use Blueprint to define multiple Functions
    How to create Blob Trigger Function using Programming model V1
    and Deploy on Azure ?
    ******************************************************************
    • 06. Azure using Python...
    Playlist on Azure using Python SDK :
    ***********************************************************
    • Access Azure using Pyt...
    Interested in Generative AI, Check this Udemy course on Query your custom documents using LlamaIndex :
    *********************************************************************
    www.udemy.com/course/query-yo...
    Looking for interview guide on Kafka ?
    ************************************************
    If you are planning for interview on real time process and looking for tech questions on Kafka and Spring Kafka, look no further and grab your copy of "75 Interview Questions on Kafka and Spring Kafka".
    Available here : techytacos.gumroad.com/l/weqdh
  • НаукаНаука

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

  • @toolbelt
    @toolbelt 3 месяца назад

    Thank you for this and your other videos. They are very helpful.

    • @TechyTacos
      @TechyTacos  3 месяца назад

      Thank you for taking sometime out and writing this comment ! I hope these videos were worthy of your time. Please do let me know in case of any suggestion or any particular topic you would want us to cover.

  • @jorgeduardo101
    @jorgeduardo101 3 месяца назад +1

    your videos are some other level shit. Helping people solve real problems! Thank you very much :)

    • @TechyTacos
      @TechyTacos  3 месяца назад

      Thank you for your time !

  • @saurabhjain507
    @saurabhjain507 4 месяца назад +1

    Great! Thanks for creating the v2 version of your previous video. Looking forward to see more videos and learn from them

  • @SAHITHTHATIPALLI
    @SAHITHTHATIPALLI Месяц назад

    Hi, I am facing a small issue. I do want to explicitly mention the container name in the code. could you please help me with that..?

  • @SAHITHTHATIPALLI
    @SAHITHTHATIPALLI 3 месяца назад

    Thanks for the video, Can we trigger the function by giving multiple blob names in path..? I want to trigger my function for only specific blobs that are uploaded in the container. If it is possible, how tl execute it.?

    • @TechyTacos
      @TechyTacos  3 месяца назад

      Thanks for the question !
      Azure Functions are designed to have exactly one trigger per function. This means that you cannot directly specify multiple blob names in the path for a single Azure Function but there are some workaround, please refer below link for the same :
      stackoverflow.com/questions/62267754/is-it-possible-for-azure-function-listening-multiple-blob-for-blob-trigger