Does anyone have any experience running a .NET console application which contains a WebBrowser control inside an Azure WebJob? Given that the WebBrowser control has a dependency on IE, I'm not sure whether the Azure WebJob runtime environment would support that dependency?
Thanks.