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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,15 +177,15 @@ 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
180
+
### IoT Edge agent makes excessive identity calls
181
181
182
182
#### Symptoms
183
183
184
-
IoT Edge agent to make excessive identity calls to Azure IoT Hub.
184
+
IoT Edge agent makes excessive identity calls to Azure IoT Hub.
185
185
186
186
#### Cause
187
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.
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.
0 commit comments