DEPENDENCY INJECTION & APP CONFIGURATIONS In AZURE FUNCTIONS⚡| Azure Series

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

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

  • @user-q3g5h7wq5k
    @user-q3g5h7wq5k 2 года назад +3

    Thanks for mentioning the usage of the Options pattern and configuration injection. Unfortunately, I had to spend hours on that a while ago. Wish I found your channel earlier! I'm glad you're following best practices rather than just describing basic things.

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

      Glad it helped you Alex! Do check out the Azure Series here bit.ly/azure-series

  • @thowheedh
    @thowheedh 2 года назад +2

    Outstanding Video!

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

      Glad you liked it!

  • @sreejithg4830
    @sreejithg4830 2 года назад +2

    It was really helpful for me. Thank you for posting this 👍

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

      Glad to hear that Sreejith!

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

    Top notch Content ❤

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

    Thank you so much Rahul. Your teachings have helped me a lot.

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

      Glad to hear that Kunal!

  • @PushpendraSingh-yu8qr
    @PushpendraSingh-yu8qr 2 года назад +1

    Very well explained.Thank you 👍

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

      Glad it was helpful! Do check out the Azure series here for more similar ones. bit.ly/azure-series

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

    Thanks you for the Video , its really helpful to learn DI in Azure function app

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

      Glad it was helpful! Do check out the Azure and ASP Net Series on the channel if it interests you!

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

    Thanks Rahul. Good to see you back. Happy new year 2022!

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

      Happy new year Ajeet! Took a break for a while for other personal things. Looking forward to more videos now!

  • @arunece100
    @arunece100 2 года назад +2

    Happy new year, looking for more tutorials

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

      Happy new year Arun! Yes back to RUclips and will have more regular videos here. 🙂 Let me know in case you have any specific topic suggestions.

  • @subashraj3919
    @subashraj3919 Год назад +1

    Thanks it was Informative.
    😊

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

    This was a fantastic video. Wow. Subbed.

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

    .net king is back. Happy New year Rahul 💐

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

      Happy New Year 😍

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

    Thanks for the content. Really helpful and informative.

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

      Glad it was helpful Mohammed!

  • @RAM-ff8dy
    @RAM-ff8dy 2 года назад +2

    We missed your videos all these months..

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

      Happy New Year Ram 🙂. Was a bit busy with some other personal things so took a break here. Hopefully will continue to make videos regularly now. Do let know in case you have any specific suggestion.

    • @RAM-ff8dy
      @RAM-ff8dy 2 года назад

      @@RahulNath Pls do video on Azure service bus Topics..

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

    By far the best explanation about DI anywhere, Rahul your explanations are simple to understand & to the point. Keep up the great work.

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

      Thanks a ton and glad it helps! Do check out the popular series here twitter.com/rahulpnath/status/1499626419357630466?s=20

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

      @@RahulNath Is there anyway we can do dependency injection for sql (to execute stored proc) - Any sample code you can point to?

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

    Amazing videos. Taking off my hat. Also I would recommend you to update the title of the video like DEPENDENCY INJECTION AND CONFIGURATIONS In AZURE FUNCTIONS. It will catch more sights.

    • @RahulNath
      @RahulNath  Год назад +1

      Glad you like it Veaceslav and thank you for the suggestion. Updated the title like your suggestion!! Do check out my popupar series here twitter.com/rahulpnath/status/1499626419357630466?s=20

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

    Great video.... Would love to see you do a video on CRUD for Cosmos DB using Azure functions

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

      Great suggestion! Thank you Mark

  • @VICKYCHAWLA
    @VICKYCHAWLA 10 месяцев назад

    Hi Rahul Bhai,
    Thanks for this awsum video. Very well explained each and every concepts.
    Could you please make a video showcasing the integration of Azure key vault with the Azure function?
    I watched your recommended video as per description but it seems to be for web app and doesn't work properly with azure functions. It works with the web app code but not azure functions code.
    It would be helpful, if you can showcase the Azure function integration with azure keyvault.
    Looking forward to hear from you.😌

    • @RahulNath
      @RahulNath  10 месяцев назад

      Glad you liked the video Vicky. Did you see this video/post www.rahulpnath.com/blog/how-to-authenticate-azure-function-with-azure-web-app-using-managed-service-identity/
      What issue are you facing when trying to connect with Key Vault? I also show how to use Managed Identity with KV here www.rahulpnath.com/blog/authenticating-with-azure-key-vault-using-managed-service-identity/

    • @VICKYCHAWLA
      @VICKYCHAWLA 10 месяцев назад

      ​@@RahulNathBhai, Actually there are 2 major problems that I am experiencing while setting up the key-vault for my azure function which are as follows:
      1. The actual code placement whether it can be placed in Startup itself as part of ConfigureAppConfiguration method post AddJsonFile & AddEnvironmentVariables or should it be placed in Program.cs as shown in ur other videos.
      2. AzureServiceTokenProvider doesn't work as the AppAuthentication package is deprecated.
      Could you please help with the above concerns?

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

    I have watched your channel for first time, and I like it. Thanks for the video, it helped me with my project. The short cuts are cool too. I will look at your other videos too

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

      Glad it helped! You can find my popular series here twitter.com/rahulpnath/status/1499626419357630466?s=20&t=2D3yabTBf1d26wYsX-hhyw

  • @RAKESHKUMAR-wv5qr
    @RAKESHKUMAR-wv5qr 2 года назад

    Well explained! one of the best example for I have seen to understand the Transient,Scoped, and Singleton. Thanks! Rahul

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

      Glad you like it Rakesh! Do check out the full ASP NET Series bit.ly/asp-net-core-series

    • @RAKESHKUMAR-wv5qr
      @RAKESHKUMAR-wv5qr 2 года назад

      @@RahulNath Do we need to regiser all services as a Singleton in Azure Function App? For example: builder.Services.AddSingleton();

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

    Application insight for azure function with filter. please make video on it

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

    Great Rahul ! Do you have DI for .Net framework as specified in video ?

    • @RahulNath
      @RahulNath  9 месяцев назад +1

      Glad you liked it. Yes here is the DI video ruclips.net/video/YR6HkvNBpX4/видео.htmlsi=-aMVG3HW2jAJ3T1D
      Also check out my ASP Series for more videos bit.ly/asp-net-core-series

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

    Well explained..it helped me to implement the same in one of our project…thanks a lot

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

      You are welcome!

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

      @@RahulNath it will be helpful if you start videos on micro services related

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

      @@chandanks2644 Great suggestion - It’s in my list. Will reach to it soon. Any specific topics around that you are interested?

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

      @@RahulNath nothing specific…if you start from basics then on architecture level followed by commonly used design patterns etc in microservices

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

      @@chandanks2644 Thank you for the suggestions again. Will incorporate them once I start on micro services series !

  • @MatheusVaz-u6s
    @MatheusVaz-u6s 11 месяцев назад

    Thanks very much!

    • @RahulNath
      @RahulNath  10 месяцев назад

      You're welcome!

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

    This helped a lot.

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

      Glad it did! Do check out the full Azure Series bit.ly/azure-series

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

    Thanks Rahul. Excellent video and a very helpful one. Could you please make a video or share any documents on how to secure HTTP triggered Functions. Thanks in Advance.

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

      Thank you ! Depends on what the consumer is . If you are accessing it from another app hosted on azure you can use managed identity. More on it here www.rahulpnath.com/blog/how-to-authenticate-azure-function-with-azure-web-app-using-managed-service-identity/
      Does that help you ?

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

      @@RahulNath thanks ! Will go through the article. :)

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

      @@basavarajm618 Do let me know if you have additional questions

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

    Do you have any examples of "out-of-process"? After .net 7 in-process will be obsolete.

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

    A little lengthy video. But, I could not find difference between transient and scoped in Az Functions explained any where else on net. Thanks. +1. A query: even if two http requests were made in parallel, the results shown at 32:13 will remain same (ofcourse ids will vary, but the concurrency of requests will have no effects on the results of scoped).

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

      Glad it helped Kiran. Yeah a bit longer that usual, since it covers a lot of different topics. I try and add the chapter timeline to relevant topics to jump around!

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

    Pls make a structured course Azure Data er. e.g. ADF, Databricks, Cosmos DB, Datalake .
    Also, and end to end implementation of Az devops, ARM templates. If it's paid then also fine!

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

      Thank you for the suggestion Harshit! Haven't thought of making full time courses yet, but maybe some day! 👍

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

    I posted a comment yesterday and I wanted to edit it today but can't find it..
    So after integrating appsettings.json I attempted to add an array of objects in azure appsettings and the syntax is a bit different...anyways after finding out how to do that, I then used that same syntax in local.settings.json successfully with IOptions.
    I find it a bit harder to read than a json object but if it has to be this syntax in azure appsettings, might as well use the same in the applications.
    In this, MyConfig is the section (doesn't look like a section compared to appsettings) that has 2 objects inside "Values":
    "MyConfig:ListOfObjects:0:Prop1Name": "prop1Value",
    "MyConfig:ListOfObjects:0:Prop2Name": "prop2Value",
    "MyConfig:ListOfObjects:1:Prop1Name": "prop1Value",
    "MyConfig:ListOfObjects:1:Prop2Name": "prop2Value"
    Not sure if it's worth adding appsettings.json seeing as this works? dunno..

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

    Hi Rahul..I am great fan of your tutorial,the way your are teaching its really awesome..and I truely mean it.Going through your all videos its teach me a lot.I have requested you earlier also that I am a .net core with Azure enthusiasts.In your channel azure videos are very less though you have covered some imp topic still I am requesting you ,if you feel anything else also imp topic you should require to share..Please make videos on that as perspective to a .net core developer with azure cloud.Its my humble request.Thanks in advance

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

      Thank you Piyali and glad the videos are helpful. I have been mostly working on AWS these days, hence more videos around that. Are there any specific topics around Azure that you would like to see ?
      Looking to slowly start making content around that again. My current azure series is here bit.ly/azure-series and ASP Series here bit.ly/asp-net-core-series

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

      Yes. Please cover web jobs , blob storage,event grid,event hub etc

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

      @@piyalibasak6886 Thank you - Will see if I can do some videos on these soon 👍

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

    Happy New Year Rahul

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

      Happy New Year to you too!

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

    thank you

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

    Can you share playlist link in description ?

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

      Which playlist are you after, Sagar? Here are the popular ones twitter.com/rahulpnath/status/1499626419357630466?s=20&t=fBgsX4G4KfEF_gKAFpMviw

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

    how u know so many technologies. you must be from IIT

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

      So nice of you Mark, Thank you . I’ve nowhere been near to an IIT. Not the studious type 😀

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

    Seat confortably bro. looks like in hurry . BTW happy new year

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

      Happy new year Ajay. Haha I was standing. Did you find any of the parts too fast? 🙂 Really look on to improve on the delivery side of the videos. Feedback much appreciated.

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

      @@RahulNath It was just fun message. I am following since month and learning many thing from you. you are explaining very good. thanks. If I found anything to improve in delivery content I will mention it .If possible please make some videos on AZ-900. I preparing for that.

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

      @@RahulNath I thought you are seating and your face is so near to camera that's why I said that seat comfortably.:)

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

    "You can see this and that and this over here..." helps nobody! Please explain about what it does and not just tell us it's here and there and over there! That doesn't help in understanding what it's doing or WHY it's there!

    • @RahulNath
      @RahulNath  Год назад +1

      Can you point out where you are referring to and what was not clear? Usually I use 'you can see this' etc when having the mouse cursor on it. How can I make it better? Which concept was not explained on what/why it's there - I generally try to explain things in detail, but not sure what was missed in this case.

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

    Your speach is annoying because every five words, you pause! That's annoying and tiring to many people to try and listen to! Please speak more smoothly without pausing if you can! Say a sentence at a time, not stop speaking at every 3 seconds!

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

      Thank you for the suggestion and it's the first time I have received it. I am working on my presentation skills, so hopefully this will improve. Do check out the associated blog post if that helps you understand/follow better www.rahulpnath.com/blog/dependency-injection-in-azure-functions/