Content
Unable to connect to Azure IoT hub due to error "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate."
I am using azure-iot-device python SDK for connecting to Azure IoT Hub. My organization network is beyond Zscaler. When I am disabling Zscaler, I am able to connect to IoT sucessfully. But when I am enabling Zscaler, I am getting below error Could you…
Iot Edge Device cannot connect to IotHub
I create EflowVm in my local PC(OS is windows11). But EflowVm can't connet to the IotHub. In the device management page of IotHub, the IotEdge device is always offline. Therefore, there is no way to modify the module settings through the azure portal…

Azure IoT Hub "Add configuration or deployment" menu does not drop down
I have created Standard-Tier IoT Hubs both from the CLI and Azure Portal. In both cases, the "Add" dropdown menu in the "Configurations + Deployments" will not drop down. On the other hand, our production Hubs (also Standard Tier)…

IoT Hub trigger exception: Binding parameters to complex objects (such as 'Object') uses Json.NET serialization.
I am sending messages from a device to iot hub successfully. The iot hub routes messages to a custom event hub endpoint. I have an azure function that is an triggered by event hub messages, but whenever my azure function is triggered, I get this…
IotHub device connection problem after change to DigiCert Global G2 Root
Last week, into my Azure IotHub portal, I successfully changed from baltimora to DigiCert Global G2 Root. Today I got a connection problem. I enter into my Azure portals portal/certificates and found nothing. I cannot see also the TSL Certificate Tab.…
Unable to bring the edgehub and edge agent modules as recently IOT hub got updated with DigiCert G2 root from Baltimore root
Hi Team, Recently IOT hub got updated with DigiCert G2 root from Baltimore root. After the device is not coming up if I try to install new machine also. The ssl certificates which we are generating it was working fine with Baltimore root. Not sure if…
Seeking Guidance on Building Real-Time Video Processing Solution for Vehicle Detection on Azure
Hello Azure Community, I'm currently working on a project for a client that involves the development of a real-time video processing solution for detecting vehicles in an area using Raspberry Pi IoT device. The project requires multiple cameras sending…
How to make custom DTMI model private for ADU
We are using ADU to udpate our devices. We currently have the modelId dtmi:azure:iot:deviceUpdateContractModel;1 set in DPS and our device. All the other ADU requirements are also met and we can see the device in the devices list in the…

How to see the results of the OPC UA and network discovery using the API.
I have a IoT edge enabled VM with the OPCPublisher module installed. This module has an API to run the discovery of the OPC UA servers. The API mentioned here that the results are published in the configured default event transport, which in this case is…

IoTCentral vs IoTHub
I read various documentation on this topic. But I am still unsure about couple of basic questions, In what scenarios IoTHub is the only way out? I know IoTCentral is quick specially for cloud beginners. But if it serves all the need then why not…
Unable to connect to Azure IoT hub From Linux machine.
I am connecting to Azure iot hub using Azure-iot-sdk-c. I am using the API IoTHubDeviceClient_CreateFromConnectionString(connectionString, protocol). My application is working fine from my laptop on which Ubuntu is installed. When I run this…
how to fix error in provisioning dps while after environmental variables. Ex: It shows unsuccessful JSON error and failed to create IOThub device client
while provisioning iot hub dps environmental variables it shows error like unsucessful JSON error, "errorCode":401000. It also shows failed creating IOT hub device client
Unable to find IoT Hub
I'm trying to integrate a particle development board but i'm having issues with IoT Hub. I am having trouble seeing my IoT Hub from the azure CLI. When i run az iot hub monitor-events -n Gateway-Electronic-Components it returns Unable to…
Azure Edge Parent Device not showing created Child Devices
After creating an Azure IoT Child device specifying it's parent scope C#: child.Scope = parent.Scope; In the azure IoT Hub the device correctly shows the relation with its parent ("This device has a parent assigned") But when selecting the…

Production, Staging, QA sample pipeline setup for the Azure IoT Edge layered deployment Application
Hi Team, Hello SatishBoddu-MSFT, I am looking for a sample solution for azure DevOps pipeline for different environments (QA, Staging, Prod) creation based on Azure IoT Edge layered deployment, I found sample solution in Microsoft docs, which is most…
I want to add devices in Azure IOT Hub with the help of postman? how can i do it?
I want to add devices in Azure IOT Hub with the help of postman? how can i do it?
IoT Hub device limitations and pricing
Hi There, I wanted to know, 1.How many devices can be connected to a single Iot hub resource. 2.If I want to connect 250 devices, what will be the price of it for a year? if possible required quotation. 3.How many devices can be connected to a single…

Delay of Microsoft.Devices.DeviceConnected (4 to 6 minutes)
Hi I am working on a system where I use an IotHub (S1 tier) that communicates with one IoT device using the setup showed in the table. Furthermore, I use an EventHub that subscribes on Microsoft.Devices.DeviceConnected and …
Provisioning to IOT Hub on Jetpack 5.0.2
I have an nvidia jetson on Jetpack 5.0.2 that ive been trying to provision on iothub for while. Previously I have provisioned jetsons on Jetpack 4.6 with no issues, however 5.0.2 has posed problematic. I am looking for help to try to address this issue.…

How to activate/deactivate a specific sensor on my IoT device
Suppose I have a device connected to my IoT Hub. On this device, there are several different sensors that send telemetry or have different functions. My question is: How would I, from my backend application, turn on/off specific sensor(s) based on user…