Native Dependency Injection in Azure Functions with C#
C# Azure Functions support dependency injection through the native container.
This allows us to use the Dependency Inject principle in native Azure Functions. In this post, we're going to create a simple function to demonstrate the use of it.
Also, c...
rmaurodev.hashnode.dev4 min read