Skip to main content

Azure AppDev Challenge

Day 1 - Task 9โ€‹

  • Use Serverless functionality to receive and process the IoT status messages
    • e.g. Azure Logic Apps
  • Workflow:
    • Triggered by events arriving
    • Processing to call API application to update alarm status in datastore (if using Logic apps then use a Custom Connector)
  • Amend Web Application to allow an operator to reset an alarm
    • Call API application to set Status = Green

Useful Resources: