0

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.

user2984303
  • 320
  • 2
  • 9

1 Answers1

0

This will likely not work due to limitations in the sandbox that Web Apps run in. See this document for details, in particular relating to GDI limitations.

David Ebbo
  • 42,443
  • 8
  • 103
  • 117