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
1 answer
OPC Publisher module does not start on my Ubuntu VM as an edge module
The OPC Publisher marketplace image runs successfully as a standalone container (albeit with server connection problems). But I am not able to deploy it as an edge module, especially after changing container create options.
Background: In my host…

kingvittu
- 47
- 8
1
vote
1 answer
How to create a custom timer triggered iotedge function in python?
My requirement is to gather data on my device every 5th minute.
This resembles a function app which is triggered every 5th minute.
My device has limited resources, and i wish to do this with Python.
I have tried something similar to this, which…

Henrik2424
- 11
- 2
1
vote
0 answers
Attach to docker remote debug linux module from vs2019 fails to load/install VSDBG on Linux target
I'm attempting to remote debug a linux module running on docker. Following this article works for a simple test…

user2503078
- 737
- 1
- 8
- 24
1
vote
2 answers
Stuck in Network azure-iot-edge-dev is external, skipping
Runing the Build and Run Iot Edge Solution in Simulator stopped working suddenly, and the log builds the containers and stops at this message Network azure-iot-edge-dev is external, skipping Everything was working fine 5mins ago, tried rebooting,…

Mehdi Benmoha
- 3,694
- 3
- 23
- 43
1
vote
2 answers
OPC Publisher doesn't send data in order as in generated by OPC simulation server
I have been trying to retrieve sensor data generated by OPC simulation server (data listed in excel file and read by OPC simulation) in to one of the custom modules in Azure IOT Edge. When the data logged in the console it shows me that data has not…

SINFER
- 147
- 6
- 18
1
vote
0 answers
How to manage automatically Azure IoT Edge certificates
I've read from here and here that every IoT Edge device in production needs a device certificate authority (CA) certificate installed on it. Otherwise the IoT Edge runtime will install a temporary certificate lasting 90 days, at the end of which the…

Xela95
- 63
- 7
1
vote
1 answer
Iotedge windows container volume access
I have a windows container module that is supposed to write to a simple text file inside the volumes folder on the host machine.
The module is hardcoded to write the same thing to the same file on start up (this is for testing purposes).
Expected…

DenaM314
- 11
- 1
1
vote
1 answer
Generate production x509 certificate
Trying to implement TPM provisioning for edge devices through nodeJS.
https://learn.microsoft.com/en-us/azure/iot-dps/quick-create-simulated-device-x509-node
As mentioned able to generate a self-signed certificate for testing purposes. Please help…

Narayanan
- 197
- 1
- 2
- 10
1
vote
2 answers
Azure Percept to Stream Analytics to PowerBI DirectQuery connection with PowerQuery calendar
Problem Definition : I have Azure Percept data with a timestamp being fed through Azure Stream Analytics to a PowerBI report. I want to add a custom calendar table and tie it together with a relationship but the datetime data type is not allowing…

Charles Elwood
- 11
- 1
1
vote
1 answer
Azure IoT Edge as a translation gateway for TCP/IP based OBD-II device
We want to use Azure IoT Edge as an identity translation gateway with the protocol translation gateway. Because we are working with an OBD-II device that strictly uses TCP/IP as communication protocol. We can only add IP, PORT, and APN in the device…

Lucifer
- 156
- 4
- 15
1
vote
1 answer
would I able to do bidirectional communication between leaf device and Azure IoT hub by using Azure IoT edge gateway?
I want to use Azure IoT edge as an identity translation gateway for my TCP/IP-based device for that I have gone through many documentation regarding Azure IoT edge gateway and came to know that this gateway support Device->Cloud messaging but not…

Muhammed
- 63
- 1
- 1
- 8
1
vote
1 answer
Is Dynamic Routing is possible between Azure IOT Edge Device Modules?
When defining an Azure IOTEdge Device Deployment Manifest you must define routes for messages between Modules,
I am dynamically configuring the messages being sent from one module
The documentation below states:
"There are no wildcard options in…

foz1284
- 343
- 1
- 4
- 20
1
vote
1 answer
Error pulling edgeAgent from ACR with Windows container on IoT Edge v1.1
I am working with a customer using the v1.1 of IoT Edge with Windows containers. They are in a locked down environment and do not want to connect to a public container registry. They prefer to ingest from their own Azure Container Registry (ACR). …

Terry Mandin
- 140
- 1
- 3
- 11
1
vote
1 answer
Azure blob storage not storing locally
I want to use azure-blob-storage container to store data in a local directory. I have used the upload_blob from another container for this purpose. The file is getting uploaded to the cloud but not getting stored in the local path. I have given…

ambharesh venkatraman
- 63
- 1
- 6
1
vote
0 answers
How to apply AppArmour to IoT Edge from a deployment manifest
How can I apply an apparmor profile to IoT Edge modules?
Background,
If I run docker run -it --security-opt apparmor=docker-azureiotsecurity hello-world I will see the container run with the correct apparmor profile. If I inspect the container,…

Kevin Saye
- 299
- 1
- 8