PreviousNext

Azure Functions Dependency Injection with Autofac

by bill-s, 2018-10-27T16:50:16.819Z

If you want to write automated tests for Azure Functions methods and want to be able to control dependencies (e.g. to inject mock versions of things) you can set up dependency injection.

Read More