azure-iot-remote-monitoring/README.md

35 строки
3.1 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2015-09-29 09:12:55 +03:00
#Microsoft Azure IoT Suite
2016-04-29 01:32:44 +03:00
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:
2015-10-28 00:30:59 +03:00
- 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](https://www.azureiotsuite.com), following the guidance outlined in this [document](https://azure.microsoft.com/en-us/documentation/articles/iot-suite-getstarted-preconfigured-solutions/). 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
2015-10-28 00:30:59 +03:00
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.
2015-09-29 07:28:36 +03:00
2015-09-29 09:12:55 +03:00
##Contents of this repository
2016-03-18 12:19:15 +03:00
### Docs folder:
* [Set up development environment (Windows)](Docs/dev-setup.md) outlines the prerequisites for deploying the remote monitoring preconfigured solution.
* [Local deployment and debugging](Docs/local-deployment.md) describes how to deploy locally and basic debugging.
* [Cloud deployment](Docs/cloud-deployment.md) describes building and deploying the remote monitoring preconfigured solution fully on Azure.
* [Configuring Azure IoT Suite preconfigured solutions for demo purposes](Docs/configure-preconfigured-demo.md) walks you through changing the footprint of the underlying Azure services for your solution.
2016-03-18 12:19:15 +03:00
Other useful [IoT Suite documentation](https://azure.microsoft.com/documentation/suites/iot-suite/):
* [Frequently asked questions for IoT Suite](https://azure.microsoft.com/documentation/articles/iot-suite-faq/)
2016-03-30 13:51:05 +03:00
* [Permissions on the azureiotsuite.com site](https://azure.microsoft.com/documentation/articles/iot-suite-permissions/). This includes instructions for adding co-administrators to your preconfigured solution.
2016-03-18 12:19:15 +03:00
2015-09-29 09:12:55 +03:00
### 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
2015-09-29 07:28:36 +03:00
2015-09-29 09:12:55 +03:00
### Visual Studio solution:
2016-03-30 13:51:05 +03:00
* **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.
2016-03-18 12:19:15 +03:00
## Feedback
Have ideas for how we can improve Azure IoT? Give us [Feedback](http://feedback.azure.com/forums/321918-azure-iot).
2015-10-12 20:33:14 +03:00
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.