python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Connect to Azure IoT Hub using MQTT
I am trying to connect to an Azure IoT Hub directly using MQTT using this method:
https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support#using-the-mqtt-protocol-directly-as-a-device
I am...

johnstaveley
Votes: 0
Answers: 1
Finding the underlying IoTHub hostname of an Azure IoT Central instance
I'm trying to use an MQTT client to send device telemetry to an IoT Central instance. To do this, I think I need to know the hostname of the underlying IoTHub instance. I have a hostname of the form i...
Tom
Votes: 0
Answers: 2
How to process current and previous IoT Hub event from an azure function?
I have a simple scenario where I want to take the diff between current value of a parameter and previous value from IoT hub telemetry messages and attach this result and send to Time Series Insights e...

kingvittu
Votes: 0
Answers: 2
Get real-time sensor data from IoT device on Azure
I want to get real-time sensor data from IoT devices using Azure cloud services. This would be displayed on a dashboard for monitoring purposes. What are the options available in Azure?
Learner123
Votes: 0
Answers: 1