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…
Azure and TLS 1.2 requirement
Hi, I have seen a lot of information about transitioning to TLS V1.2 before 31th of October 2024. And also got the latest information about some Azure services will continue to work - perhaps until 31th of October 2025. But when I look at this link…
Error with manifest upload
I'm attempting to do utilise the ADU service for OTA updates, and I am getting this error with my manifest file: A problem occurred trying to parse the schema for one or more import manifests. Delete the file or adjust its syntax, and try again.Learn…
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…
Count total number of messages per project?
Hi All, I'd like to understand time granularity used in IoT Hub metrics. My use case is 5 projects running on the same IoT Hub and I need to calculate monthly usage of messages per project, and average daily for all projects. I've been using "Total…
Does IoThub pushes the historic data to event hub when we create a new message routing?
I want to understand whether Event Hub gets the Historic data from IoT Hub at the instance of creation of event hub endpoint?
I have placed a .json file in the Data storage container which I have created, While I am trying the fetch the data thorough inputs from Stream analytics job, the data is not loading
I have placed the .json file in the Storage account container(Date folder-->Time folder) as per the below screenshot. And here I am trying to fetch the data which is present in the .json file in one of the input of the Stream analytics job as per the…
The Storage container selected by file upload in azure iot hub cannot be saved
The error message is as follows: There was a problem updating your IoT hub to change file upload settings. An unexpected error occurred while updating your IoT hub. Error message: Another update operation is in progress, retry later. If you contact a…
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…
Trouble Connecting ESP32 to Azure IoT Hub - Missing AzureIoTUtility.h Library
Hi everyone, I'm trying to connect my ESP32 to Azure IoT Hub using the Arduino IDE. I've followed the steps to install the required libraries (AzureIoTHub, AzureIoTProtocol_MQTT, etc.), but I keep encountering a compilation error. The error specifically…
The remote certificate is invalid according to the validation procedure
Hi, We are currently using a symmetric key to authenticate the devices and these devices are working fine but today at one of the devices we get the following exception: Failed to connect: System.Security.Authentication.AuthenticationException: The…
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 -->…
Disconnected from MQTT, error: Optional(Error Domain=MGCDAsyncSocketErrorDomain Code=8 "Error in SSLSetCertificate" UserInfo={NSLocalizedDescription=Error in SSLSetCertificate})
I am trying to connect with MQTT with DigiCert G2 .crt certificate from https://learn.microsoft.com/en-us/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#root-certificate-authorities, I am getting this error. Disconnected…
IoT Hub Receiver disconnected
received Attach for unknown link(messages/events/_c6d48420-6599-4b22-aa5c-465dcbacd54d):…
Will IOT Hub connections using TLS 1.1 fail after 31st Oct along with event hubs and relays
TLS 1.1 support is ending on 31st October 2024 for Service Bus, Event Hubs and Relays as communicated by Azure. Further comms says All resources that interact with Azure must use TLS 1.2 by this date. To confirm does anyone know what specific impact…
IoT hub as input connectivity issue in stream analytics
Unable to connect to IoT Hub 'IoT' using connection string. Please make sure you have configured the IoT Hub input correctly. Exception details System.IO.IOException: The AMQP transport failed to open because the inner transport sasl59161 is closed. …
Send telemetry message in DPS from rest api in Android & iOS.
Is it possible to send telemetry message during DPS registration using Rest API? there is a way to do using MQTT protocol as per this docs but I want to do that using Rest API. If possible, how can I do that and how can I receive the message?
Azure c SDK reportedproperty Not working
Hello All, I am working in azure c SDK(lts_03_2024). I working in the device twin implementation. I checked that using API for the reported property I can't update device twin in the IoT Hub in a thread function which is waiting for sensor data.Can you…
Blob Storage Filters
I have a Storage Account configured with event, and there are filters active on storage account. when I am uploading files with .txtd, 400 error getting thrown at notify blob completion Api.…
Encryption is failing for the keys generated using power shell script IOT device provisioning service.
Using Powershell script we are trying to generate, rotate, trust and encrypt the DPS keys for IOT device provisioning and also send the encrypted key file to a mail destination. Encryption is failing. Need help on this. Trying this both locally and…