Azure IoT Remote Monitoring preconfigured solution
Перейти к файлу
jamesweb d6eb6798b7 add support for passed arguments
Add environment variable SuiteArgs that can be used to pass arguments to
powershell.  For example
set SuiteArgs=-verbose
will set powershell execution output to verbose
2016-04-25 14:39:28 -07:00
.nuget
Common Check for not set subscription id 2016-04-22 18:36:00 -07:00
DeviceAdministration workaround for dotLess handler issues on Azure Websites 2016-04-22 15:45:50 -07:00
Docs Update cloud-deployment.md 2016-04-22 17:23:57 -07: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
.gitignore
AppRolesForManifest.txt
Common_Props.proj
README.md Missed removing this link in previous PR 2016-04-20 17:16:29 +01:00
RemoteMonitoring.sln propogating deleted dups to csproj files 2016-04-19 10:56:16 -07:00
THIRDPARTYNOTICE (Azure IoT Suite Monitoring Solutions).txt
VERSION.txt Bump version to 1.3 2016-04-20 18:11:12 -07:00
WebEssentials-Settings.json
build.cmd add support for passed arguments 2016-04-25 14:39:28 -07:00
infrastructure.connectivity.license.txt
license.txt

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 subscrption. 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.