Community

Dependency Injection in Azure Functions

(Gunnar Peipman) Azure Functions V2 supports ASP.NET Core like dependency injection. It is specially good if we write functions that are wrappers for shared libraries and components we are also using in web and other applications of our solution.