Hi All,
I have created Azure IoT Hub successfully.
Now I am trying to run Azure IoT code example. I have made following updated following field in my app_manifest.json--
1. DeviceAuthentication
2. CmdArgs
3. AllowedConnections
Program build is successful.
But when I am debugging my program. I am getting following error-
IoTHubDeviceClient_LL_CreateWithAzureSphereDeviceAuthProvisioning returned 'AZURE_SPHERE_PROV_RESULT_PROV_DEVICE_ERROR'.
ERROR: failure to create IoTHub Handle - will retry in 60 seconds.
Please anyone can help.