Content
99 questions with Azure IoT Device Provisioning Service tags
Azure Device provision service not connecting with latest 2023 SDK sample
Hi Team, We are currently trying to upgrade the device Azure IOT SDK C from 2020 version to latest 2023 LTS version. But We are getting connectivity errors with DPS. We are using provision multiple X509 device with enrollment groups. So first we tried…


IoT Edge Runtime Response 406: Device Offline or Not Sending Status Reports when Configured with Device Provisioning Service (DPS)
I am using a pre-built template to deploy a Linux machine with the IoT Edge runtime as an edge device. Initially, I successfully added the SimulatedTemperatureSensor module and received a response of "200 OK" from the IoT Edge runtime. However,…


Azure Device Provisioning Service with custom allocation policy function - how do add authentication?
I am using Azure Device Provisioning Service with custom allocation policy with Azure function. I would like to introduce some kind of authentication for the function. The function is also used by other Azure services so I was thinking to have a managed…


Should we have separate IoTHubs for business in different countries
Hello, We are a new business and we are going to use Azure IoT. I am curious to know if we should have separate IoTHubs and DPS for businesses in separate countries? If so, what are the reasons? Thanks in advance!


IoT Central Device registered but not provisioning
Hi, I need some help with devices on Azure Iot Central. My sensors are on Wanesy platform and I have added 1 to Iot Central. It shows as "Registered" but never goes to "Provisioned". Could you please help me to find out what is wrong?


X.509 certificate in Azure APIM and azure Device Provisioning service
I am trying to use same X.509 device certificate for authenticating IOT DPS and API management. Problem is DPS docs mentioning - registation_id of the device must match the subject common name in the device certificate, So we need to put unique ID in…


Device register with multiple enrollment groups in the same DPS
I have a central IoT DPS with two enrollment groups: Enrollment group A is edge-enabled for IoT Edge devices / Gateway. Enrollment group B is edge-disabled for non-edge devices. Both enrollment groups are assigned to use the same root CA…


How add groups in Azure Iot hub for update deployment
Hello. I am trying to add groups for Azure Iot Hub devices by adding tags in Device Twins. but when i check Groups and Deployments under Update section there is no any Group to deploy update. any idea what i am missing ?
Devices are not visible in Group and Deployments(Iothub update)
Hi, I want to update the device. In order to do that I was following "Update Device Package Tutorial". https://learn.microsoft.com/en-us/azure/iot-hub-device-update/device-update-ubuntu-agent I have prepared the device manually by following…


Isn't it a security risk to have root CA certificate and intermediate certificate to generate full chain certificate in DPS provisioning using X509 group attestation case?
https://learn.microsoft.com/en-us/azure/iot-dps/tutorial-custom-hsm-enrollment-group-x509?tabs=linux&pivots=programming-language-ansi-c#create-the-device-certificates Quoting from above link, "The device must present its full chain certificate…


Azure IoT central device cannot connect to MQTT after several days of working
I was testing 1 IoT central devices over the weekend, from 3/31 19:00 KST, and another for more than 10 days, but I found that they are both disconnected since 4/1 05:34AM KST and 4/1 05:05AM KST. One of them shows error as follows. 2023/4/4 11:13:47…


Internal server Error Connection between Azure iot hub and Dps
I´m trying to connect an iot hub with a Device Provisioning Service with powershell, but I have a internal server error I´m using this commands: Connect-AzAccount $resourceGroup = "RecursosPrueba" $location = "West Europe"…


Device registration status lookup example/reference in "C" or in Azure IoT SDK C?
https://learn.microsoft.com/en-us/rest/api/iot-dps/device/runtime-registration/device-registration-status-lookup#deviceregistrationresult As per above link, I understand that there is an API to check the device registration status of device…


Facing issue in azure device update for group and deployment
Hi, I am difficulty while doing azure device update, giving all role access and but in group and deployment navigation group is not showing.


Creating root and intermediate certificates in .NET
Instead of using the bash scripts for root & intermediate certificate generation, the X509 library with .NET is being used to generate the certificates for device provisioning. When attempting to create & sign the intermediate using the root, the…


How to get list of azsphere device wifi show-status?
I am getting for single device for below command azsphere device wifi show-status SSID : xxxxxxx Configuration state : enabled Connection state : connected Security state : psk Frequency : 2xxx Mode : station Key management : WPA2-PSK WPA State :…


How to generate X509 certificate for DPS with Digicert One
Is there a tutorial to setup Digicert One to generate X509 certificates for IoT devices for DPS group enrollment?
MQTT connection refused ESP iot kit Sample Code
Hello, I tried to use https://github.com/Azure-Samples/iot-middleware-freertos-samples/tree/main/demos/projects/ESPRESSIF/aziotkit to get my ESP connected to Azure Iot Hub. I am running it on a custom board but the structure is very close to what is…


IoT Hub Module Twin Tag value disappears after re-provisioning via DPS
I am using x509 certificates as Device Authentication Type with Azure Device Update Agent installed on my device. The device Update Agent uses a Module Identity with Symmetric Keys as the authentication type (this is done through Azure Identity Service).…


Does Azure IoT Edge 1.4 release support custom payload to be sent from DPS to IoT edge device as part of response to registration?
As per Azure IoT Edge 1.4 release note , I can see that a custom payload can be sent from a device to DPS. But is the reverse scenario supported with this version? Can a custom payload be sent from DPS to an IoT edge module? Editing the question as per…

