Skip to content

Commit c9f2d87

Browse files
Merge pull request #280956 from halkazwini/nw-linux
OS support
2 parents d5e6d55 + 8bf05d3 commit c9f2d87

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

articles/virtual-machines/extensions/network-watcher-linux.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,14 @@ ms.service: virtual-machines
77
ms.subservice: extensions
88
ms.collection: linux
99
ms.topic: how-to
10-
ms.date: 03/31/2024
10+
ms.date: 07/16/2024
1111
ms.custom: devx-track-arm-template, linux-related-content
1212

1313
#CustomerIntent: As an Azure administrator, I want to install Network Watcher Agent VM extension and manage it so that I can use Network watcher features to diagnose and monitor my Linux virtual machines (VMs).
1414
---
1515

1616
# Manage Network Watcher Agent virtual machine extension for Linux
1717

18-
> [!CAUTION]
19-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](../workloads/centos/centos-end-of-life.md).
20-
2118
The Network Watcher Agent virtual machine extension is a requirement for some of Azure Network Watcher features that capture network traffic to diagnose and monitor Azure virtual machines (VMs). For more information, see [What is Azure Network Watcher?](../../network-watcher/network-watcher-overview.md)
2219

2320
In this article, you learn how to install and uninstall Network Watcher Agent for Linux. Installation of the agent doesn't disrupt, or require a reboot of the virtual machine. If the virtual machine is deployed by an Azure service, check the documentation of the service to determine whether or not it permits installing extensions in the virtual machine.
@@ -87,18 +84,20 @@ Network Watcher Agent extension for Linux can be installed on the following Linu
8784
|---|---|
8885
| AlmaLinux | 9.2 |
8986
| Azure Linux | 2.0 |
90-
| CentOS | 6.10 and 7 |
87+
| CentOS <sup>1</sup> | 6.10 and 7 |
9188
| Debian | 7 and 8 |
9289
| OpenSUSE Leap | 42.3+ |
93-
| Oracle Linux | 6.10, 7 and 8+ |
94-
| Red Hat Enterprise Linux (RHEL) | 6.10, 7, 8 and 9.2 |
90+
| Oracle Linux | 6.10 <sup>2</sup>, 7 and 8+ |
91+
| Red Hat Enterprise Linux (RHEL) | 6.10 <sup>3</sup>, 7, 8 and 9.2 |
9592
| Rocky Linux | 9.1 |
9693
| SUSE Linux Enterprise Server (SLES) | 12 and 15 (SP2, SP3, and SP4) |
9794
| Ubuntu | 16+ |
9895

99-
> [!NOTE]
100-
> - Red Hat Enterprise Linux 6.X and Oracle Linux 6.x have reached their end-of-life (EOL). RHEL 6.10 has available [extended life cycle (ELS) support](https://www.redhat.com/en/resources/els-datasheet) through [June 30, 2024]( https://access.redhat.com/product-life-cycles/?product=Red%20Hat%20Enterprise%20Linux,OpenShift%20Container%20Platform%204).
101-
> - Oracle Linux version 6.10 has available [ELS support](https://www.oracle.com/a/ocom/docs/linux/oracle-linux-extended-support-ds.pdf) through [July 1, 2024](https://www.oracle.com/a/ocom/docs/elsp-lifetime-069338.pdf).
96+
<sup>1</sup> CentOS Linux reached its end-of-life (EOL) on June 30, 2024. For more information, see the [CentOS End Of Life guidance](../workloads/centos/centos-end-of-life.md).
97+
98+
<sup>2</sup> [Extended life cycle (ELS) support](https://www.oracle.com/a/ocom/docs/linux/oracle-linux-extended-support-ds.pdf) for Oracle Linux version 6.X ended on [July 1, 2024](https://www.oracle.com/a/ocom/docs/elsp-lifetime-069338.pdf).
99+
100+
<sup>3</sup> [Extended life cycle (ELS) support](https://www.redhat.com/en/resources/els-datasheet) for Red Hat Enterprise Linux 6.X ended on [June 30, 2024]( https://access.redhat.com/product-life-cycles/?product=Red%20Hat%20Enterprise%20Linux,OpenShift%20Container%20Platform%204).
102101

103102
## Extension schema
104103

0 commit comments

Comments
 (0)