I'm little confused by using Azure IoT Hub. I can't figure out how is it possible to trigger api function of sending push notifications for iOS/Android stored on Azure by IoT device using IoT Hub?
Any help would be appreciated!
I'm little confused by using Azure IoT Hub. I can't figure out how is it possible to trigger api function of sending push notifications for iOS/Android stored on Azure by IoT device using IoT Hub?
Any help would be appreciated!
2: configure IOT-HUB. 3: configure Event-HUB
4: select own configured IOT-HUB and create devcie
5: select End Point.
6: Add new End point and while creating end point, please select Event-Hub.
7: select Routes option into IOT-HUB
8: create route fallowed by data source and end point.
Now you have to subscript event-hub and now you are able to ingest data of IOT-HUB – Maneesh Singh Jul 28 '18 at 16:00