Azure IoT Remote Monitoring preconfigured solution
Перейти к файлу
Dominic Betts b6d05dcc71 Add article about configuring for demo 2016-04-29 16:00:41 +01:00
.nuget Add default Nuget source 2016-01-20 16:21:33 -08:00
Common Bug fix - verbose output does not write $hostname, but rather GetHostEntry object 2016-04-28 17:53:04 -07:00
DeviceAdministration fixed date time globalization 2016-04-25 15:38:26 -07:00
Docs Add article about configuring for demo 2016-04-29 16:00:41 +01:00
EventProcessor/EventProcessor.WebJob Remove dependency on ServiceRuntime 2016-04-21 17:36:43 -07:00
Simulator/Simulator.WebJob Remove dependency on ServiceRuntime 2016-04-21 17:36:43 -07:00
WebJobHost Remove dupl import 2016-04-22 13:22:18 -07:00
.gitattributes Initial commit 2015-09-28 21:28:36 -07:00
.gitignore Port ASA start-time changes to RM. 2015-12-02 13:10:21 -08:00
AppRolesForManifest.txt Initial commit 2015-09-28 21:28:36 -07:00
Common_Props.proj Initial commit 2015-09-28 21:28:36 -07:00
README.md Typo in "subscription" 2016-04-28 17:32:44 -05:00
RemoteMonitoring.sln propogating deleted dups to csproj files 2016-04-19 10:56:16 -07:00
THIRDPARTYNOTICE (Azure IoT Suite Monitoring Solutions).txt Initial commit 2015-09-28 21:28:36 -07:00
VERSION.txt Bump version to 1.3 2016-04-20 18:11:12 -07:00
WebEssentials-Settings.json Set up less handling on the server 2015-10-20 16:58:22 -06:00
build.cmd add support for passed arguments 2016-04-25 14:39:28 -07:00
infrastructure.connectivity.license.txt Add license for Connectivity in preparation for the public Nuget package. 2016-01-15 17:40:33 -08:00
license.txt Initial commit 2015-09-28 21:28:36 -07:00

README.md

#Microsoft Azure IoT Suite You can deploy preconfigured solutions that implement common Internet of Things (IoT) scenarios to Microsoft Azure using your Azure subscription. You can use preconfigured solutions:

  • as a starting point for your own IoT solution.
  • to learn about the most common patterns in IoT solution design and development.

Each preconfigured solution implements a common IoT scenario and is a complete, end-to-end implementation. You can deploy the Azure IoT Suite remote monitoring preconfigured solution from https://www.azureiotsuite.com, following the guidance outlined in this document. In addition, you can download the complete source code from this repository to customize and extend the solution to meet your specific requirements.

##Remote Monitoring preconfigured solution The remote monitoring preconfigured solution illustrates how you can perform end-to-end monitoring. It brings together key Azure IoT services to enable the following features: data ingestion, device identiy, command and control, rules and actions.

##Contents of this repository

Docs folder:

Other useful IoT Suite documentation:

EventProcessor folder:

  • 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

Visual Studio solution:

  • RemoteMonitoring: contains the source code for the complete preconfigured solution, including the solution portal web app, the EventProcessor web job, and the Simulator web job.

Feedback

Have ideas for how we can improve Azure IoT? Give us Feedback.