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
1 answer

Exposing Azure IoT Edge EFlow ports to host machine(Windows)

I have an API module running in the linux VM (as Iot Edge EFLOW) which is exposing certain port, let's take 8000. This module is the one which is taking the data and sending it to the other iot edge custom modules for processing before sending it…
Sandeep
  • 278
  • 1
  • 6
  • 21
1
vote
2 answers

Unable to 'Build and Run IoT Edge Simulator' in Visual Studio Code on macOS

Have been trying to build and run a custom Azure IoT Edge Module, in VS Code, on macOS. When I try to Build and Run IoT Edge Solution in Simulator, the Please setup iotedgehubdev first before starting simulator alert pops up. Completed the setup…
1
vote
1 answer

How to add ZScaler certificate to edgeHub and edgeAgent?

I have issue with connectivity using Azure IoT Edge behind Zscaler. I know that I need to somehow install the ZScaler cerificate on host machine and Docker containers. I was able to install it in Ubuntu server and it worked because right now I get…
1
vote
0 answers

Azure IoT device loosing connection to transparent edge gateway device

I have an issue with a IoT device looses the connection to a transparent Azure IoT Edge gateway. I don't know where to start searching, therefore I'm a bit lost here. IoT Device I used the sample telemetry application (Python) and customized it to…
1
vote
1 answer

Azure iot edge / built-in metrics / proxy

I need to send the build-in metrics of IoT edge from "the metrics collector module" in the gateway to "Log analytics" in the Cloud https://learn.microsoft.com/en-us/azure/iot-edge/how-to-collect-and-transport-metrics there's a proxy between edge and…
1
vote
0 answers

Azure stream Analytics job in IoT Edge does not send messages to Event Hub

I set an ASA Job Module in IoT Edge Device to process data before sending them to Event hub. I linked this job Module to OPC Publisher module already in place. my initial route: opcpublisher > Event Hub works fine : FROM…
1
vote
0 answers

Azure IoT Edge OPC Publisher message encoding

I want to send telemetry data from Azure iot edge device to IoTHub through OPC publisher module. OPC publisher can be configured to encode the message either Json ("--me=Json") or Uadp ("--me=Uadp") before sending. OPC Publisher…
1
vote
1 answer

Azure IoT Edge: Edge Agent can't add X509 certificate to the store

I am trying to setup my azure iot edge device (Linux Ubuntu 18.04 - Linux Containers), but as soon as I apply the configuration with the Connectionstring my EdgeAgent fails on first provisioning with the following error…
Haroun S.
  • 73
  • 1
  • 7
1
vote
1 answer

IoTEdge Module Direct Methods Over Debugging/Simulator - Is it Possible?

I'm developing a multi module scenario using IoTEdge and I need to test Direct Methods Communication using the development environment (Debugging/Simulator). I've tested the following scenario: Scenario: Device1 Module1 - Subscribes…
1
vote
1 answer

Access to read module twin data via Azure IoT Hub's APIs?

I'd like to be able to pull an IoT Edge device's module twin via an HTTPS GET request just like the Azure Portal does. In the portal, I see this…
1
vote
2 answers

Azure IoT Edge EFLOW behind proxy

PC on which I have installed IoT Edge EFLOW is behind proxy. I have tried to setup proxy as I did for standardalone Ubuntu instance i.a. by setting proxy for ubuntu (export https_proxy="...") and then setting proxy for docker. Unfortunately I have…
marspox
  • 31
  • 3
1
vote
1 answer

Rollback strategy for iotedge device in iothub

Context The current IotEdge deployment is missing a crucial component which is a rollback strategy, while searching in the documentation, nothing specifies how we can get the devices to a previous version. There's 2 options I considered through my…
Mehdi Benmoha
  • 3,694
  • 3
  • 23
  • 43
1
vote
0 answers

Update module twin property for multiple devices

When having iot edge with multiple modules running. How to update a desired property of a module twin for multiple devices (100+)? Using jobs seems the way to go for device twins. But I can't get this to work for module twins. Is this not supported…
1
vote
0 answers

Publishing two IoT Edge modules to one IoT Edge device on Staging and Production environments via one Azure pipeline and one Release

I need to publish two IoT Edge modules to one IoT Edge device on Staging and Production environments via one Azure pipeline and one Release. I parametrized the Azure container registry's address, username, and password via variables (Build variables…
Dragan
  • 11
  • 2
1
vote
2 answers

How to connect Time Series Insight to Azure IoT Hub over Private Connection

I've got an Azure IoT Hub (Public Access Restricted) and having a Time Series Insight. And I want to connect this time series insight to IoT Hub over the private connection so I don't need to make IoT Hub publicly accessible. Creating a private…