Skip to content

Commit c890cff

Browse files
committed
Clarity fixes
1 parent bfd154d commit c890cff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@ A group enrollment is used to provision an IoT Edge device to an IoT Hub. The Io
329329

330330
**Resolution:**
331331

332-
1. Verify your your DPS credentials are correct.
332+
1. Verify your DPS credentials are correct.
333333
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`.
336336

337337
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.
338338

@@ -442,7 +442,7 @@ On Windows:
442442
443443
1. If the parameter exists, set the value of the parameter to **1**.
444444
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:
446446
447447
| Setting | Value |
448448
| ------- | ----- |
@@ -545,7 +545,7 @@ IoT Edge fails to start with error message `failed to provision with IoT Hub, an
545545
546546
**Root cause:**
547547
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.
549549
550550
**Resolution:**
551551

0 commit comments

Comments
 (0)