I\'m trying to do a bit of a balancing act here. Currently Azure WebJobs don\'t support .NET Core.
With some help, I created a .NET Core Console App and made it work as
After instantiating the JobHostConfiguration from the BootStrapIoc method, you re-instantiate it from the main method.
JobHostConfiguration
BootStrapIoc
main
Just remove this line in your main method:
config = new JobHostConfiguration();