Skip to content

Commit db3cffd

Browse files
Merge pull request #266008 from ChaseCrum/CEOL-12
insert EOL notice
2 parents cef6bfa + 7930154 commit db3cffd

9 files changed

+32
-6
lines changed

articles/defender-for-cloud/includes/defender-for-container-prerequisites-arc-eks-gke.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ author: dcurwin
88

99
## Network requirements
1010

11+
> [!CAUTION]
12+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
13+
1114
Validate the following endpoints are configured for outbound access so that the Defender agent can connect to Microsoft Defender for Cloud to send security data and events:
1215

1316
For public cloud deployments:

articles/defender-for-cloud/remediate-vulnerability-findings-vm.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.date: 11/09/2021
99

1010
# View and remediate findings from vulnerability assessment solutions on your VMs
1111

12+
> [!CAUTION]
13+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
14+
1215
When your vulnerability assessment tool reports vulnerabilities to Defender for Cloud, Defender for Cloud presents the findings and related information as recommendations. In addition, the findings include related information such as remediation steps, relevant CVEs, CVSS scores, and more. You can view the identified vulnerabilities for one or more subscriptions, or for a specific VM.
1316

1417
## View findings from the scans of your virtual machines

articles/defender-for-cloud/support-matrix-defender-for-containers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.custom: references_regions
1010

1111
# Containers support matrix in Defender for Cloud
1212

13+
> [!CAUTION]
14+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
15+
1316
This article summarizes support information for Container capabilities in Microsoft Defender for Cloud.
1417

1518
> [!NOTE]

articles/machine-learning/data-science-virtual-machine/ubuntu-upgrade.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ ms.date: 04/19/2023
1515

1616
# Upgrade your Data Science Virtual Machine to Ubuntu 20.04
1717

18+
> [!CAUTION]
19+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
20+
1821
If you have a Data Science Virtual Machine running an older release such as Ubuntu 18.04 or CentOS, you should migrate your DSVM to Ubuntu 20.04. Migrating will ensure that you get the latest operating system patches, drivers, preinstalled software, and library versions. This document tells you how to migrate from either older versions of Ubuntu or from CentOS.
1922

2023
## Prerequisites

articles/machine-learning/v1/how-to-train-with-datasets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.custom: UpdateFrequency5, data4ml, sdkv1
1616

1717
# Train models with Azure Machine Learning datasets
1818

19+
> [!CAUTION]
20+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
1921
2022
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2123

articles/virtual-network/accelerated-networking-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.author: ealume
1111

1212
# Accelerated Networking overview
1313

14+
> [!CAUTION]
15+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
16+
1417
This article describes the benefits, constraints, and supported configurations of Accelerated Networking. Accelerated Networking enables [single root I/O virtualization (SR-IOV)](/windows-hardware/drivers/network/overview-of-single-root-i-o-virtualization--sr-iov-) on supported virtual machine (VM) types, greatly improving networking performance. This high-performance data path bypasses the host, which reduces latency, jitter, and CPU utilization for the most demanding network workloads.
1518

1619
>[!NOTE]

articles/virtual-network/create-vm-accelerated-networking-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.custom: fasttrack-edit, devx-track-azurecli, linux-related-content
1010
---
1111
# Use Azure CLI to create a Windows or Linux VM with Accelerated Networking
1212

13+
> [!CAUTION]
14+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
15+
1316
This article describes how to create a Linux or Windows virtual machine (VM) with Accelerated Networking (AccelNet) enabled by using the Azure CLI command-line interface. The article also discusses how to enable and manage Accelerated Networking on existing VMs.
1417

1518
You can also create a VM with Accelerated Networking enabled by using the [Azure portal](quick-create-portal.md). For more information about using the Azure portal to manage Accelerated Networking on VMs, see [Manage Accelerated Networking through the portal](#manage-accelerated-networking-through-the-portal).

articles/virtual-network/setup-dpdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.author: steveesp
1313

1414
# Set up DPDK in a Linux virtual machine
1515

16+
> [!CAUTION]
17+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
18+
1619
Data Plane Development Kit (DPDK) on Azure offers a faster user-space packet processing framework for performance-intensive applications. This framework bypasses the virtual machine’s kernel network stack.
1720

1821
In typical packet processing that uses the kernel network stack, the process is interrupt-driven. When the network interface receives incoming packets, there's a kernel interrupt to process the packet and a context switch from the kernel space to the user space. DPDK eliminates context switching and the interrupt-driven method in favor of a user-space implementation that uses poll mode drivers for fast packet processing.

articles/virtual-network/virtual-network-bandwidth-testing.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.author: allensu
1111

1212
# Test VM network throughput by using NTTTCP
1313

14+
> [!CAUTION]
15+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
16+
1417
This article describes how to use the free NTTTCP tool from Microsoft to test network bandwidth and throughput performance on Azure Windows or Linux virtual machines (VMs). A tool like NTTTCP targets the network for testing and minimizes the use of other resources that could affect performance.
1518

1619
## Prerequisites
@@ -77,9 +80,9 @@ You can test throughput from Windows VMs by using [NTTTCP](https://github.com/mi
7780
Run the test for 300 seconds, or five minutes, on both the sender and receiver VMs. The sender and receiver must specify the same test duration for the `-t` parameter.
7881
7982
1. On the receiver VM, run the following command, replacing the `<number of VM cores>`, and `<receiver IP address>` placeholders with your own values.
80-
83+
8184
**`ntttcp -r -m [<number of VM cores> x 2],*,<receiver IP address> -t 300`**
82-
85+
8386
```cmd
8487
ntttcp -r -m 4,*,10.0.0.5 -t 300
8588
```
@@ -95,7 +98,7 @@ Run the test for 300 seconds, or five minutes, on both the sender and receiver V
9598
1. Wait for the results.
9699

97100
When the test is complete, the output should be similar as the following example:
98-
101+
99102
```output
100103
C:\tools>ntttcp -s -m 4,*,10.0.0.5 -t 300
101104
Copyright Version 5.39
@@ -132,7 +135,7 @@ Packets Sent Packets Received Retransmits Errors Avg. CPU %
132135
============ ================ =========== ====== ==========
133136
25324915 2161992 60412 0 15.075
134137
135-
```
138+
```
136139

137140
# [Linux](#tab/linux)
138141

@@ -145,15 +148,15 @@ To measure throughput from Linux machines, use [NTTTCP-for-Linux](https://github
145148
- For **CentOS**, install `gcc` , `make` and `git`.
146149

147150
``` bash
148-
sudo yum install gcc -y
151+
sudo yum install gcc -y
149152
sudo yum install git -y
150153
sudo yum install make -y
151154
```
152155

153156
- For **Ubuntu**, install `build-essential` and `git`.
154157

155158
```bash
156-
sudo apt-get -y install build-essential
159+
sudo apt-get -y install build-essential
157160
sudo apt-get -y install git
158161
```
159162

0 commit comments

Comments
 (0)