How to fix getting error while downloading Download the Microsoft Entra app generator script?
Hi, I was trying to create the FarmBeats service referring to this documentation ''https://learn.microsoft.com/en-us/previous-versions/azure/industry/agriculture/install-azure-farmbeats#create-an-aad-application" as Azure data manager for…
Azure Internet of Things

Is there any azure iot telemetry device to cloud reader we can use? Azure IoT Explorer is not working.
Azure IoT Explorer is no longer working as expected. Is there any other Azure IoT telemetry device to cloud reader we can use?
Azure Internet of Things

Is there a way to get a point elevation in Azure Maps, using a similar URL like in Bing Maps?
Dear all, It is possible to find out the elevation of a point using Azure Map like I did before, using an URL in Bing…
Azure Internet of Things
Netx Secure Client cert initialize error NX_SECURE_PKCS1_INVALID_PRIVATE_KEY
Hi, I'm using a STM32F732 dev board with threadx, netx + secure. I have my own mqtt broker and a set of self signed certs, I have tested the broker and client certs using MQTT Explorer and can connect with 2-way cert validation without issue. I have…
Azure Internet of Things
Provisioning Certificates for IoT Devices
I’m developing an IoT device system and facing the challenge of certificate provisioning. I want to implement a provisioning system that runs on the device’s first connection to the internet. We plan to use MQTT for device-to-cloud communication. I found…
Azure Internet of Things
Defender for IoT Activation File Not Valid
Deployed the Defender for IoT sensor multiple times with multiple different versions, getting an Activation file not valid error. I have tried creating multiple activation files with the same error. Verified we can ping out from VM, verified time…
Azure Internet of Things

Azure Data Manager for Agriculture preview failed to deploy.
I'm using this guide: https://learn.microsoft.com/en-us/azure/data-manager-for-agri/quickstart-install-data-manager-for-agriculture To deploy a Data Manager for Agriculture instance, but when I get to the third step (creating the instance), and click on…
Azure Internet of Things
What azure service use for iot devices?
I want to create IoT devices that communicate with mobile applications and a web server. All communication will be handled as follows: IoT devices will use MQTT to communicate with the web server, and mobile applications will use HTTP client requests to…
Azure Internet of Things
Accessing IoT edge device's managed Identity from IoT edge module
Hello! I am currently having a problem with my Azure IoT setup. I have an edge device that runs several IoT modules based on docker containers which run python code. Within this code, I need to authenticate against other Azure resources. Ideally I would…
Azure Internet of Things

How to Design Azure-based Observability for Edge AI Systems (Docker on Ubuntu/WSL)
We are building an observability system in Azure for edge devices deployed at 20–30 manufacturing locations across India. Each edge device runs Docker containers (Node.js, MongoDB, Triton server) on Ubuntu or Windows+WSL with GPU support. The devices are…
Azure Internet of Things

Azure HTTPS connections from SIMCOM cellular modem stopped working
Modem responds with error code 15 - had been working fine for several years until 28 March this year. Quectel modems still connect OK. Any ideas?
Azure Internet of Things
Module connection using x509 certificates
Hi, When reading the docs about connecting devices and modules using a x509 certificate there is this part about the required common name (CN): For modules using X.509 authentication, the module's certificate must have its common name (CN) formatted…
Azure Internet of Things
Azure IoT Hub
Azure IoT SDK
There are no groups in Device Management-->Updates-->Groups and Deployments
I am trying to set up FOTA updates on my Azure IoT Hub. I can't seem to get any "Groups" listed in the update selection, i.e. "Device Management-->Updates-->Groups and Deployments" is always empty. I have a single device…
Azure Internet of Things
Cannot complete: Exercise - Set up communication between IoT Hub and IoT Edge
I follow "Exercise - Set up communication between IoT Hub and IoT Edge", https://learn.microsoft.com/en-us/training/modules/deploy-prebuilt-module-edge-device/4-exercise-setup-communication After executing command below, with replaced…
Azure Internet of Things
Azure Device Update Agent package for debian 12
Hi, Any plans on providing iot-hub-device-update agent debian package for debian 12. It is available for debian 10 & 11 but wondering if there are any plans for providing it for 12
Azure Internet of Things
What is the alternative to Defender for IoT "micro-agent" since it retires on 1st August 2025?
What is the alternative to Defender for IoT "micro-agent" since it retired on 1st August 2025? I was reading this [documentation] and found a note that the micro-agent retires this year in August. What is the alternate to this? Is the…
Azure Internet of Things

Is there some way, how to export rules from Azure IoT Central?
Hello, I need to export rules from Azure IoT Central to automatize creation of process documentation. I looked at documentation, but didn´t find any way how to do it. Can you provide some way? Thanks in advance for provided solutions
Azure Internet of Things
Azure IoT Central
How can I make use of telemetry from Azure IoT Hub?
Good day, I have been testing out Azure IoT Hub and so far all I managed to do was connect my device and receive data from it. How can I forward the telemetry from my device(s) to another service (API call to another website). I have looked around but…
Azure Internet of Things
Azure IoT Hub
How to analyze custom protocols in Defender for IoT
Hello, I am running a PoC with Defender for IoT in our environment. The sensor successfully 'sees' traffic happening in the environment. The issue I have, however, is that we use a custom (TCP) protocol for most of our devices, which is (obviously) not…
Azure Internet of Things
Azure IoT Edge - Device To Cloud message size error
I have an exception when an IoT edge module sends a message to the IoT Hub - MessageTooLargeError: Message size is greater than 256KiB. Question: Will a higher tier allow for a larger size? Would not an edge module break it down to smaller chunks…