-1

I see that the Azure IoT Suite mentions Azure Web Apps, but I can't seem to find any documentation or source which might explain/implement a web app.

Is there a standard pattern for developing a web-based application (e.g., Core MVC App) around the Azure IoT resources?

Aatif Akhter
  • 2,126
  • 1
  • 25
  • 46
HiDefLoLife
  • 555
  • 1
  • 8
  • 28

1 Answers1

0

Not sure what you mean by "standard pattern" however if you're looking for a head start, the source code for both Azure IoT Suite solutions (Predictive Maintenance and Remote Monitoring) is available on GitHub.

CSharpRocks
  • 6,791
  • 1
  • 21
  • 27
  • Thanks, that was pretty obvious - I just didn't realize that these examples contained web apps, but the View model for both definitely includes cshtml. – HiDefLoLife Sep 12 '16 at 21:00