Questions tagged [azure-iot-suite]
32 questions
0
votes
1 answer
How to catch Device Provisioning Event with Azure Logic App?
I'm trying to implement a list of events with Azure IoT Suite:
My device connects to the IoT Hub the first time with the device provisioning service;
The device provisioning registers correctly the device and set the device twin;
An Azure Logic App…

davide.ferrari
- 221
- 2
- 10
0
votes
0 answers
How to fix "Azure Function Output Adapter failed to write events"
I have in my Azure IoT architecture a Stream Analytics (SA) connect to an Azure Function.
Sometimes I have this error of my SA:
"Send Events: Azure Function Output Adapter failed to write events"
and in the JSON message of the error I find this…

davide.ferrari
- 221
- 2
- 10
0
votes
0 answers
Azure Device Provisioning - Setting Device Twin property
I want to use the device provisioning in Azure for my devices.
I'm using the Azure IoT SDK (Java).
I would like to create a new device that have some specific properties inside the JSON of the device twin.
I want to see my new device in Azure portal…

davide.ferrari
- 221
- 2
- 10
0
votes
1 answer
How to access various timestamps in Azure Iot Edge Pipeline?
I have 2 simple pipelines in Azure Iot Edge. Now, I am interested in accessing the timestamps added to an iot message at each step/node in the pipeline. For example the 'enqueuingTime' at IoTHub and ASA and 'processedTime' from IoTHub and ASA etc.…

Anirban Das
- 113
- 2
- 6
0
votes
1 answer
Can I use Azure IoT Hub as a MQTT bridge?
I have some devices that sends their data to my Azure IoT Hub. For now, a Stream analytics job processes the data, but I would also like to "forward" the data stream to an external Mosquitto server. How can I do that? Can I set up the IoT Hub to…

prograde
- 2,620
- 2
- 23
- 32
0
votes
2 answers
IoT Azure Edge ContextualVersionConflict: pyOpenSSL
I am following the Quickstart Azure IoT Edge tutorial and in the Section Configure the IoT Edge runtime.
When I configure the runtime with the IoT Edge device connection string
iotedgectl setup --connection-string "{device connection string}"…

marhg
- 659
- 1
- 17
- 30
0
votes
2 answers
azure-iot-sdk-c submodule/library versions
I want to know how to choose the versions of the dependencies used by azure-iot-sdk-c.
for example, I plan to use:
azure-iot-sdk-c from github.com/Azure/azure-iot-sdk-c.git,…
0
votes
1 answer
Trouble with Azure IoT C# SDK Certificate
I am receiving this error when I try to connect to Azure IoT Hub. Microsoft.Azure.Devices.Client.Exceptions.UnauthorizedException.
I could not post the error screen shots here, since I do not have enough reputation points.
So instead I wrote the…

Naseem Mohammed
- 3
- 2
0
votes
1 answer
how to register device to azure iot hub from device(with iot client c sdk)
I couldn't connect my iot device to azure iot hub to register device.
I saw some example in node.js and c# sharp client sdk. But I couldn't find for c sdk. Is it possible register device (obtain credential) from client side?
How can I connect my…

tozduman
- 21
- 1
- 6
0
votes
0 answers
How can I add a Stream Analytics table storage output?
I am following this Azure IoT tutorial. One of the last steps in Azure is creating a Stream Analytics job with an output to table storage. Following the tutorial, the first Stream Analytics job output can't be created.
Clicking the "Create" button…

spork
- 1,185
- 1
- 11
- 17
0
votes
1 answer
Compare ingest-time to generated-time for an IOT Stream
I've written a Streaming Analytics query to emit 2 date-time values: one from my stream and the other the 'ingest' date-time into Azure IOT / StreamingAnalytics. My stream's value is in UTC, but I'm finding that the 'ingest' date-time is offset…

Howard Hoffman
- 897
- 1
- 9
- 22
0
votes
1 answer
How do i integrate Azure IoT in my Ionic Project?
I am Using Azure IoT Hub, which is Connected with Rasberry Pi.
Rasberry Pi device sending data to my AzureIoT hub.
My Question is , How to access the Azure IoT hub data in to my Cordova Project ?.
here , I am using AngularJs , Cordova, Ionic…
user3543822
0
votes
0 answers
Azure Iot Send Command : Feedback Reciever shows null pointer at times when feedback not recieved
I am working on the Azure Iot Platform, using Java for coding , and facing an issue while sending command to a device. I recieve a null pointer exception at my feedbackReceiver.receiveAsync() method when I dont recieve the feedback for the command I…

Kamal Chaturvedi
- 101
- 1
- 4
-1
votes
1 answer
Issue connecting device with Azure Iot central
i have issues connecting my device with Azure Iot central because my device's password have 64 characters and the minimum for Azure Iot central is 90, what can i do? use another Azure Iot service or I can change that condition in the Azure Iot…
-1
votes
1 answer
IPhone as a gateway for iot device -- Azure IOT HUB
Is there a way in azure iot hub.. where we can have ios device act as a gateway for leaf nodes like raspberry pi or other decive's to sends/receive data from azure iot hub.
Is there any iOS sdk available for the same

Guna pandian
- 83
- 1
- 9