Skip to content

Commit 21206ca

Browse files
Merge pull request #219782 from PatAltimore/patricka-fix-tab
Fix tab sets
2 parents 8b2d3e2 + 738e364 commit 21206ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The IoT Edge security subsystem includes a set of native components that need to
2828
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.
2929

3030
<!-- Separated Linux content support RHEL - Some content repeated in RHEL tab-->
31-
# [Ubuntu / Debian](#tab/ubuntu+debian)
31+
# [Ubuntu / Debian](#tab/linux)
3232

3333
>[!IMPORTANT]
3434
>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
119119
```bash
120120
sudo yum install aziot-edge
121121
```
122-
---
123122

124123
<!-- end iotedge-2020-11 -->
125124
:::moniker-end
@@ -243,7 +242,7 @@ If you use specific tags in your deployment (for example, mcr.microsoft.com/azur
243242

244243
## Special case: Update from 1.0 or 1.1 to latest release
245244

246-
# [Ubuntu / Debian](#tab/ubuntu+debian)
245+
# [Ubuntu / Debian](#tab/linux)
247246

248247
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.
249248

@@ -288,8 +287,6 @@ It's recommended to install the micro agent with the Edge agent to enable securi
288287
sudo iotedge config import
289288
```
290289

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-
293290
# [Red Hat Enterprise Linux](#tab/rhel)
294291

295292
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
304301

305302
---
306303

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+
307307
## Next steps
308308

309309
View the latest [Azure IoT Edge releases](https://github.com/Azure/azure-iotedge/releases).

0 commit comments

Comments
 (0)