Azure Triggered Webjobs Scope for Dependency Injection
问题 I've read and asked some questions on how to use DI using WebJob and especially Triggered Webjobs. SimpleInjector - Azure WebJob with TimerTrigger - Register IDisposable Dependency injection using Azure WebJobs SDK? I still try to figure out how to integrate gracefully DI in triggered webjobs and @Steven asked me a good question : Isn't there a way to wrap the execution of your service in some scope? For instance, MVC and Web API have an IDependencyScope abstraction for this. This notifies