J Antoni

J Antoni

  • NA
  • 81
  • 34.9k

Suitable Device Management for use with Azure resource

Sep 14 2017 1:50 AM
   I am developing an Web App. Its main functionality is
==> to provide options to get data from different devices and
==> display them on Dashboard


My Current Flow
When it was started
==> A device will be sending data
==> This data from the device will to be placed in Azure Table Storage.
==> As and when the data gets into Azure the latest received data will be flashing (displayed) in my web app Dashboard.

The app is now getting bigger
==> we are expecting to get data from more than one device
==> each device may have same\different parameters & values to send to the Azure
==> So management of the parameters corresponding to each device too needs to be handled

For all this, its required to make the app manage the devices- like
==> registering new device,
==> allow edit\delete of the devices
==> maintaining the device related parameters
==> ...
==> ...

My Query
==> In this scenario would the device with IoT Hub serve my cause?
==> Or Should I make my web app only to manage (add\edit\del..) devices
==> Or is there any better option in Azure to manage device ( the device which sends data to Iot)?

What I have tried:

I have 2 options
==> 1. to handle in system to manage the device(add\edit...)
==> 2. IoT Hub device to analyze if it would serve our purpose

Please share your thoughts.

Answers (1)