Questions tagged [azure-iot-edge]

Use this tag for questions related to Azure IoT Edge, which is an Internet of Things (IoT) service that builds on top of IoT Hub.

656 questions
1
vote
0 answers

Issue In Installing Azure IoT Python SDK

I am trying to install azure-iot-sdk python but according to but when I am trying to build my device I have to face the crash error at 92% as mentioned below: If someone knows about the alternative to avoid this error, your suggestion will be…
1
vote
1 answer

message body routing from non-SDK leaf devices

the docs say to route messages within Edge properly based on the content of the body of the message, you have to set the content-type and content-encoding system properties, as shown in the sample below that uses the SDK // Encode message body using…
1
vote
1 answer

Stream Analytics Job on IoT edge not working, Exception: System.AggregateException

I'm using https://learn.microsoft.com/en-us/azure/iot-edge/tutorial-deploy-stream-analytics to deploy an ASA job to my simulated IoT device. I previously successfully deployed an IoT Edge Module (tempSensor) to the edge device and it works…
MAK
  • 1,250
  • 21
  • 50
1
vote
1 answer

how to upgrade a module in azure iot edge

I am trying to understand how continuous delivery of modules would work. I have an image that I versioned 0.0.1, I then modify and add new functionality and want to call it 0.0.2 as it is not applicable to all my fleet. This is what I do: - I go…
Qusp
  • 21
  • 5
1
vote
2 answers

MySQL Connection from an IoT Edge Module

I use my machine as a simulated device. I deployed a docker image as a module to the device where I want to connect to a MySQL instance. But I have the following error: Unable to connect to any of the specified MySQL hosts. I build the connection…
gneric
  • 3,457
  • 1
  • 17
  • 30
1
vote
1 answer

Can I deploy Azure webjobs as a IoT Edge modules?

I have this webjob in azure which saves the telemetry data and processed it for given condition(for example- Temperature exceeds the given threshold), I want to deploy this web-job as a IoT Edge module in my IoT Hub. Is It possible? If yes, Can I…
techquestions
  • 51
  • 1
  • 5
1
vote
1 answer

Software update on Azure IoT

I am currently working on software update on iot device using Microsoft azure. I am following the below links for the same…
cgoma
  • 47
  • 2
  • 13
1
vote
1 answer

Does Azure EdgeHub encrypt messages in MessageStore?

Does the edgeHub module encrypt data received from the downstream devices? Also where in the container filesystem does edgehub store the data? I tried sudo docker exec -t -i edgeHubContainerID /bin/sh to look for that without much luck. (I…
1
vote
2 answers

How can I change the hosts file in windows docker container

In our solution we want to connect our Edge module to the servicebus of a host on a different network. The dns server is not allowed (per design) to have the dns mapping to that host, hence I need to do the dns mapping in the hosts file of the…
ChristianD
  • 59
  • 4
1
vote
1 answer

How to route message coming from IotDevice to IoTEdge device?

i have followed this link To write custom modules. In this tutorial A module named tempSensor sending data to another Module CSharpModule. As far as tutorial is concerned, I successfully implemented it. What i want to do is: Receiving telemetry data…
Bilal
  • 1,034
  • 11
  • 23
1
vote
0 answers

Iothub module authentication error in Azure

I am running a fairly basic Azure IoT C# module. Initially, it all worked fine. However, when I set up X.509 certificates for the edge hub, I've been getting module authentication errors as follows. There seems to be some dependence on using…
Badri V
  • 141
  • 1
  • 4
1
vote
2 answers

UpdateTwinAsync failing

I am trying to update the Module twin of an edge device. I can now retrieve the Device Twin for the module, but I cannot save the updated Desired properties back into the IoT Hub. var moduleTwin = await registryManager.GetTwinAsync("DeviceId",…
Colin Desmond
  • 4,824
  • 4
  • 46
  • 67
1
vote
1 answer

How to specify the route to the gateway

I want to create a 'hierarchy' of edge devices and using therefore the gateway mechanism. For the moment the gateway is just a transparant gateway, which passes the messages to the IoT Hub.…
1
vote
2 answers

Deploy Azure Face API for IoT Edge

Is it possible to deploy Azure Face API trained model to IoT Edge like Custom Vision? If it is, please answer me how to do that?
1
vote
3 answers

How to Send New Messages from Azure IoT Edge Module Python

It seems there is not very much support for what I am trying to do, but it is supposed to be possible since it is demonstrated in temperature sensor and sensor filter tutorial. However, there are no examples for the actual message creation from an…
Knaup
  • 11
  • 1
  • 4