Skip to content

Commit 1149a03

Browse files
committed
Add example
1 parent 0a56cb3 commit 1149a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/troubleshoot-common-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ IoT Edge agent makes excessive identity calls to Azure IoT Hub.
185185

186186
#### Cause
187187

188-
Device deployment manifest misconfiguration causes an unsuccessful deployment on the device. IoT Edge Agent retry logic continues to retry deployment. Each retry makes identity calls until the deployment is successful.
188+
Device deployment manifest misconfiguration causes an unsuccessful deployment on the device. IoT Edge Agent retry logic continues to retry deployment. Each retry makes identity calls until the deployment is successful. For example, if the deployment manifest specifies a module URI that that doesn't exist in the container registry or is mistyped, the IoT Edge agent retries the deployment until the deployment manifest is corrected.
189189

190190
#### Solution
191191

192-
Verify the deployment manifest.
192+
Verify the deployment manifest in the Azure portal. Correct any errors and redeploy the manifest to the device.
193193

194194
### IoT Edge hub fails to start
195195

0 commit comments

Comments
 (0)