Dominic Betts
Dominic Betts
Hi @vaishnavils97 - did you configure the IoT Edge device to use the private DPS endpoint (https://learn.microsoft.com/en-us/azure/iot-central/core/howto-create-private-endpoint#connect-to-a-private-endpoint)? For an IoT Edge device, you configure the DPS endpoint in the config.toml...
My config.toml looks like the following: ``` [provisioning] source = "dps" global_endpoint = "https://saas-dps-c99........0649.azure-devices-provisioning.net" id_scope = "0ne00893C92" [provisioning.attestation] method = "symmetric_key" registration_id = "2og1ocxuweo" symmetric_key = { value = "BJ2.........OMY="...
Hi @vaishnavils97 - your issue looks similar to this one: https://github.com/Azure/iotedge/issues/6638 - although the reported problem related to TPM attestation rather than symmetric key. Maybe you should open an issue...
I'm closing this issue now - you can follow up in the issue you opened in the iotedge repo. Thanks!