Where is the documentation for "Using the HTTP protocol directly (as a device)"?

Matt 46 Reputation points
2021-11-10T01:15:42.8+00:00

Is there documentation that is the equivalent of this MQTT:
https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support#using-the-mqtt-protocol-directly-as-a-device
...but for HTTP?

I.e. I want to quickly learn how to transmit device-to-cloud telemetry to an IoT Hub via HTTP, without the use of an Azure SDK.

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Sander van de Velde | MVP 36,951 Reputation points MVP Volunteer Moderator
    2021-11-10T07:44:55.567+00:00

    Hello @Matt ,

    yes, there is an HTTP Rest endpoint for communication towards the IoT Hub.

    Check out this API description.

    In the past, I wrote this blog post about it. Although a bit rusty, it should still point you in the right direction.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.