Skip to content

Commit 04a0ef4

Browse files
committed
Insert EOL notice
1 parent 3fde52a commit 04a0ef4

File tree

10 files changed

+35
-5
lines changed

10 files changed

+35
-5
lines changed

articles/ai-services/speech-service/embedded-speech.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ zone_pivot_groups: programming-languages-set-thirteen
1414

1515
# Embedded Speech
1616

17+
> [!CAUTION]
18+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
19+
1720
Embedded Speech is designed for on-device [speech to text](speech-to-text.md) and [text to speech](text-to-speech.md) scenarios where cloud connectivity is intermittent or unavailable. For example, you can use embedded speech in industrial equipment, a voice enabled air conditioning unit, or a car that might travel out of range. You can also develop hybrid cloud and offline solutions. For scenarios where your devices must be in a secure environment like a bank or government entity, you should first consider [disconnected containers](../containers/disconnected-containers.md).
1821

1922
> [!IMPORTANT]

articles/ai-services/speech-service/how-to-configure-openssl-linux.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ zone_pivot_groups: programming-languages-set-three
1414

1515
# Configure OpenSSL for Linux
1616

17+
> [!CAUTION]
18+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
19+
1720
With the Speech SDK, [OpenSSL](https://www.openssl.org) is dynamically configured to the host-system version.
1821

1922
> [!NOTE]

articles/ai-services/speech-service/how-to-configure-rhel-centos-7.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.author: pankopon
1212

1313
# Configure RHEL/CentOS 7
1414

15+
> [!CAUTION]
16+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
17+
1518
To use the Speech SDK on Red Hat Enterprise Linux (RHEL) 7 x64 and CentOS 7 x64, update the C++ compiler (for C++ development) and the shared C++ runtime library on your system.
1619

1720
## Install dependencies

articles/ai-services/speech-service/includes/how-to/compressed-audio-input/gstreamer-linux.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ gstreamer1.0-plugins-ugly
2020

2121
# [RHEL/CentOS](#tab/centos)
2222

23+
> [!CAUTION]
24+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
25+
2326
```sh
2427
sudo yum install gstreamer1 \
2528
gstreamer1-plugins-base \
@@ -29,7 +32,7 @@ gstreamer1-plugins-ugly-free
2932
```
3033

3134
> [!NOTE]
32-
> On RHEL/CentOS 7 and RHEL/CentOS 8, in case of using "ANY" compressed format, more GStreamer plug-ins need to be installed if the stream media format plug-in isn't in the preceding installed plug-ins.
35+
> On RHEL/CentOS 7 and RHEL/CentOS 8, in case of using "ANY" compressed format, more GStreamer plug-ins need to be installed if the stream media format plug-in isn't in the preceding installed plug-ins.
3336
3437
---
3538

articles/ai-services/speech-service/includes/quickstarts/platform/cpp-requirements.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ You must install the [Microsoft Visual C++ Redistributable for Visual Studio 201
1616

1717
# [Linux](#tab/linux)
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.
21+
1922
The Speech SDK for C++ only supports the following distributions on the x86 (Debian/Ubuntu), x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) architectures:
2023

2124
- Ubuntu 18.04/20.04/22.04

articles/ai-services/speech-service/includes/release-notes/release-notes-sdk.md

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

99
### Upcoming plans for Linux and Android users:
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
* With the End of Life for **OpenSSL 1.1.1** on September 11th, we are working on changes to support OpenSSL 3.0 that will release soon. This streamlines usage on Linux Distributions that only have OpenSSL 3.0 pre-installed (such as Ubuntu 22.04).
1215
* **Ubuntu 18.04** also hit end of life back in April of 2023, so our users should prepare for us to move our minimum version up to Ubuntu 20.04 soon.
1316

articles/ai-services/speech-service/includes/spx-setup.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ If you output to a file, a text editor like Notepad or a web browser like Micros
3434

3535
#### [Linux](#tab/linuxinstall)
3636

37+
> [!CAUTION]
38+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
39+
3740
The following Linux distributions are supported for x64 architectures that use the Speech CLI:
3841

3942
* CentOS 7/8
40-
* Debian 9/10
43+
* Debian 9/10
4144
* Red Hat Enterprise Linux (RHEL) 7/8
4245
* Ubuntu 18.04/20.04
4346

@@ -89,13 +92,13 @@ Follow these steps to install the Speech CLI in a Docker container:
8992

9093
1. <a href="https://www.docker.com/get-started" target="_blank">Install Docker Desktop</a> for your platform if it isn't already installed.
9194
2. In a new command prompt or terminal, enter this command:
92-
```console
95+
```console
9396
docker pull msftspeech/spx
9497
```
9598

9699
Enter this command to display help information for the Speech CLI:
97100

98-
```console
101+
```console
99102
docker run -it --rm msftspeech/spx help
100103
```
101104

@@ -134,7 +137,7 @@ docker run -it -v c:\spx-data:/data --rm msftspeech/spx
134137

135138
On Linux or macOS, your commands look like the following sample. Replace `ABSOLUTE_PATH` with the absolute path for your mounted directory. The `pwd` command returned this path in the previous section. If you run this command before setting your key and region, you'll get an error that tells you to set your key and region.
136139

137-
```console
140+
```console
138141
sudo docker run -it -v ABSOLUTE_PATH:/data --rm msftspeech/spx
139142
```
140143

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.author: allensu
1212

1313
# Optimize network throughput for Azure virtual machines
1414

15+
> [!CAUTION]
16+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
17+
1518
Azure Virtual Machines (VMs) have default network settings that can be further optimized for network throughput. This article describes how to optimize network throughput for Microsoft Azure Windows and Linux VMs, including major distributions such as Ubuntu, CentOS, and Red Hat.
1619

1720
## Windows virtual machines

articles/virtual-network/virtual-network-test-latency.md

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

1414
# Test network latency between Azure VMs
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
This article describes how to test network latency between Azure virtual machines (VMs) by using the publicly available tools [Latte](https://github.com/microsoft/latte) for Windows or [SockPerf](https://github.com/mellanox/sockperf) for Linux.
1720

1821
For the most accurate results, you should measure VM network latency with a tool that's designed for the task and excludes other types of latency, such as application latency. Latte and SockPerf provide the most relevant network latency results by focusing on Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) traffic. Most applications use these protocols, and this traffic has the largest effect on application performance.

articles/virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.custom: fasttrack-edit, linux-related-content
1212

1313
# Name resolution for resources in Azure virtual networks
1414

15+
> [!CAUTION]
16+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
17+
1518
Azure can be used to host IaaS, PaaS, and hybrid solutions. In order to facilitate communication between the virtual machines (VMs) and other resources deployed in a virtual network, it may be necessary to allow them to communicate with each other. The use of easily remembered and unchanging names simplifies the communication process, rather than relying on IP addresses.
1619

1720
When resources deployed in virtual networks need to resolve domain names to internal IP addresses, they can use one of four methods:

0 commit comments

Comments
 (0)