1

I have this webjob in azure which saves the telemetry data and processed it for given condition(for example- Temperature exceeds the given threshold), I want to deploy this web-job as a IoT Edge module in my IoT Hub. Is It possible?

If yes, Can I get some links to the required information?

techquestions
  • 51
  • 1
  • 5

1 Answers1

2

You cannot deploy a Webjob directly onto IoT Edge. However, depending on how your application works, you might be able to transfer or re-use the code quite easily into either an Azure Function or into a custom module.

Does this help in your case?

silent
  • 14,494
  • 4
  • 46
  • 86