DEPENDENCY INJECTION & APP CONFIGURATIONS In AZURE FUNCTIONS⚡| Azure Series
Rahul Nath Rahul Nath
31K subscribers
17,848 views
0

 Published On Jan 2, 2022

HAPPY NEW YEAR 🙂
Dependency Injection is a technique to achieve Inversion of Control (also known as IoC) between classes and their dependencies.

Azure Functions supports Dependency Injection pattern. This means you can segregate responsibilities into different classes and inject them into your main Function class. DI helps write loosely coupled code and improved maintainability, testability, and reusability.

In this video, we will learn how to set up Dependency Injection in Azure Functions and use the dependencies and how the different Dependency Injection Service Lifetimes behave. I will explain Transient, Scoped, and Singleton Lifetime Scopes and the difference between them.
I will show some of the common examples with DI for Logging, Options Patterns, different configuration sources, and using User Secrets.

00:00 - Introduction
04:52 - Setting up DI
13:50 - DI Logging
18:03 - Service Lifetime
33:13 - Application Configuration
40:35 - Secrets Manager
44:14 - Conclusion

🔗Blog Post - https://www.rahulpnath.com/blog/depen...
🔗DI In Azure Functions - https://docs.microsoft.com/en-us/azur...

Additional Watching
📹Azure Functions -    • AZURE FUNCTION ⚡ - Integrate with Azu...  
📹Dependency Injection -    • DEPENDENCY INJECTION in ASP.NET Core ...  
📹Managind Sensitive Information -    • ENVIRONMENT SPECIFIC APP CONFIGURATIO...  
📹Azure Queue Storage -    • AZURE QUEUE STORAGE From ASP NET Core...  
📹Options Pattern -    • OPTIONS PATTERN in ASP.NET Core | Get...  
📹Logging -    • LOGGING in ASP.NET Core | Getting Sta...  
📹Azure Functions DevOps -    • AZURE FUNCTION DEVOPS | Setting up a ...  
📹Managed Identity -    • Azure SDK DefaultAzureCredential : Un...  
📹 ASP NET Core Series - https://bit.ly/asp-net-core-series

Come say hi! ✋
🌍 Blog - https://rahulpnath.com/
✉ Subscribe to my Newsletter - https://www.rahulpnath.com/subscribe
🐦Twitter -   / rahulpnath  
📸Instagram -   / rahulpnath  

🎥 Recording Setup and Workflow - https://www.rahulpnath.com/blog/youtu...

Make sure to SUBSCRIBE to the channel. THANK YOU for helping me grow this channel !!

show more

Share/Embed