Hi @Venkata Siva Prasad K Greetings! Apologies for the delayed update. I have followed the Tutorial Provision multiple X.509 devices using enrollment groups to provision multiple devices with Azure IoT SDK C.
I have cloned the repository using the LTS tag lts_01_2023
and the command git clone -b lts_01_2023 https://github.com/Azure/azure-iot-sdk-c.git
. I could provision the device without any issues with the latest SDK following the steps. Please refer the below image to find the output of my testing.
provided global provision URL You have mentioned that you provided the provision URL. I am not sure what you meant by this. Can you add more clarification on this.
Can you also make sure that the certificate and the private key you have set have the correct formatting without any spaces or formatting issues? The document suggested to use a Git bash command sed -e 's/^/"/;$ !s/$/""\\n"/;$ s/$/"/' ./certs/device-01-full-chain.cert.pem
and sed -e 's/^/"/;$ !s/$/""\\n"/;$ s/$/"/' ./private/device-01.key.pem
to extract the certificate and private key in the correct format.
I appreciate it if you can review the above feedback and let me know your observations.