Azure Functions: Step by Step Project

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • In this step by step project, we show you how to use Azure Functions to call the Stack Overflow API and aggregate the results down to Slack. Our example uses a re-usable pattern that you can take and adopt for your own use.
    Level: Beginner / Intermediate
    Blog: dotnetplaybook.com/azure-func...
  • НаукаНаука

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

  • @MrBombsn
    @MrBombsn 3 года назад +3

    if I would have had teachers like you back in school, I would be a fkn genius now!

  • @gailfoad4422
    @gailfoad4422 Год назад

    Thank you, this is the most fun I've had programming in a long time.

  • @igorsolaja609
    @igorsolaja609 2 года назад +1

    I am just in the mid of watching video. Amazingly relaxed manner, concise, step by step, nice tone, all clear. It is just a pleasure of watching it and being lead by such an great guy. Great stuff! Thanks a lot Les

  • @chrismcclure4264
    @chrismcclure4264 3 года назад +1

    Your tutorials are awesome. For my money, I love your format and how you walk us through them. Keep up the good work.

  • @pauljohnson2023
    @pauljohnson2023 2 года назад +1

    Hey Les, hope you are well. I've just found your videos. I'm an old Fortran guy living in the digital era (error). I really appreciate the content levelling and pace of delivery. it really works for me.

  • @FlorinAsavei
    @FlorinAsavei 3 года назад

    This is a great introduction to Azure Function! I am just getting started with Azure so your video helped a lot!

  • @corsaronero5619
    @corsaronero5619 4 года назад

    well done Les, keep going with your brilliant videos, very very clear, thank you so much

  • @jasonf8129
    @jasonf8129 4 года назад +1

    I started writing Azure Functions at work just a couple of months ago. Thanks Les! Awesome stuff as usual.

    • @binarythistle
      @binarythistle  4 года назад +1

      Hi Jason. Thanks for the feedback mate. I'm planning on doing more stuff on Azure development in the new year, glad you found this one useful though!. Cheers, Les

  • @ashwinikumar13
    @ashwinikumar13 3 года назад

    Thank you, Jackson for this video

  •  3 года назад

    Thanks, Les! Keep up the good work.

  • @eliassal1
    @eliassal1 3 года назад

    fantastic step-by-step tutorial, nice use case

  • @sumangeorge7
    @sumangeorge7 3 года назад

    Perfect for getting started.. Thank you.

  • @amitsengupta8136
    @amitsengupta8136 Год назад

    Simply an awesome lesson. The Json string format we could create in that way could minimize the format error. var jsonFormat = string.Concat("{", char.ConvertFromUtf32(34), "text", char.ConvertFromUtf32(34), ":", char.ConvertFromUtf32(34), msg, char.ConvertFromUtf32(34), "}"); where char.ConvertFromUtf32(34) is nothing but the character " in the string for string join.

  • @argeelearner3978
    @argeelearner3978 3 года назад

    Thanks for this great video!! Really love it, I hope to go though some of your other videos in the near future

  • @frankjin5576
    @frankjin5576 3 года назад

    So good to watch your videos Les !!!.

  • @moey6155
    @moey6155 3 года назад

    Great Lesson, Thank you Les

  • @thesuperiorman8342
    @thesuperiorman8342 4 года назад

    Perfect timing. Thank you very much

    • @binarythistle
      @binarythistle  4 года назад

      Cool mate! Glad i could help! Cheers, Les

  • @tharunnair8344
    @tharunnair8344 10 месяцев назад +1

    Fantastic Tutorial..Would have loved to see the Indepth of Azure Functions ..Too much concentration on JSON desrialisation,stack overflow API's ..Just a Suggestion Les

  • @VladyslavPavliuk
    @VladyslavPavliuk 4 года назад +2

    Cool format. Hope for more such tuts!

    • @binarythistle
      @binarythistle  4 года назад +1

      Thanks Vlad! More on the way for 2020!

  • @SuryaRamm
    @SuryaRamm Год назад

    Brother, Awesome.
    Thanks for the video

  • @greatavatar
    @greatavatar 4 года назад +1

    Another excelente tutorial. Thank you for your time and effort. Regards. Fabian

    • @binarythistle
      @binarythistle  4 года назад

      Thanks for the feedback Fabian! I really appreciate it.

  • @GAVIGHUMMAN
    @GAVIGHUMMAN 4 года назад

    Hey Mate, just came across your channel and you have such an amazing content. I will be learning lots. Please keep bringing awesome videos.

    • @binarythistle
      @binarythistle  4 года назад

      Thanks Gavi - that's awesome feedback - thanks so much! Les

  • @VinuP2023
    @VinuP2023 4 года назад +1

    Thanks much
    You are an awesome teacher. Please do more of these videos :)

    • @binarythistle
      @binarythistle  4 года назад +1

      Thanks Vinay, that's really nice of you to say - I will be! Take it easy, Les

  • @mohamedarfaoui677
    @mohamedarfaoui677 4 года назад +1

    THKS for the videos ! keep up the good work

  • @neerajanand8567
    @neerajanand8567 2 года назад +1

    Amazing Content plus I don't know but your voice is kinda mesmerizing. I don't know when I just started listening u I just wanna continue without getting stopped with the application. Thanks, you are amazing just keep doing the great job :)

  • @bloopers2967
    @bloopers2967 3 года назад +5

    Can you please make more videos on azure functions like with business logic, logging, triggers in visual studio

  • @jorgechavarriaga395
    @jorgechavarriaga395 3 года назад +1

    Hi there! Tks for the lesson!
    I got stuck at minute 30:
    2021-03-30T17:30:04.757 [Information] Executing 'Functions.TimerTrigger1' (Reason='This function was programmatically called via the host APIs.', Id=357da780-c65b-49e8-9131-140d18ff5c20)
    2021-03-30T17:30:04.765 [Error] Executed 'Functions.TimerTrigger1' (Failed, Id=357da780-c65b-49e8-9131-140d18ff5c20, Duration=1ms)Value cannot be null. (Parameter 'connectionString')
    Any Ideas what is connectionString ?
    I get an HTTP response code 202 Accepted, but no message reaches Slack

  • @ThisCanNotBTheFuture
    @ThisCanNotBTheFuture 4 года назад +5

    Love these step-by-step lessons. Don't suppose you'd consider ever doing an Angular 8 project with web api backend? Thanks again for your work.

    • @binarythistle
      @binarythistle  4 года назад +2

      Hi mate, I've been avoiding front end stuff, but think the time has come to pick one and do some videos! I'll take a look at Angular and see what i think! Cheers, Les

  • @sharadpawar4047
    @sharadpawar4047 2 года назад

    Is there any way to create these time trigger functions dynamically. Instead creating different function for each schedule, read from json and create number of functions accordingly.

  • @elmokhliss4852
    @elmokhliss4852 4 года назад +1

    Thanks

  • @lukemartin103
    @lukemartin103 3 года назад

    Hi Les, thanks for teaching us on building this project step by step, I encounter this problem while running the function app. "Unable to open a connection to your app. This may be due to any network security groups or IP restriction rules that you have placed on your app. To use log streaming, please make sure you are able to access your app directly from your current network." can you help me? Thank you

  • @LalitChoudhary-rb9nr
    @LalitChoudhary-rb9nr 4 года назад

    This is awesome.. very good job. Please create a video for micro service architecture with example.

    • @binarythistle
      @binarythistle  4 года назад +3

      I'm planning on doing a BIG microservices series! Stay tuned!

  • @ruchikhanuja5482
    @ruchikhanuja5482 2 года назад

    Hey Les
    Thanks for making such amazing video. I am just starting with Azure functions at work.it would be really helpful if you could share any pointers on creating azure function to read from event hub and write the messages to Azure data lake.i have tried the basic code in python for this but not sure if thats enough.

  • @sravankumarguduru131
    @sravankumarguduru131 2 года назад

    In our case, url is expected to be in any of the three (below) formats.
    1) Groups
    2) Groups/id
    3) Groups?startIndex={startIndex}&count={count}
    Can you help us how to design route url in HTTP trigger functions ?

  • @vktop2
    @vktop2 Год назад

    Hi!, nice video, well, I have a question, I have 3 Azure functions developed in Java, each of them is in a repository on Github, can I deploy each azure function in a single function app? Thank you

  • @vssrikanthgarnepudi5952
    @vssrikanthgarnepudi5952 4 года назад

    Hey Les, really awesome tutorial. Can you please make some more videos on azure like service bus, event grid etc..

    • @binarythistle
      @binarythistle  4 года назад

      Hi Srikanth, I've added both of those to the backlog of ideas - thanks so much for the suggestions! Cheers, Les

  • @codegate615
    @codegate615 3 года назад +1

    Is it just me or did they change the look and feel of creating a function app?

  • @corsaronero5619
    @corsaronero5619 4 года назад

    Hello Les, i'm trying to follow your example using my own database. i have problem connecting to the DB. do you know if something is changed since you recorded the video? thanks

    • @binarythistle
      @binarythistle  4 года назад

      Hi Corsaro, possibly! Azure moves at such a pace that something may have changed. What type of error are are you getting?

    • @corsaronero5619
      @corsaronero5619 4 года назад

      @@binarythistle thanks for your reply, I fixed the issue changing the version from 3 to 2, this fixed my issue. i read lots of articles where they complained about the same issues. thanks, mate, good job

  • @Tournesol143
    @Tournesol143 2 года назад

    Follow-up form my previous comment:
    Explanation: API Tester was deprecated and was deactivated on June 30, 2021 as part of Rigor’s integration with Splunk and the release of Splunk Synthetic Monitoring.
    If you enjoyed using API Tester, you might be interested in a free 14-day trial of Splunk Synthetic Monitoring, where API testing capabilities are now supported. You can learn more and sign up for a free 14-day trial here.

  • @gopalp9488
    @gopalp9488 2 года назад

    Sir Could you Post Step by step videos on Azure learning

  • @lesamelb
    @lesamelb 3 года назад

    I saw in the thumbnail this is S2E9, where is the rest??

  • @patrikkolenovsky2788
    @patrikkolenovsky2788 3 года назад

    Wendells ... I love how yt translator can't manage australian accents :D

  • @elmokhliss4852
    @elmokhliss4852 4 года назад +2

    Thanks