Skip to content

Commit ec501e2

Browse files
Merge pull request #266896 from PatAltimore/patricka-identity-calls
Add excessive identity calls troubleshooting
2 parents cfd8c4c + 1149a03 commit ec501e2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,20 @@ The IoT Edge agent module doesn't have permissions to access a module's image.
177177

178178
Make sure that your container registry credentials are correct your device deployment manifest.
179179

180+
### IoT Edge agent makes excessive identity calls
181+
182+
#### Symptoms
183+
184+
IoT Edge agent makes excessive identity calls to Azure IoT Hub.
185+
186+
#### Cause
187+
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.
189+
190+
#### Solution
191+
192+
Verify the deployment manifest in the Azure portal. Correct any errors and redeploy the manifest to the device.
193+
180194
### IoT Edge hub fails to start
181195

182196
#### Symptoms

0 commit comments

Comments
 (0)