Unable to Register Devices Using DPS Enrollment Group (401 Unauthorized)
We are encountering issues while attempting to register devices using an enrollment group in Azure IoT Device Provisioning Service (DPS) with symmetric key authentication. Despite following all the documented steps, the device registration fails with an…
Event Hub from another Subscription not visible for IoT Hub data route endpoints
Im trying to pass telemetry data from an IoT Hub to an event hub residing in another subscription, under same tenant/directory. I have created a managed identity, and assigned both services to the identity with Subscription-level Owner roles and…
How to enable CORS for IOT Hub service
I have trouble connecting to the IOT Hub from a webassembly app. It reports in the exception: Operation is not supported on this platform I think it's a CORS problem, since I got the same exception accessing a different website, which resolved when…
How to send messages from Iot Edge Module to Storage Account through route?
I have an IoT Edge Module filtermodule which sends telemetry using send_message (docs) with IoTHubModuleClient every minute. When I run this module, the IoT Hub message counter in the portal is incrementing. Also, I used this route in the IoT Edge Hub…
IoT Hub Continues to Send Events After Device Deletion
Hi Everyone, I have an issue with IoT Hub, Could you help ? Events such as TwinChangeEvents and DeviceLifecycleEvents are routed from IoT Hub to Event Hub. However, after deleting the deviceId (S5_U0_15312) created in 2016, IoT Hub still sends…
Is it possible to access the SSH server on Yocto via device stream?
A customer asked me if it was possible to log in via SSH via an Azure server. I found an article that said that Azure IoT HUB has a feature called Device Stream, which makes it possible. Can this feature be configured in Yocto? Please tell me how.
IotHub custom endpoints, 9 of 10 used, Azure portal keeps failing to create 10th
Good day, Been trying over and over for quite some time to create the 10th custom endpoint in our IotHub, in the Azure Portal. I keep getting an internal error and told to contact support, but don't have a support plan. We are not on the free tier but…
File upload issue via iot hub with new azure c sdk v1.14.0
Hi, I was using azure c sdk version 1.11.0 on my esp32 board, with that connection to iot hub using DPS service x509 certificates works fine. Blob storage is also configured with iot hub. File upload also works fine. Recently I have updated the azure c…
[duplicate] ELMS: how to save module logs to blob storage?
please cross-refer to this post: https://zcusa.951200.xyz/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.
how to use ELMS to upload module logs to blob
Please see the reported issue on Azure-Samples GitHub: https://github.com/Azure-Samples/iotedge-logging-and-monitoring-solution/issues/36
Deployment error when trying to enable dead-lettering on an event subscription in Azure
Hi, We configured an event subscription (webhook call) on the system topic of an IoT hub event grid to relay events to another system. It works okay in all environments but we noticed some failed event deliveries in Prod, only a fraction of the total IoT…
How to change networking to connect IoTHub to CosmosDB in private subnet
Hey community! The question: How do I connect my Azure IoTHub to my CosmosDB in private subnet? How I can change the CosmosDB networking/firewall settings to accept traffic coming from a (public) IoTHub service endpoint? Brief description: I have an…
Deploying Defender for IoT Sensor in Azure OT Lab Environment
Hello, I am exploring the use of Microsoft Defender for IoT in my OT lab environment, which is hosted in Azure. My lab setup includes the following resources: OpenPLC SCADA BR FactoryIO Kali Linux I would like to know if it is possible to deploy a…
device connectivity issue when using TLS
I try to send mqtt messages to my Azure IoT hub using port 8883 and TLSv1.2. I uploaded CA certficate (Digicert Global Root G2) in my device, and use SAS authentication for device (client authentication). My hub's monitoring section shows there are…
Can not provision devices with DPS to one iot hub but other works fine
Hi, I want to use DPS to provision my devices to a particular iot-hub when the provisioning script terminates with: # python provision_x509.py Traceback (most recent call last): File…
How to create a Cosmos DB container as a custom endpoint in Azure IoT Hub.
Observed Error: {'code': 500019, 'httpStatusCode': 500, 'message': 'Internal Error. If you contact a support representative please include this correlation identifier: <UUID>, timestamp: <TIME>, errorcode: IH500019.'} Command group iot hub…
IoT Hub Device Streams firmware integration
Dear Microsoft team, We are looking to integrate the Device Streams feature into our IoT device firmware, built using Azure SDK for Embedded C and running on Zephyr RTOS. Our goal is to enable remote Zephyr shell access for diagnostics, which Device…
Retrieving Data from an Existing Mosquitto MQTT Broker
What are the steps to retrieve data from an existing Mosquitto MQTT broker? I have no control on the broker, I only have the required information to subscribe to it. I have found the documentation on Azure to be increasingly convoluted, making it…
Can IoT Hub Route D2C Messages to Service Bus in VNET?
I have a IoT Hub that must be public facing, while I want to have a Service Bus that only allow private access, where my App Services in the VNET will then consume the messages from Service Bus. Now, the question is am I able to route the D2C messages…
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…