0

I have an application that should be updated every time a certain event occurs in Azure IOT Hub. For this, azure uses webhooks and I need to enter a callback URL.

I am new to webhooks and reading into the implementation. If I understand correctly, the Azure IOT Hub is the webhook producer and my application is the webhook consumer.

Now, I'm able to find a lot of information on webhook producers but it's not clear to me what are the requirements on implementation of the webhook consumer. I have already created a classic Rest endpoint that should be called. Is this enough or should I follow a specific implementation protocol?

Anonymoose
  • 2,389
  • 6
  • 36
  • 69
  • Can you add more details about your scenario? Do you want to update application or device? See https://stackoverflow.com/questions/65835672/azure-webhook-triggers-a-iot-hub if it helps – AshokPeddakotla Sep 05 '22 at 14:57
  • @AshokPeddakotla-MSFT I want to update an application based on data changed on the device – Anonymoose Sep 06 '22 at 06:22

0 Answers0