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/how-to-update-iot-edge.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
@@ -28,7 +28,7 @@ The IoT Edge security subsystem includes a set of native components that need to
28
28
Check the version of the security subsystem running on your device by using the command `iotedge version`. If you're using IoT Edge for Linux on Windows, you need to SSH into the Linux virtual machine to check the version.
29
29
30
30
<!-- Separated Linux content support RHEL - Some content repeated in RHEL tab-->
31
-
# [Ubuntu / Debian](#tab/ubuntu+debian)
31
+
# [Ubuntu / Debian](#tab/linux)
32
32
33
33
>[!IMPORTANT]
34
34
>If you are updating a device from version 1.0 or 1.1 to the latest release, there are differences in the installation and configuration processes that require extra steps. For more information, refer to the steps later in this article: [Special case: Update from 1.0 or 1.1 to latest release](#special-case-update-from-10-or-11-to-latest-release).
@@ -119,7 +119,6 @@ If you want to update to the most recent version of IoT Edge, use the following
119
119
```bash
120
120
sudo yum install aziot-edge
121
121
```
122
-
---
123
122
124
123
<!-- end iotedge-2020-11 -->
125
124
:::moniker-end
@@ -243,7 +242,7 @@ If you use specific tags in your deployment (for example, mcr.microsoft.com/azur
243
242
244
243
## Special case: Update from 1.0 or 1.1 to latest release
245
244
246
-
# [Ubuntu / Debian](#tab/ubuntu+debian)
245
+
# [Ubuntu / Debian](#tab/linux)
247
246
248
247
Starting with version 1.2, the IoT Edge service uses a new package name and has some differences in the installation and configuration processes. If you have an IoT Edge device running version 1.0 or 1.1, use these instructions to learn how to update to the latest release.
249
248
@@ -288,8 +287,6 @@ It's recommended to install the micro agent with the Edge agent to enable securi
288
287
sudo iotedge config import
289
288
```
290
289
291
-
Now that the IoT Edge service running on your devices has been updated, follow the steps in this article to also [Update the runtime containers](#update-the-runtime-containers).
292
-
293
290
# [Red Hat Enterprise Linux](#tab/rhel)
294
291
295
292
IoT Edge version 1.1 isn't supported on Red Hat Enterprise Linux 8.
@@ -304,6 +301,9 @@ Currently, there is no support for IoT Edge version 1.4 running on Windows devic
304
301
305
302
---
306
303
304
+
Now that the IoT Edge service running on your devices has been updated, follow the steps in this article to also [Update the runtime containers](#update-the-runtime-containers).
305
+
306
+
307
307
## Next steps
308
308
309
309
View the latest [Azure IoT Edge releases](https://github.com/Azure/azure-iotedge/releases).
0 commit comments