Programming
Dependency Injection in Azure Functions v3
In the v3 version of Azure Functions DI is better supported and there’s now some offical documentation demonstrating how it’s done. It’s pretty similar to how it was done previously, below is updated code from my previous v2 example. The IFunctionsHostBuilder instance is created by the Azure functions host and Read more…