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.
Questions tagged [azure-iot-edge]
656 questions
1
vote
0 answers
Trouble with implementing a Direct Module Method in Azure IoT Edge Module using azure-iot-sdk-c SDK
Full disclosure, I have asked this question on Azure IoT SDK C github project, but since they recommend looking on StackOverflow, I decided to post here as well.
I am having trouble implementing a Direct Module Method handler in my azure-iot-sdk-c…

Paul Grinberg
- 1,184
- 14
- 37
1
vote
1 answer
Install Azure IoT Edge on Debian9
I'm going to install Azure IoT Edge along a procedure of URL in the following,
but an error goes out and doesn't advance it first.
Could you tell me the cause and a plan to…

清水敦司
- 11
- 1
1
vote
2 answers
Azure IoT Edge Queue Depth
We are trying to debug an issue with Azure IoT edge modules deployed in a transient network environment. The problem is our edge module code sends messages using moduleclient and the call returns successfully. However some messages do not make it to…
user11631417
1
vote
1 answer
IoT Edge Module - Remotely debugging python module issue
I have created two C# IoT edge modules one for the sender and another for the receiver using IoT module routing. It is working fine and I got the data in the receiver module. But I had to change the sender module as python instead of C#. For the…

Syam Kumar
- 343
- 5
- 16
1
vote
1 answer
Azure IoT Edge Module Twin Settings Set to Empty
I have a number of devices deployed with edge modules running on them. I created a deployment in Azure Portal that targets all devices which sets the environment variables and docker settings. The deployment does not set the twin settings.
I then…
user11631417
1
vote
1 answer
Set Azure IoT Edge Module Device Wide Setting
Is there a way to set a twin setting that is visible to all edge Modules running on a device? Rather than repeat the same setting inside each edge module's twin definition?
user11631417
1
vote
1 answer
How to use application insights for capturing iot edge device logs?
I am trying to understand the use of application insights for capturing the module logs and considering appinsights as a potential option.
I am keen on understanding how would the appinsights work considering there would be multiple devices each…

harika
- 65
- 6
1
vote
3 answers
Opening port to host from Azure IoT Edge container module
I wrote a custom Azure IoT Edge module (Node.js) that needs to talk to a WebSocket server running on the host (not in a container).
How can I open the IoT Edge module container on port 9090 to allow for this communication?

Reneli
- 1,756
- 2
- 16
- 26
1
vote
1 answer
Creating Apache Kafka docker image with some configurations
Currently after I deploy Kafka to a machine, I need to run the following commands so it can be configured correctly:
docker run --net=azure-iot-edge --rm confluentinc/cp-kafka:5.1.2 kafka-topics --list --zookeeper zookeeper:2181
docker run…

Rana
- 1,675
- 3
- 25
- 51
1
vote
1 answer
Log rotation on IoT Edge Agent
I am following Microsoft documentation and trying to set the logs for edge Agent through the container options. My deployment.template.json file is as follows:
{
"$schema-template": "2.0.0",
"modulesContent": {
"$edgeAgent": {
…

Hassan Abbas
- 1,166
- 20
- 47
1
vote
1 answer
Cloud Explorer errors when trying to view IoT Hub - Newtonsoft dependency error
Repro steps:
Install Azure IoT Edge Tools for VS 2019
Install Cloud Explorere for VS Preview
Open Cloud Explorer and navigate to my IoT hub
4 .Try to view devices
I expected to see my hub devices, instead I get the error:
Cloud Explorer
Unable to…

naspinski
- 34,020
- 36
- 111
- 167
1
vote
1 answer
How to copy .csproj of referenced project in dockerfile
We are trying to build an iot edge module on windows 1809. Our Project folder hierarchy is as follows:
----BaseDir
|---ClassLibrary1
|---ClassLibrary2
|--references ClassLibrary1
|--references ClassLibrary3
…

Harshith R
- 418
- 1
- 11
- 31
1
vote
0 answers
what factors determine "catch up speed" on Edge after a network outage
I have a customer with IoT Edge deployed to manufacturing plants in remote areas with spotty internet. They have leaf devices sending messages to IOT Edge and then to IoT Hub. They frequently have small outages (5, 10, 15 minutes). They often…

Steve Busby - MSFT
- 283
- 1
- 8
1
vote
1 answer
Current Application Insights Integration Best Practice for IoT Edge Solution
What is the best practice to integrate an IoT Edge solution with Application Insights? The current IoT Edge production checklist [1] references a "logspout-loganalytics" project but that does not appear to be officially maintained by Microsoft and…
user11631417
1
vote
2 answers
Error using TPM with IoT Edge on Yocto after running tpm2_takeowership
Configuring IoT Edge to use TPM, I am getting the error: Error: No such file or directory (os error 2)
I have run tpm2_takeownership before, so this is probably a contributing factor.
OS: Yocto 2.3 (Linux reliagate-10-12 4.9.148-eurotech-ti #1 Tue…

Kevin Saye
- 299
- 1
- 8