Is there an example to check the registration status of an IoT edge device registered to an iot hub using device provisioning service in c? #2453
Unanswered
Arjun-Sivasree
asked this question in
Q&A
Replies: 1 comment
-
Hi @Arjun-Sivasree So while the status lookup isn't done synchronously by the user application, it is notified of the progress of the provisioning. Let us know how else we can help here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 in iot hub.
But is there an example which I can refer on how to use this api in c? I could not find anything in azure iot sdk c documentation or samples.
Beta Was this translation helpful? Give feedback.
All reactions