Learn Azure Functions Python V2 (Part 2: Deploy, Configure, and Use in Azure)

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 26

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

    "This is an excellent tutorial! I've built a few Azure functions before, but after taking a six-month break, I had forgotten most of the process. This guide helped me not only refresh my memory but also taught me even more along the way!

  • @brandonlin3438
    @brandonlin3438 5 місяців тому +1

    So many details and additional suggestions for how to build and manage an Azure Function in this video. Love it!

  • @trefoilanalytics6644
    @trefoilanalytics6644 5 місяців тому +1

    Thanks, Nick, for this tutorial. It's the best tutorial on Function App I found on UA-cam.

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

    Bro this is so useful! I love humans like you! Keep it up!

  • @AmishSatish-l4w
    @AmishSatish-l4w 2 місяці тому +1

    Brilliant videos Nick.

  • @hansappelo
    @hansappelo 7 місяців тому +2

    Very useful and comprehensive. I appreciate your approach of tying various aspects together

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

    Very nice two videos on functions, specially the managed identity connection here! I'll be deploying a function to get data from an API and ingest it into adls, let's see how it goes.
    Also that video on the ci/cd pipelines for Functions would be great!

  • @yoismelperez2744
    @yoismelperez2744 6 днів тому

    Thanks Nick! Very detailed walkthrough. What are your learning resources?

  • @user93-i2k
    @user93-i2k Місяць тому

    at 21:00, if you pass auth_level as anonymous, you wont have to use an API key to run that function and vice-versa

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

    Amazing vids

  • @MrAbhishekparida
    @MrAbhishekparida 6 місяців тому

    was waiting it from long !! Thank you buddy

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

    Could you share a short video on how to do it via Azure Pipeline (yml)

  • @user93-i2k
    @user93-i2k Місяць тому +1

    so great content with less reach, guys please like, subscribe and share so he creates more content

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

    Thanks for this would be interested in seeing how to deploy using azure pipelines and a code that is stored in azure repos

  • @haagarwal
    @haagarwal 7 місяців тому +3

    Thanks for this. Could you please also make a video on how to implement azure pipeline for azure function deployment.

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

    I tried it but no luck. I upload my trigger but it is not shown in the portal. any idea or suggestion?

    • @wanderer-1986
      @wanderer-1986 2 місяці тому

      Were you able to get this to work? Each time I push a new deployment my function is deleted in the function app. And the deployment logs say no http triggers even though there was one on the first deployment.

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

      @@wanderer-1986 Yes, What i noticed is that,if you are not using docker, you should put the version of the libraries used, in the requirements.txt file. Once that is done, Azure recognizes the triggers. Hope this helps!

    • @wanderer-1986
      @wanderer-1986 Місяць тому +1

      @@MrJossSo that fixed it for me. Thank you so much for responding!.I was stuck on this for the longest

  • @ReivsonLopes
    @ReivsonLopes 6 місяців тому +1

    please make a video with the ci/cd pipeline

  • @moadsaadkhorchef6332
    @moadsaadkhorchef6332 7 місяців тому +1

    top one mate

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

    Waiting for your next video cicd for azure function. Can you pls make one . Also can you think about making a course in Udemy in azure function with python