You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/troubleshoot-common-errors.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,20 @@ The IoT Edge agent module doesn't have permissions to access a module's image.
177
177
178
178
Make sure that your container registry credentials are correct your device deployment manifest.
179
179
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.
0 commit comments