Unable to get local issuer certificate on launching iotedge demon
Hello Azure team, We are attepting to put Microsoft Azure Edge v1.2 on an embedded device which does not have any standard package managers like apt, snaps etc.We are using the "Quick start approach with symmetric keys". We copied the…
IoT Edge 1.0 and 1.1 devices cannot authorize to the IoT Hub anymore
Hello, since last week our Azure IoT edge 1.0 and 1.1 devices cannot connect to our IoT Hub anymore. We use device certificates and DPS and we see that the certificates are valid and DPS registers the devices to the Hub correct, however as soon as the…
Custom Modules are getting disconnected from edgeHub frequently
Hi, When we upgraded edgeHub and edgeAgent from version 1.1.19 to 1.5.3, we noticed that all the custom modules connect when edgeHub starts. However, after about an hour, the modules disconnect and reconnect . This process keeps happening…
How to Apply TLS 1.3 in Azure IoT Edge Gateway?
Hi, I am working with an Azure IoT Edge Gateway and would like to configure it to use TLS 1.3 for secure communication between the modules, edgeHub, and IoT Hub.... Please provide some guidance on: How to enable TLS 1.3 in the IOT Edge gateway ? How…
Azure IOT hub edge agent metrics not sending metrics related to memory usage by the module.
Azure IOT hub edge agent metrics not sending metrics related to memory usage by the module. edgeAgent_used_memory_bytes only exposing the data related to host not all the modules deployed in the Edge Device. Edge runtime deployed in Raspberry Pi…
Issue with Azure IoT Hub during Module Deployment
Hello, I have been experiencing some issues with Azure IoT Hub when deploying updates to my module. My IoT Edge device has been working well for over a month, but recently I've started encountering errors. The specific error message is: Set Modules…
How can I secure and automate my IoT Edge?
I want to create a docker image that is installed on the edge device runs on it. I also want to automate this deployment to the edge device and secure it. I've read about the security daemon but I'm not understanding the documentation, is it a concept?…
Unit iotedge.service could not be found.
https://learn.microsoft.com/en-us/training/modules/deploy-prebuilt-module-edge-device/4-exercise-setup-communication I was trying out this exercise from the following IoT course. But when I tried to type in this: sudo systemctl status iotedge I got this…
Make the iotedge module update its credentials before they expire
In the support request TrackingID#2408120030005983, it is mentioned that "Edge Hub periodically checks credentials of all connected modules. If any credentials are expired, it disconnects the module and expects it to reconnect". I want to…
Make the iotedge module update its credentials before they expire
In the support request TrackingID#2408120030005983, it is mentioned that "Edge Hub periodically checks credentials of all connected modules. If any credentials are expired, it disconnects the module and expects it to reconnect". I want to know…
Regarding IoT Edge Service, What is minimum interval that can be configured for metrics collector module?
Regarding IoT Edge service, what is the minimum interval that can be configured for metric collector module? At what interval does Edge Agent module publish the default metrics?
Azure IoT Edge on premises device updates
Is it possible to manually provide updates to Azure IoT Edge when disconnected from IoT Hub? The aim is that devices will never have to connect to anything other than the IoT edge server, and the edge server will not connect to the internet. Instead,…
Azure Iot Edge - System.Data.SqlClient is not supported on this platform
Hi Everyone, I have deployed an Azure Function using the Edge Hub trigger as a custom IoT Edge module. The primary objective of this function is to insert data into SQL Edge. To achieve this, I have been following the guidelines provided in the Microsoft…
Having some problems while trying to Develop IoT Edge modules using Visual Studio Code
I was following this doc and then while I was setting up the module in logs these problems were shown: <6>Microsoft.Hosting.Lifetime[0] Application started. Press Ctrl+C to shut down. <6>Microsoft.Hosting.Lifetime[0] Hosting environment:…
Project not running locally "filtermodule.ModuleBackgroundService[0] Connection changed: Status: Disconnected_Retrying Reason: Communication_Error". Please refer to the attached screenshot of the error for more details."
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…
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…
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…
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…
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,…
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…