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

Not able to send data from opc ua prosys simulator server to opc publisher and then send it to iot hub

I have created IOT Hub in azure portal and then I added iot edge device and Inside that I have created three modules edge hub,edge agent and opc publisher from azure market place In the opc publisher log I can see that endpoint is connected but I am…
Yash verma
  • 11
  • 2
1
vote
1 answer

edgeHub module is missing when provisioning Azure IoT edge device on Raspberry Pi

I had a problem with running edgeAgent on Azure IoT edge. It always failed. I am using: PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian GNU/Linux"| VERSION_ID="11" VERSION="11…
1
vote
0 answers

How do I associate a certificate with an IoT Edge SDK connection on iOS & Android

I am trying to connect to an IoT Edge device from iOS and Android apps. It looks like the SDK relies on using the local device certificate store to enable the handshake/authentication for connecting to MQTT. I have this working on Windows using a…
1
vote
0 answers

Error in Azure IoT Edge runtime - A module runtime error occurred

iotedge list command error Hi, On running the iotedge list command it is throwing - A module runtime error occurred. Is there something missed. It was working fine till yesterday.
1
vote
1 answer

Azure IOT-Edge - Logs to Azure Monitor

Is there a supported/standard way to send container logs (info, errors etc.) to Azure Monitor, as there is for metrics with the Metrics collector module in Azure IoT Edge? I know about this solution, but is there a supported/standard way to solve…
1
vote
0 answers

"MongoError: pool destroyed" in NodeRED

We are having windows server on which linux VM is installed. On windows server we have - MongoDB 3.6.17 Community Edition / Node.js v10.19.0 On Linux VM we have installed NodeRed container / Node.js v16.17.1 As mongoDB and Nodered are in same subnet…
1
vote
1 answer

Why do I keep getting module 'azure' not found error? [Azure IoT Edge Specific]

I have installed the pypi package azure-iot-device using pip as required to run a python file with the Azure IoT edge SDK. Doesn't work. I had even tried installing the azure package which I later realised was actually deprecated in 2020. I still…
1
vote
3 answers

"RequestsDependencyWarning: urllib3 (1.26.12) or chardet (3.0.4) doesn't match a supported version!" in Azure DevOps - Azure IoT Edge Task - build

One of my deployment pipelines on Azure DevOps fails when executing the build module images action of Azure IoT Edge task. I am trying to deploy a custom module developed using the Azure IoT SDK for C# (.NET 6). Error…
1
vote
0 answers

What is relation between Exedra Schreder plattform and Beezeelinx platform?

What is Exedra Schreder, and what is the relation between it and the Beezeelinx platform?
1
vote
0 answers

Open api specification for Azure Iothub devices

I can't seem to find open api spec for azure iothub devices related operations. I'm talking about specifically these operations. I need openapi spec so that I can use autorest to genrate client code in golang.
1
vote
0 answers

Issues with Azure IOT Edge & Jetson Nano - DeepStream Module

I'm trying to install the Nvidia DeepStream SDK module on my Jetson Nano running JetPack 4.6.1 with Azure IOT Edge. Following this example, but it is based on DeepStream 5.1, and since I have JetPack 4.6.1 I have DeepStream SDK…
1
vote
1 answer

what value should we put for Devices attribute while calculating azure stream analytics pricing

I need to calculate pricing for azure stream analytics and i'm confused with the field 'Devices' under 'Stream Analytics on IoT Edge'. is it important for estiamating pricing ? if yes, how to fill it?
1
vote
1 answer

Azure Functions for Azure IoT Edge, Which Languages are Supported?

What is the status of Azure Functions for Azure IoT Edge? Here its stated that only C# is supported https://azure.microsoft.com/en-us/updates/azure-functions-2-0-available-in-iot-edge/ I cannot find documentation on whats the current state? Which…
Alejandro Celis
  • 150
  • 1
  • 7
1
vote
2 answers

Directly connect to Azure IoT Edge via MQTT as transparent gateway to Azure IoT Central

I am trying to setup Azure IoT Edge as transparent gateway to which I want to connect directly via MQTT (without any IoT SDKs). ###---Short Version---### I want to connect directly to IoT Edge via MQTT like this to IoT Hub. What is the host,…
1
vote
1 answer

Azure IoT Hub missing in Azure IoT Edge installation on Ubuntu 20.04

I have a Raspberry 3B+ with Ubuntu 20.04 LTS Server installed. This device should work as an Azure IoT Edge device. For that purpose i have made all steps like in the Microsoft documentation, without getting any error. I used the following…
ricktauss
  • 27
  • 4