Skip to content

IoT Team task #140 Wrapping function for updating creating machine in database(event triggered function) devops connects function to IoT hub backend has the function GET POST PUT API's

Laila edited this page Feb 29, 2020 · 1 revision
  • Every step in this task had to be carefully staged and troubleshooted
  • Created a function app in Azure
  • Created an Event Grid Topic
  • Created an Event Grid Subscription within Event Grid Topic
  • Connected EventGridTriggerDeviceIdentification to function app
  • This way the function gets triggered with the right message coming from the simulated IoT device
  • EventGridTriggerDeviceIdentification has a python and json file that get deployed into Azure being monitoring the device activity
Clone this wiki locally