#Microsoft Azure IoT Suite ##Remote Monitoring preconfgured solution
##Contents of this repository
- ASP.NET MVC 5 website containing user dashboard and device portal to manage IoT devices (add, remove, view, etc)
- APIs and application logic to support telemetry and device operations
- Simulator (Azure Web Job) that simulates one or more devices that send data to the IoT Hub for testing and troubleshooting
- Azure Worker Role that hosts an Event Hub EventProcessorHost instance to handle the event data from the devices forwarding event data to other back-end services or to the remote monitoring site
- RemoteMonitoring: contains both the Dashboard web app, the EventProcessor worker role, and the Simulator worker role.