1,149 questions with Azure IoT Hub tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Receiving device to cloud messages - Do I need to attach a storage account to my IOT Hub to use EventProcessorClient

I am currently following the example here to receive the cloud messages. In that example I am using ReadEventsAsync. The example however states that: // The "ReadEventsAsync" method on the consumer is a good starting point for…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-11-26T05:16:15.723+00:00
SilverChips 71 Reputation points
accepted 2020-11-28T16:11:28.533+00:00
SilverChips 71 Reputation points
1 answer One of the answers was accepted by the question author.

Arduino ESP32 code for publishing and subscribing to device twins

I am having trouble finding a suitable arduino code for ESP32 to use with device twins. I have managed to find a ESp8266 code but couldn't find the ESP32 code. Can any one please direct me in the right path.

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-11-22T16:43:44.627+00:00
Senuda Jayalath 41 Reputation points
commented 2020-11-28T03:36:04.24+00:00
Senuda Jayalath 41 Reputation points
2 answers One of the answers was accepted by the question author.

Is it possible to clear the telemetry content of an IOT hub?

I wanted to know if its possible to clear the telemetry data that was sent by a device to the cloud ? Where is that data stored and is it possible to clear that data ?

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-11-25T10:48:52.397+00:00
SilverChips 71 Reputation points
accepted 2020-11-27T03:26:01.68+00:00
SilverChips 71 Reputation points
1 answer One of the answers was accepted by the question author.

Request size and concurrent job issues when using JobClient (.NET SDK)

I have an Azure IoTHub (S2) environment with 4000+ devices, to which I'm trying to send the same TwinPatch to update them. I am hitting 2 different issues when trying to achieve this update. First To achieve this update, I am using the Azure IoT…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
391 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2020-11-19T08:13:27.217+00:00
Frank Hoogmans 21 Reputation points
accepted 2020-11-26T07:39:05.917+00:00
Frank Hoogmans 21 Reputation points
2 answers

Java SDK, DeviceTwin desired properties update callbacks / notifications

Java SDK, looking for a way to receive a single notification / single callback execution when updating (patch) desired properties. Similar to receive_twin_desired_properties_patch in python SDK. I can see callbacks executed for each property in patch,…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2020-11-03T00:31:51.063+00:00
Slava A 106 Reputation points
commented 2020-11-20T15:51:43.487+00:00
AshokPeddakotla-MSFT 30,066 Reputation points
1 answer

Telit And Azure IOT HUB connection

Hello I am trying to connect module Telit ME310 to Azure IOT hub. And have some problem with implementation with using AT-commands. I generate CA certificat and device chain with help of portal…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-11-10T12:15:59.387+00:00
Anton 6 Reputation points
commented 2020-11-20T14:29:58.49+00:00
António Sérgio Azevedo 7,666 Reputation points Microsoft Employee
1 answer

Sendig AVRO structure message to Azure IoT Hub

I am trying to send an AVRO structure message to Azure IoT Hub and consume the same. The problem is I am not able to change or manipulate the Device Twin in the AVRO structure. Can we have our Device Twin configured as an AVRO structure or is it not…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2020-11-07T11:22:05.4+00:00
Kumar, Aman 1 Reputation point
commented 2020-11-20T10:53:26.437+00:00
AshokPeddakotla-MSFT 30,066 Reputation points
1 answer One of the answers was accepted by the question author.

Suggest on how to send device message to IoT-hub using RESTAPI

I would like to use REST APIs to send device message to IoT hub without using the client APIs. There is an example on how to use that for file upload: GET (REST API) {iot hub}.azure-devices.net/devices/{deviceId}/files/{filename}. which will return…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-11-06T02:16:19.98+00:00
Hsieh, Todd T 91 Reputation points
commented 2020-11-19T12:14:30.667+00:00
António Sérgio Azevedo 7,666 Reputation points Microsoft Employee
2 answers

Restrictions on deviceClient

opening two device clients: DeviceClient client = new DeviceClient(connString, protocol); client.open() with the same connection string from two different processes is causing both processes to fail:…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2020-11-02T21:41:48.793+00:00
Slava A 106 Reputation points
commented 2020-11-12T03:18:13.157+00:00
QuantumCache 20,186 Reputation points
1 answer

I want to send C2D messages to Azure IOT device

Using Visual studio code or Azure iot explorer i want to send C2D message. Now when i am trying to send message its giving error: [C2DMessage] AMQP Transport: Could not connect. How to set protocol as MQTT and send C2D message ?

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-11-02T10:40:04.807+00:00
Rani H 1 Reputation point
commented 2020-11-11T16:21:33.917+00:00
AshokPeddakotla-MSFT 30,066 Reputation points
1 answer One of the answers was accepted by the question author.

Azure IoT Edge Custom Module IoT Create Options - Host Config

I tried to use the DeviceCgroupRules property within the HostConfig of the section of the create options of a custom IoT Edge module and after setting the property the desired version of the create options shows the HostConfig with the DeviceCgroupRules…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
557 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-08-20T14:17:23.383+00:00
Dominik Koller 21 Reputation points
commented 2020-11-10T08:19:05.717+00:00
Dominik Koller 21 Reputation points
1 answer One of the answers was accepted by the question author.

upload file to blobstorage via azure-iothub without sdk

Hi, I want to upload a file to an azure-blob-storage through an azure-iot-hub account withour using the azure SDK. As stated in this docs (https://video2.skills-academy.com/en-us/azure/iot-hub/iot-hub-devguide-file-upload), i have first created a blobstorage…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,576 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-11-06T14:53:44.453+00:00
accepted 2020-11-09T11:48:32.047+00:00
1 answer

Azure IOT Edge device runtime Alert if it changes from "OK" to "An error occurred in the IoT Edge runtime"

Hi Team, We want to set an alert rule if the runtime response code changes from OK to "An error occurred in the IoT Edge runtime" 400 - The deployment configuration is malformed or invalid. 417 - The device doesn't have a deployment…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
557 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-10-23T15:05:40.973+00:00
Girish Prajwal 706 Reputation points
commented 2020-11-03T20:14:46.36+00:00
QuantumCache 20,186 Reputation points
1 answer One of the answers was accepted by the question author.

DPS zero touch provisioning using X.509 certificate on Azure Sphere

I'd like to do zero-touch provisioning on DPS with Azure Sphere MT3620. The certification type is "X.509" and I have my own root and leaf certificates. I have learned following module and would like to take same step. Automatically…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
163 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-10-20T05:50:49.777+00:00
Yusuke Tochigi 56 Reputation points
commented 2020-11-03T06:25:06.067+00:00
Yusuke Tochigi 56 Reputation points
1 answer One of the answers was accepted by the question author.

deviceClient created with IotHubClientProtocol.AMQPS times out on open()

Our application is sitting on rabbitmq. When I try to talk to devices: DeviceClient(..) with IotHubClientProtocol.AMQPS and then open() I get com.microsoft.azure.sdk.iot.device.exceptions.TransportException: Timed out waiting for authentication session…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-10-30T13:52:01.977+00:00
Slava A 106 Reputation points
commented 2020-11-03T03:35:38.007+00:00
AshokPeddakotla-MSFT 30,066 Reputation points
1 answer One of the answers was accepted by the question author.

IoT Edge communication with IoT Hub from behind Firewall

I'm building an IoT platform that connects to medical devices behind very restrictive firewalls. We have to whitelist specific IP addresses for inbound communication. I've got two questions about this in relation to IoT Hub and Edge. It says in IoT hub…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
557 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-11-01T17:47:59.417+00:00
bbrsa 96 Reputation points
commented 2020-11-02T08:03:04.547+00:00
AshokPeddakotla-MSFT 30,066 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Sphere MT3620 dev kit - temperature reading

I have some code to try and read from the Temperature I2C, which is obtaining values but these do not make sense, nor are they changing over time. The data also fails the CRC check, further suggesting what is coming back isn't valid. Does anyone…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
163 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-10-21T10:48:11.373+00:00
Adam 106 Reputation points
accepted 2020-10-30T09:35:56.363+00:00
Adam 106 Reputation points
1 answer One of the answers was accepted by the question author.

How to avoid Base64 encryption for telemetry data through Azure IoT SDK

Hello, I'm currently using Azure IoT Hub SDK 1.2.10 for my IoT project. The telemetry data sent from my IoT device should not be encrypted (JSON format) but I've noticed that the SDK does a Base64 encryption before sending the telemetry data to the…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2020-10-26T22:04:47.537+00:00
Giovanni Genta 21 Reputation points
accepted 2020-10-29T11:43:02.81+00:00
Giovanni Genta 21 Reputation points
1 answer One of the answers was accepted by the question author.

Iothub query on job schedule for device twin not working

I have followed this documentation: https://video2.skills-academy.com/en-us/azure/iot-hub/iot-hub-node-node-schedule-jobs#schedule-jobs-for-calling-a-direct-method-and-updating-a-device-twins-properties var queryCondition = "deviceId IN…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
391 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
asked 2020-10-21T14:57:41.867+00:00
Pravin Kandala 106 Reputation points
accepted 2020-10-27T17:59:23.913+00:00
Pravin Kandala 106 Reputation points
1 answer One of the answers was accepted by the question author.

Sending trigger from IOT hub to IOT device (from a service bus queue in logic app)

I originally bought a raspberry pi to get some "at home" cloud experience, so I'm stoked to learn about things like the IOT Hub that enable a sort of cloud-hybrid connectivity. Trying to reverse engineer this tutorial to set up a Logic App…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2020-10-25T04:40:46.207+00:00
Steven Hurwitt 21 Reputation points
commented 2020-10-25T18:47:34.233+00:00
Steven Hurwitt 21 Reputation points