Skip to content

Commit 7fe628f

Browse files
committed
Add excessive identity calls
1 parent 95b6ad6 commit 7fe628f

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 making excessive identity calls
181+
182+
#### Symptoms
183+
184+
IoT Edge agent to make excessive identity calls to Azure IoT Hub.
185+
186+
#### Cause
187+
188+
Misconfiguration of the device deployment manifest causes an unsuccessful deployment. IoT Edge Agent retry logic continues to retry deployment. Each retry makes identity calls.
189+
190+
#### Solution
191+
192+
Verify the deployment manifest.
193+
180194
### IoT Edge hub fails to start
181195

182196
#### Symptoms

0 commit comments

Comments
 (0)