1,124 questions with Azure IoT Hub tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

IoT Edge Module gives Unable to retrieve logs error

Hi, I have deployed a custom c# IoT edge module and I can see the module as running in the IoT Hub. But the module is not running, on checking the logs from IoT hub troubleshoot option it gives the following error: How can I fix this issue ?

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-05-02T13:59:28.3733333+00:00
Satyam Chauhan 492 Reputation points
accepted 2024-05-03T03:14:11.7833333+00:00
Satyam Chauhan 492 Reputation points
1 answer One of the answers was accepted by the question author.

Problem registering device using Azure DPS

I am having issues registering a device using DPS service endpoint with a Symmetric Key method. After authenticating the device with the DPS service, I am unable to register it. Can someone suggest a solution to this problem?

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-04-15T06:58:36.2033333+00:00
Gorantla Srikanth 40 Reputation points
commented 2024-05-02T16:59:25.81+00:00
Sander van de Velde 28,706 Reputation points MVP
1 answer

Unable to delete Event Subscription

I tried to create event subscription for Azure Event Grid Name space. I am a bit new to Azure so I messed up and chose storage queue as endpoint as at that time I dont know how to create event gris system topic and namespace. Then I deleted that queue…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
318 questions
asked 2024-04-29T08:40:09.9333333+00:00
Sai k Marthi 0 Reputation points
commented 2024-05-02T11:35:28.59+00:00
Sina Salam 3,801 Reputation points
1 answer

How to send a file/patch/message from IOT hub to IOT Edge device

I want to upload a patch or Json file to the IOT Edge device from IOT hub. I have connected the Edge device to the hub via DPS and have been able to send messages and trigger downloads from the hub from the Edge side using this. And I can send telemetry…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-04-27T17:05:10.4566667+00:00
Krithick Kalyan T 0 Reputation points
commented 2024-05-02T10:21:28.3266667+00:00
Sander van de Velde 28,706 Reputation points MVP
1 answer

Help with debugging dropped messages from Routes

So, we are facing a situation where many of our D2C telemetry messages are dropped on a specific Route, after having being received in IoT Hub. Observing the Logs, we get entries mentioning OperationName: droppedMessage and then in the details of the…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-05-01T19:08:16.7966667+00:00
Nikos Agianniotis 0 Reputation points
edited the question 2024-05-02T05:03:21.63+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
1 answer

Azure IoT Hub Cloud-2-Device

Hi, understand we could send cloud to device message as I require to periodically send message to my devices, wonder if I could do this using azure functions or any other method available? I do not see any schedule message sending in the portal. Thank…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-05-01T12:38:11.9033333+00:00
SoonJoo@Genting 241 Reputation points
answered 2024-05-01T15:52:06.3066667+00:00
Sander van de Velde 28,706 Reputation points MVP
0 answers

I am Not able to connect my .crt and .key file to Azure IoT Hub, it give connection error while my file path and host is correct

import os import asyncio from azure.iot.device.aio import IoTHubDeviceClient from azure.iot.device import X509 x509_cert = X509( cert_file="E:\\Repo\\RRR_1.crt", key_file="E:\\Repo\\RRR_1.key" #…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
347 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-05-01T11:43:22.2266667+00:00
Indy 5 Reputation points
edited the question 2024-05-01T11:48:59.7+00:00
Indy 5 Reputation points
0 answers

Azure IoT Middleware for Freertos - Failed to establish MQTT connection, error 0x00000006

I used the ESP32S3 for azure iot connection and according to the code I have done the following: DPS: prvConnectToServerWithBackoffRetries --> OK AzureIoTProvisioningClient_Init --> OK AzureIoTProvisioningClient_Register -->…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-04-16T02:46:24.3066667+00:00
leo lee 0 Reputation points
commented 2024-05-01T02:08:24.36+00:00
AshokPeddakotla-MSFT 27,491 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Iot Hub deployment error IH500019

I'm trying to deploy a free or basic IoT Hub from both the port and CLI but getting the following error: CLI: ERROR: (500019) Internal Error. If you contact a support representative please include this correlation identifier:…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-04-28T01:52:03.1933333+00:00
DwaneEDDC 31 Reputation points
commented 2024-04-30T01:36:59.33+00:00
DwaneEDDC 31 Reputation points
1 answer

Azure Function App Erro

Hi Everyone, I am currently working as a newcomer in the realm of Azure Digital Twins. I am reaching out to seek your expertise on a particular issue I've encountered. In my current project, I am utilizing TwinCAT3 to establish connectivity with Azure…

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
220 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,297 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-04-29T15:01:13.56+00:00
Jayashri Goddanti 0 Reputation points
commented 2024-04-29T17:13:16.48+00:00
Sander van de Velde 28,706 Reputation points MVP
2 answers

Roadmap of Azure IoT Hub and Azure IoT Edge for the future due to release of Azure IoT Operations

Hello Team, I read https://learn.microsoft.com/ja-jp/azure/iot-operations/. I feel that Azure IoT Operations is replacement for Azure IoT Edge. Is this correct understanding? In addition, there is no mention of Azure IoT Hub. Is Azure IoT Operations a…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
Azure IoT Operations
Azure IoT Operations
Azure IoT Operations is a set of modular services enabled by Azure Arc.
11 questions
asked 2023-12-13T07:30:32.2533333+00:00
太田寛 5 Reputation points
edited an answer 2024-04-29T06:03:41.05+00:00
Sander van de Velde 28,706 Reputation points MVP
2 answers

Copy of payload to external MQTT

So, my question is whether, even if I have my devices inside the Azure platform, I'll be able to send copies of their payloads to an external MQTT. To explain: I have a lab and I'm testing interactions and homologations all the time. In this case, I'd…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
347 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
Azure IoT Operations
Azure IoT Operations
Azure IoT Operations is a set of modular services enabled by Azure Arc.
11 questions
asked 2024-04-26T19:40:29.97+00:00
Vinicius Miranda 0 Reputation points
answered 2024-04-27T15:46:10.9+00:00
Sander van de Velde 28,706 Reputation points MVP
0 answers

Can't authenticate on IoT Hub - Not authorised

Hello everyone, I'm experiencing a little problem and I don't know how I'm going to solve it. We are working with a partner of ours, he has your Azure space on which he has an IoT Hub and I have machines that I need to have connected to his IoT Hub. The…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-04-23T12:14:10.9533333+00:00
Andrea Previtali 106 Reputation points
commented 2024-04-24T10:21:58.4066667+00:00
Andrea Previtali 106 Reputation points
1 answer One of the answers was accepted by the question author.

Device Provisioning Service with Event Grid with MQTT and the future of IoT Hub

Hello, I am starting a new IoT implementation, where a few hundreds of mobile edge devices will be connected to an Azure backend. Device Provisioning is desired. I got the information that the IoT Hub is regarded as "feature complete", meaning…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
318 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
7 questions
asked 2024-04-23T09:58:39.6066667+00:00
Onur Ergin 20 Reputation points
commented 2024-04-23T20:38:31+00:00
Onur Ergin 20 Reputation points
2 answers

How do you set up a Cosmos DB custom endpoint in IoT Hubs?

Saving messages from the IoT Hub directly into Cosmos DB via a custom endpoint is a new feature currently in preview. I'm following the official instructions located here:…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2023-02-25T17:04:15.59+00:00
Meghan Clark 10 Reputation points
commented 2024-04-23T01:29:33.6033333+00:00
Adrien Bourdeaux 0 Reputation points
0 answers

edgeAgent fails to start in Azure IoT Edge for Linux on Windows

Environment: Windows 11 EflowVm v1.4 edgeAgent v1.4 I'm working on the project utilising Azure IoT Hub, that has multiple devices registered, all of them sharing one deployment config. All of the devices were previously working. Today when I started…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-04-22T12:38:43.79+00:00
Marcin Muskala 0 Reputation points
1 answer

Create client certificates starting from CA X.509

Hello everyone. I feel like a bit of a noob but I can't understand one thing. In the past few months I have been running a lot of tests taking advantage of this guide: https://learn.microsoft.com/it-it/azure/iot-hub/tutorial-x509-test-certs?tabs=linux So…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-03-28T10:17:42.11+00:00
Andrea Previtali 106 Reputation points
commented 2024-04-22T07:45:26.85+00:00
Andrea Previtali 106 Reputation points
1 answer

Not able to connect ESP 8266 to Azure. Not able to authenticate. Please help!

Hello, I have followed all procedure to connect my ESP8266 and i have entered my credentials correctly. Why am I facing this issue? Have uploaded screenshot of the error. Kindly help! ERROR: MQTT client connect attempt failed. Check host, deviceId,…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
347 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
208 questions
asked 2024-02-20T11:05:32.1433333+00:00
Yash Paranjpay 0 Reputation points
commented 2024-04-20T23:49:53.7733333+00:00
Miguel Esteban Delgado Jiménez 0 Reputation points
2 answers

No exception thrown when sending message to IOT Hub when there is no network connection

I am using python sdk version 2.13.0 and I am using VS Code as editor on my ubuntu laptop. Based from a similar problem raised here https://github.com/Azure/azure-iot-sdk-python/issues/441, when sending a message to IoT Hub when there is no internet…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-04-18T06:39:52.7833333+00:00
AJ 0 Reputation points
edited a comment 2024-04-19T06:27:51.9066667+00:00
AJ 0 Reputation points
1 answer

How to fix Error Policy and ACTIVE state.."IoT Hub may not function properly because it is not in an ACTIVE state"

I'm currently using a student subscription and I've setup an IoT Hub with the following resources: blob storage and stream analytics. Everything was working fine before up until now (I'm in my fourth month now). When try to run things I get an…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-04-18T08:58:06.7133333+00:00
Thabs 0 Reputation points
edited the question 2024-04-18T18:33:17.5233333+00:00
LeelaRajeshSayana-MSFT 13,471 Reputation points