Azure Functions Dependency Injection

Azure functions has always been missing the startup sequence enjoyed by other .net core applications. DI is now a first class member and the above post by microsoft explains whats needed well.

Reference:

  • https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection
Written on July 16, 2019