Skip to content

magoroku15/azure-iot-predictive-maintenance

 
 

Repository files navigation

#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 predictive maintenance preconfigured solution from https://www.azureiotsuite.com, following the guidance on provisioning pre-configured solutions 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.

##Predictive Maintenance pre-configured solution The predictive maintenance pre-configured solution illustrates how you can predict the point when failure is likely to occur. The solution combines key Azure IoT Suite services, including an ML workspace complete with experiments for predicting the Remaining Useful Life (RUL) of an aircraft engine, based on a public sample data set.

Wiki:

  • Do you want to know how to deploy this preconfigured solution locally and to the cloud? Take a look at our Wiki for answers.
  • Have ideas for how we can improve Azure IoT? Give us Feedback.

##Contents of this repository

Web folder:

  • ASP.NET MVC 5 website containing user dashboard and device portal to manage IoT devices (add, remove, view, etc)

Infrastructure folder:

  • APIs and application logic to support telemetry and device operations

Simulator folder:

  • Simulator (Azure Web Job) that simulates one or more devices that send data to the IoT Hub for testing and troubleshooting

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:

  • PredictiveMaintenance: contains both the Dashboard web app, the EventProcessor worker role, and the Simulator worker role.

About

Azure IoT Predictive Maintenance preconfigured solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 45.9%
  • CSS 40.9%
  • PowerShell 8.0%
  • TypeScript 4.7%
  • Other 0.5%