Skip to content

Commit 7e2302e

Browse files
committed
Typos
1 parent d492f7b commit 7e2302e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/iot-edge/how-to-update-iot-edge.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ You should update the IoT Edge runtime and application layers use the same relea
2323

2424
1. [Update the security subsystem](#update-the-security-subsystem)
2525
1. [Update the runtime containers](#update-the-runtime-containers)
26-
1. Validate version match
27-
* Use `iotedge version` to check the security subsystem version. For example, the output includes the major, minor, and revision numbers *iotedge 1.4.2*.
28-
* In your deployment runtime settings, verify *edgehub* and *edgeagent* image URI versions match the major and minor version of the security subsystem. If the security subsystem version is 1.4.2, the image versions should be 1.4. For example, *mcr.microsoft.com/azureiotedge-hub:1.4* and *mcr.microsoft.com/azureiotedge-agent:1.4*.
29-
26+
1. Verify versions match
27+
* Use `iotedge version` to check the security subsystem version. The output includes the major, minor, and revision version numbers. For example, *iotedge 1.4.2*.
28+
* In your deployment runtime settings, verify *edgehub* and *edgeagent* image URI versions match the major and minor version of the security subsystem. If the security subsystem version is 1.4.2, the image versions would be 1.4. For example, *mcr.microsoft.com/azureiotedge-hub:1.4* and *mcr.microsoft.com/azureiotedge-agent:1.4*.
3029

3130
To find the latest version of Azure IoT Edge, see [Azure IoT Edge releases](https://github.com/Azure/azure-iotedge/releases).
3231

0 commit comments

Comments
 (0)