Dependency injection for Azure Webjob with Unity
In my previous post, I showed how to connect to FTP server via Azure Webjob. In this post, I’m going to show how to inject dependency in Azure Webjob using Unity. Azure Webjob uses a JobActivator to create instances of job classes. A custom job activator can be used to resolve any dependencies when creating instances. To … [Read more…]