Content
91 questions with Azure IoT Device Provisioning Service tags
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.


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…


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…


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…


What should be the criteria for grouping the devices in the group enrollment in Azure DPS?
I am working on a customer scenario and would like to understand that what should be the criteria for grouping the devices in the group enrollment in Azure DPS?


create multiple symmetric keys in azure dps
What is the process to create multiple symmetric keys in group enrolments in azure dps?


Custom allocation policy with Azure Functions for DPS
Currently we are using custom allocation policy using Azure Function to provision devices suing DPS. But if the Azure Function is in private endpoint we are unable to invoke the unction for custom allocation. So, how to do the device provisioning using…


Connecting IoT Hub connected device to IoT Central App
New to IoT Central, but experienced with Azure IoT Hub. We have a working MQTT based connection of devices to IoT Hub and we would like to experiment with their use in IoT Central. From what I have been able to understand so far, there is not a way to…


IoT Hub ignores private registry Edge Deployment Manifest JSON
After applying the deployment manifest with the following command, all the containers of private registry are being ignored. The ACR login seems to fail (although all credentials are provided in manifest json). Only the containers of microsoft registry…


Programmatically regenerate keys for group enrollments in Azure Device provisioning Service (DPS)
I want to programmatically regenerate the symmetric key (primary and secondary keys) in group enrollments of Azure DPS. There is an API provided by azure in the link. I used the API but it returned 404 not found about which I could not figure out its…


How to limit the maximum number of devices that can connect an Azure IoT Central application ?
Hello, I'm working on a economic model where we sell for a monthly price a solution based on Azure IoT Central. We would like to adjust the cost for each client depending on the number of devices he wants to manage through the application. The…


How to force delete Azure IoT DPS instance when operation in progress?
Hi, I have 2 instances of Azure IoT DPS running that I've been using for testing. They were created with some automation and I'm unable to delete them manually, with an error saying an operation is in progress. I've been getting this message since…


Get registration status from DPS in Java SDK
I would like to ask you, do you plan to implement a method to get the current registration status of the enrollment in Device Provision Service in your IoT hub Java SDK? I'm asking because I would like to call the DPS register endpoint only once for…

