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
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.…
0
votes
0 answers

IoT Edge integrated VS Code commands not working

I run into issue, that Visual Studio Code is displaying error when trying to run whatever IoT-Edge command. It is not possible to build and push image for instance or call any other IoT Edge command. Please what may be the issue? The IoT Edge…
marek_lani
  • 3,895
  • 4
  • 29
  • 50
0
votes
1 answer

Agent Configuration format is Invalid

Struggling with getting IoT Edge installed on our devices. Have tried both Linux and Windows 10 and always end up with the Edge Agent reporting "Agent Configuration format is Invalid" when we try and push the tempSensor container from the…
Jeff Brand
  • 5,623
  • 1
  • 23
  • 22
0
votes
1 answer

Azure IoT Edge as Transparent Gateway - add Gateway name as property to messages?

I'm using Azure IoT Edge in transparent gateway mode. Now I would like to add a property to any message from leaf devices that gets passed through the Edge gateway, that basically contains the Edge device id (or its hostname etc). Thus allowing to…
silent
  • 14,494
  • 4
  • 46
  • 86
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
1 answer

REST API for IoT Edge module twins?

What is the corresponding REST API to read and update the twins of Azure IoT Edge modules? For IoT devices this API works. So far I only can see the twins in the portal and via the SDK.
silent
  • 14,494
  • 4
  • 46
  • 86
0
votes
1 answer

Application Insights to monitor IoT Edge (i.e. Docker containers)

I implemented some IoT Edge modules, which run inside Docker containers and I want to monitor them by using Azure Application Insights. I tried to download the Docker Image for Application Insights, but it's not working since it seems the…
0
votes
1 answer

How to protect ConnectionStrings in Azure IoT Edge module code?

Typing the connection string in the configuration file (as shown in the official example: https://github.com/Azure-Samples/iot-edge-samples/blob/master/js/simple/gw.cloud.config.json#L38) doesn't seem right. Environment variables may be provided to…
0
votes
1 answer

How Long Will a Device Hold Event Messages in Offline

If my device is offline, and sending event messages that are destined for $upstream -- how long will the local $edgeHub hold on to those events? In short, what's the max amount of time that the device can be offline before events start rotting…
Jason
  • 3,020
  • 2
  • 24
  • 23
0
votes
1 answer

Azure IOT edge Identity Translation Gateway : Understanding

I'm trying to create an Identity Translation Gateway as described in here. I have also read lot of Microsoft Documentation about their IoT solution. I have : leaf devices (A) connected to my gateway by a custom protocol without direct connection to…
Magnas
  • 869
  • 1
  • 5
  • 18
0
votes
1 answer

Can I use Microsoft.Azure.Devices.RegistryManager to add/register an IoT Edge device?

Trying to search through Microsoft docs but I can't seem to find anything to suggest I can use RegistryManager.AddDeviceAsync() to add an IoT Edge (Preview) device to IoT Hub. This MS tutorial says you can pass the --edge-enabled option to the CLI…
Simon
  • 33
  • 5
0
votes
1 answer

Make API call to Machine Learning module on IoT Edge

I've been able to push down a machine learning module to an IoT edge device as per the below Microsoft tutorial. I am also able to get ML predictions from routing data from the tempSensor simulated data module to the ML module which is…
Commio
  • 1
  • 2
0
votes
2 answers

Asp.net core module does not connect to Azure IOT Edge Hub

I am trying to connect an ASP.NET Core edge module to the edge run time hub(local) but it does not connect and fails with an CONNECT failed: RefusedNotAuthorized exception. I have standard .net core modules which connect to the edge hub and publish…
appcoder
  • 639
  • 1
  • 9
  • 19
0
votes
1 answer

IoT Edge hands-on lab: error with iotedgectl

I'm working through the Azure IoT Edge Hands-on Lab and running into an issue with the iotedgectl command that we can't seem to crack. when I run 'iotedgectl status' (or 'start', or 'stop'), I get the following error message: File…
0
votes
1 answer

iot-edge raspberry-noobs- nodejs sample - interact with azureiot

error imageI am getting error with https://github.com/Azure/iot-edge/tree/master/v1/samples/nodejs_simple_sample A) ./build_nodejs.sh [RAN SUCCESSFUL AND TOOK HOURS] As per instruction I have now got NODE_INCLUDE and NODE_LIB environment…