Renaming modules in IoT Edge development
I am following this Microsoft Learn document to develop IoT Edge modules using C#. I have created two modules successfully, but now I want to rename the filtermodule to a samplemodule. Is it enough to rename the file or should I change it somewhere else…
Azure IoT Edge
Azure IoT Hub
Unable to deploy IoT Edge following Microsoft's documented steps
I am trying to deploy IoT Edge on an Ubuntu running in VirtualBox (cross-compiled as ARM64) targeting Jetson Orin Nano Board, following this Microsoft documentation. However, I am encountering errors. The error messages are shown below: My…
Azure IoT Edge
Azure IoT Hub
Developer technologies | C#
IoT Edge Module Stops Automatically
Hi, I have 2 custom IoT Edge Modules. The first module is a .NET console application that fetch the data from all IoT devices and group them in batches and sends it to the next module. The second module is a Event Hub trigger function which receives the…
Azure IoT Edge
Azure IoT Hub

IoT Edge Module Stop Automatically
Hi, I have developed 2 custom iot edge, the first module is a .net console application. which sends the device data to second module. The second module is an Event Hub Trigger function which send the received data to IoT Hub. Both the modules work fine,…
Azure IoT Edge
Correct way to stop and start custom modules in Azure IoT
Hi, I have created 2 Custom Modules, 1st module gets message from an API and sends it to the 2nd Module. 2nd Module does some processing and sends it to IoT Hub. I have followed steps from tutorial-csharp-module after I do build and publish and…
Azure Internet of Things
Azure IoT Edge
Azure IoT Hub
Schedule direct method job for edge module
I followed the example from https://learn.microsoft.com/en-us/azure/iot-hub/schedule-jobs-python to create a scheduled job for calling a direct method. This somehow seems to work, as I get console output for the successful scheduling, running and…
Azure IoT Edge
DPS Certificate error
I am working on registering a device with DPS but I am getting an error message. I was able to register the device to directly to iothub using the thumbprint without any issues. Now when I uploaded the same pem file to DPS as an individual enrollment, I…
Azure IoT Edge
Azure IoT Hub
How to Read Temperature Sensor Data using Azure IoT Metrics Collector Module
I am using a Jetson Orin nano board as an edge device with a simulated temperature sensor module and IoT Metrics Collector module deployed. I would like to know how to collect temperature readings from the simulated sensor module using the metrics…
Azure IoT Edge
Azure IoT Hub

Azure iot defender micro agent - [procfs_reader.c/read_data_from_procfs:101] Error getting username in pid
Hi, When configuring the azure iot defender micro agent on the iot edge device (azure vm) we uncounted the following error message - [procfs_reader.c/read_data_from_procfs:101] Error getting username in pid When checking the status its running, its…
Azure Internet of Things
Azure IoT Edge
How to set hostname of container provisioned through IoTEdge
I am running an instance of RabbitMQ on my edge devices and want to persist data between deployments. A common practice to persist data across deployments is to map a directory from the host, into a directory where the service is saving / backing up data…
Azure IoT Edge

Azure IOT Hub SDK - How to create standard and layered deployments for IOT Edge Devices using IOT Hub SDK?
Hi , I am trying to build a cloud web application which can do below tasks-: Create Azure IOT Edge Devices on IOT Hub using IOT Hub SDK. Create Standard and Layered Deployment for the target devices using IOT Hub SDK. I was able to…
Azure IoT Edge
Azure IoT Hub
Azure IoT SDK

Is it possible to build azure iotedge for debian9 Stretch?
I know I will need to modify the package.sh and perhaps add a library\package or two to get it to build, but before I go down this trail, I was wanting to know if it is even possible. While upgrading the OS is a preferred scenario, id like to try less…
Azure IoT Edge
How to use SQLCMD in ARM64 architecture?
I am using NVIDIA Jetson Orin nano board (which is based on ARM64 architecture) to as an IoT Edge device to deploy Azure Edge modules from Azure marketplace. I have deployed the temperature sensor and SQL Edge module modules inside the board, and they…
Azure IoT Edge
Azure SQL Edge
Establishing module-to-module communication in Azure IoT Edge
How can I achieve module-to-module communication between two modules in Azure IoT Edge, specifically the Simulated temperature sensor and Azure IoT SQL Edge modules available in the Azure Marketplace? I am following this guide. Is this the correct…
Azure IoT Edge
Azure SQL Edge
Is it possible to manually renew the Edge CA certificates?
Is it possible to log into an Azure IoT Edge via SSH and then trigger the renewal of the Edge CA certificates manually? I found this post for manually renewing the device identity certificate: #5787 (comment) The question comes from the following GitHub…
Azure IoT Edge

Need to do a Face detection and get demographic data on rtsp stream URL using Azure services
I would like to use some of the Azure service for my project. Idea is to stream encoded video stream using rtsp endpoint, expecting Azure to decode and perform face detection and give person details like name, department on it in real time. What are the…
Azure AI Video Indexer
Azure IoT Edge
Computer Vision
Azure Face
Azure AI Custom Vision
Using Azure Identity Service on Downstream Device in Transparent Gateway Scenario
Overview: I am unable to use Azure Identity Service on a child device to connect to IoT Hub via a transparent gateway. Details: I am attempting to follow this tutorial:…
Azure IoT Edge
Can't run application locally
Hi Team, I hope this message finds you well. I am facing an issue with running the Azure IoT Edge module container locally for debugging purposes. Here's the setup on my machines: Windows Machine Setup: Visual Studio Code .NET Core 8 SDK Python and…
Azure IoT Edge

Can we install azure IOT edge runtime on Jetson Nano?
We want to use NVIDIA Jetson Nano as IOT edge device but we are not sure if Azure IOT runtime is compatible with Jetson Nano or not.
Azure Internet of Things
Azure IoT Edge
Azure IoT Hub
How to use deployment.template.json file with .net8 app containers for Iot Edge Modules
I am trying to migrate my modules from netcoreapp2.1to net8.0 and using the newer style of build and deployment. I am also trying to get away from all of the deprecated tools, so that's saying goodbye to the .iotedgeproj right click "Generate…