[duplicate] ELMS: how to save module logs to blob storage?
please cross-refer to this post: https://learn.microsoft.com/en-us/answers/questions/2123832/elms-how-to-save-module-logs-to-blob-storage I apologize for the troubles, I had connectivity issues with the forum.
Azure IoT Edge
Azure IoT Hub
Download large files from Blob Storage
Hello. I am trying to download files from Azure Blob storage to my IoT device. From my understanding I should be able to use system-assigned entity / defaultCredential. My device is a Ubuntu22.04 arm device I provided a system-assigned Identity to my…
Azure IoT Edge
Azure IoT Hub
I am getting IoT hub Throttling issues on a S2 hub servicing 480 IoT edge gateways.
IoT edge runtime trying to communicate every 15 seconds. I am getting IoT hub throttling errors for the 480 IoT edge devices that I have deployed. Our environment has not changed since June so did something change on Microsoft's side.
Azure IoT Edge
Azure IoT Hub

Is KB article numbers: 5044288 applicable for Windows 11 IoT Enterprise LTSC?
KB 5044288 states explicitly that the update is for SERVER operating systems hence want to confirm
Azure IoT Edge
Windows for business | Windows for IoT
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
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…
Azure IoT Edge
Azure IoT Hub
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…
Azure IoT Edge
How to push the software update file using device update agent to ubuntu system?
We have created a SWU file that contains sample python application, software description file & preinstall.sh script. While trying to push a SWU file using azure device update through the azure portal to ubuntu, this process is getting failed with…
Azure IoT Edge
Azure IoT Hub
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…
Azure IoT Edge

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 Edge

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…
Azure IoT Edge
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…
Azure Internet of Things
Azure IoT Edge
Azure IoT Hub
Azure | Azure Startups

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?…
Azure IoT Edge


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…
Azure IoT Edge
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…
Azure IoT Edge

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…
Azure IoT Edge
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

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
Azure IoT Hub

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…
Azure IoT Edge
Azure IoT Hub
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:…
Azure IoT Edge
Azure IoT Hub
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…