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
2 answers

How to limit logfile size in Azure IotEdge containers with moby

Some of my modules have very verbose logging, and the logfiles are getting quite big. Is there a way to specify a rolling file appender to limit the logfiles to a specific size?
1
vote
0 answers

Azure IoT Hub module specified in deployment but not deploying

I have a IoT Edge Module that I want to deploy on my IoT Edge device. In VSCode, I right-clicked on the deployment.template.jsonand then selected Build and Push IoT Edge Solution. The module has been built and pushed to my container registry. Then I…
iAmoric
  • 1,787
  • 3
  • 31
  • 64
1
vote
0 answers

Iot Edge: Building a Docker image from multi projects

I can build and run in Visual Studio successfully, but I got an error when I am trying to build a docker image(TestModule) from a visual studio that references 2 projects (Microsoft.Azure.Devices.Edge.Util + ModuleLib). Any idea what wrong with my…
Chuck O
  • 25
  • 8
1
vote
0 answers

Meaning of iot edge module icons in visual studio code

I would like to understand what is the meaning of the different icons for the iot edge modules in visual studio code. I can see 3 kinds of icons : Blue: Green: Green (running) I can assume that the last one is when modules are running, but for…
iAmoric
  • 1,787
  • 3
  • 31
  • 64
1
vote
2 answers

Using Azure IoT Edge and OPC UA without Connected Factory solution accelerator

First of all I want to pose my question and elaborate further down this post: Is it possible to use the an Azure IoT Edge Gateway for OPC UA servers without the Connected Factory solution accelerator and how is it done? I know, this may sound…
Daniel E.
  • 31
  • 2
1
vote
1 answer

Understanding Azure IoT Edge Modules

I'm very new with Azure and IoT Edge, and I'm trying to understand how modules works. I followed this good tutorial (https://learn.microsoft.com/en-us/azure/iot-edge/tutorial-c-module) and everything seems to run properly. My question is about the…
iAmoric
  • 1,787
  • 3
  • 31
  • 64
1
vote
1 answer

how to limit memory for edgeAgent on an Edge device

I have found out from Azure team that the memory limit for Edge modules including edgeHub can be controlled by specifying createOptions -> HostConfig -> Memory. How to control memory limit for edgeAgent Docker container as it is created by…
Rag
  • 1,363
  • 4
  • 19
  • 36
1
vote
1 answer

Unable to pass private registry credentials to Azure Iot Edge

I am using kubernetes with virtual-kubelet to deploy module to Iot Edge. Everything works perfect with public image. I can't figure out how to pass credentials to my private registry. This documentation…
Bartosz
  • 11
  • 4
1
vote
0 answers

[Azure][ACR] failure of IoT edge modules deployment to the raspi device

I made the docker image normally and then deploy those module images to ACR successfully. But IoT edge device can't get those image from Azure cloud. when I get the error logs from raspberry device as below. raspberrypi iotedged[13089]:…
taeho kim
  • 11
  • 1
1
vote
3 answers

What is the correct upload URL for a Dockerhub repo

I am following the instructions for the custom-vision service on raspberry-pi on IOT edge. I have reached step 3, where in VS Code I am executing Build and Push to IOT Edge Solution and this is triggering the following command: docker build --rm -f…
Mark Cooper
  • 6,738
  • 5
  • 54
  • 92
1
vote
2 answers

IOT Edge Hub: testing for offline storage

We use Azure IOT and edgeHub and edgeAgent as modules for Edge runtime. We want to verify the capability of Offline storage is configured correctly in our environment We have custom simulator module connected to custom publisher module that…
Rag
  • 1,363
  • 4
  • 19
  • 36
1
vote
1 answer

How can computation on an IotEdge module be triggered from within a .net core app?

I need to trigger some computation on an IotEdge module from an Administration-Backend Application. On https://learn.microsoft.com/en-us/azure/iot-edge/module-development it says Currently, a module cannot receive cloud-to-device messages So it…
René
  • 3,413
  • 2
  • 20
  • 34
1
vote
1 answer

Is there a way to get Device twin from ModuleClient using azure iot edge sdk

I am developing a custom edge module using 'ModuleClient' class. I have to configure a property in device twin and read corresponding value in my edge module. I know it can be achieved using Device Client class. For that I need the device…
Hamdhan Azeez T
  • 429
  • 4
  • 9
1
vote
1 answer

Running IoT Edge Module in NVIDIA Runtime

I am working on an IoTEdge Module with image detection capabilities. For the image processing/analysing I am using Detectron which needs to run in an docker nvidia runtime. Is it possible to enable an nvidia runtime for IoTEdge Modules and Docker…
cykone
  • 113
  • 8
1
vote
0 answers

Deploy dockerized mysql container to edge device

I have built a docker application using docker-compose which has mysql involved in it.I have pushed those containers to azure and wanted to deploy it in an edge device using Azure IoT Edge. For this i used docker application container and mysql…
sai kiran
  • 13
  • 5