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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,10 +329,10 @@ A group enrollment is used to provision an IoT Edge device to an IoT Hub. The Io
329
329
330
330
**Resolution:**
331
331
332
-
1. Verify your your DPS credentials are correct.
332
+
1. Verify your DPS credentials are correct.
333
333
1. Apply your configuration using `sudo iotedge apply config`.
334
-
1. If the device is not reprovisioned, restart the device using `sudo iotedge system restart`.
335
-
1. If the device is not reprovisioned, force reprovisioning using `sudo iotedge system reprovision`.
334
+
1. If the device isn't reprovisioned, restart the device using `sudo iotedge system restart`.
335
+
1. If the device isn't reprovisioned, force reprovisioning using `sudo iotedge system reprovision`.
336
336
337
337
To automatically reprovision, set`dynamic_reprovisioning: true`in the device configuration file. Setting this flag to true opts in to the dynamic re-provisioning feature. IoT Edge detects situations where the device appears to have been reprovisioned in the cloud by monitoring its own IoT Hub connection for certain errors. IoT Edge responds by shutting itself and all Edge modules down. The next time the daemon starts up, it will attempt to reprovision this device with Azure to receive the new IoT Hub provisioning information.
338
338
@@ -442,7 +442,7 @@ On Windows:
442
442
443
443
1. If the parameter exists, set the value of the parameter to **1**.
444
444
445
-
1. If the paramter doesn't exist, add it as a new parameter with the following settings:
445
+
1. If the parameter doesn't exist, add it as a new parameter with the following settings:
446
446
447
447
| Setting | Value |
448
448
| ------- | ----- |
@@ -545,7 +545,7 @@ IoT Edge fails to start with error message `failed to provision with IoT Hub, an
545
545
546
546
**Root cause:**
547
547
548
-
A group enrollment is used to provision an IoT Edge device to an IoT Hub. The registration is deleted in DPS. A new registration is created in DPS to link to a different IoT hub. The device is not reprovisioned because reprovisioning is set to false.
548
+
A group enrollment is used to provision an IoT Edge device to an IoT Hub. The registration is deleted in DPS. A new registration is created in DPS to link to a different IoT hub. The device isn't reprovisioned because reprovisioning is set to false.
0 commit comments