Skip to content

Commit f6a1cf2

Browse files
Merge pull request #291736 from PatAltimore/patricka-amqp
Remove alert
2 parents fce673d + d3b727a commit f6a1cf2

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

articles/iot-edge/support.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@ title: IoT Edge supported platforms
33
description: Azure IoT Edge supported operating systems, runtimes, and container engines.
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 11/17/2024
6+
ms.date: 12/10/2024
77
ms.topic: conceptual
88
ms.service: azure-iot-edge
99
services: iot-edge
1010
---
1111

1212
# Azure IoT Edge supported platforms
1313

14-
::: moniker range="=iotedge-1.4"
15-
> [!CAUTION]
16-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
17-
::: moniker-end
18-
1914
[!INCLUDE [iot-edge-version-1.4-or-1.5](includes/iot-edge-version-1-4-or-1-5.md)]
2015

2116
This article explains what operating system platforms, IoT Edge runtimes, container engines, and components are supported by IoT Edge whether generally available or in preview.
@@ -111,7 +106,7 @@ The systems listed in the following table are considered compatible with Azure I
111106

112107
| Operating System | AMD64 | ARM32v7 | ARM64 | End of OS provider standard support |
113108
| ---------------- | ----- | ------- | ----- | -------------- |
114-
| [CentOS-7](https://docs.centos.org/en-US/docs/) | ![CentOS + AMD64](./media/support/green-check.png) | ![CentOS + ARM32v7](./media/support/green-check.png) | ![CentOS + ARM64](./media/support/green-check.png) | [June 2024](https://www.redhat.com/en/topics/linux/centos-linux-eol) |
109+
| [CentOS-7](https://docs.centos.org/en-US/docs/) | ![CentOS + AMD64](./media/support/green-check.png) | ![CentOS + ARM32v7](./media/support/green-check.png) | ![CentOS + ARM64](./media/support/green-check.png) | [June 2024](https://www.redhat.com/en/topics/linux/centos-linux-eol). For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life). |
115110
| [Debian 10 <sup>1</sup>](https://www.debian.org/releases/buster/) | ![Debian 10 + AMD64](./media/support/green-check.png) | ![Debian 10 + ARM32v7](./media/support/green-check.png) | ![Debian 10 + ARM64](./media/support/green-check.png) | [June 2024](https://wiki.debian.org/LTS) |
116111
| [Debian 11](https://www.debian.org/releases/bullseye/) | ![Debian 11 + AMD64](./media/support/green-check.png) | | ![Debian 11 + ARM64](./media/support/green-check.png) | [June 2026](https://wiki.debian.org/LTS) |
117112
| [Mentor Embedded Linux Flex OS](https://www.mentor.com/embedded-software/linux/mel-flex-os/) | ![Mentor Embedded Linux Flex OS + AMD64](./media/support/green-check.png) | ![Mentor Embedded Linux Flex OS + ARM32v7](./media/support/green-check.png) | ![Mentor Embedded Linux Flex OS + ARM64](./media/support/green-check.png) | |

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Resolve common issues in Azure IoT Edge solutions. Learn how to tro
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 07/10/2024
7+
ms.date: 12/10/2024
88
ms.topic: troubleshooting-general
99
ms.service: azure-iot-edge
1010
services: iot-edge
@@ -13,9 +13,6 @@ ms.custom: [amqp, mqtt]
1313

1414
# Solutions to common issues for Azure IoT Edge
1515

16-
> [!CAUTION]
17-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
18-
1916
[!INCLUDE [iot-edge-version-all-supported](includes/iot-edge-version-all-supported.md)]
2017

2118
Use this article to identify and resolve common issues when using IoT Edge solutions. If you need information on how to find logs and errors from your IoT Edge device, see [Troubleshoot your IoT Edge device](troubleshoot.md).
@@ -354,7 +351,7 @@ The security daemon fails to start and module containers aren't created. The `ed
354351

355352
#### Cause
356353

357-
For all Linux distros except CentOS 7, IoT Edge's default configuration is to use `systemd` socket activation. A permission error happens if you change the configuration file to not use socket activation but leave the URLs as `/var/run/iotedge/*.sock`, since the `iotedge` user can't write to `/var/run/iotedge` meaning it can't unlock and mount the sockets itself.
354+
For all Linux distros except CentOS 7, IoT Edge's default configuration is to use `systemd` socket activation. A permission error happens if you change the configuration file to not use socket activation but leave the URLs as `/var/run/iotedge/*.sock`, since the `iotedge` user can't write to `/var/run/iotedge` meaning it can't unlock and mount the sockets itself. CentOS is End of Life (EOL). For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
358355

359356
#### Solution
360357

0 commit comments

Comments
 (0)