Skip to content

Commit 3a2637b

Browse files
Merge pull request #278746 from shreyaaithal/docs-editor/connect-nodejs-1718858880
Update connect-nodejs.md to address Centos EOL
2 parents b5e03b1 + 8dca0c1 commit 3a2637b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/mysql/flexible-server/connect-nodejs.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ ms.devlang: javascript
1818

1919
# Quickstart: Use Node.js to connect and query data in Azure Database for MySQL - Flexible Server
2020

21-
> [!CAUTION]
22-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
23-
2421
[!INCLUDE[applies-to-mysql-flexible-server](../includes/applies-to-mysql-flexible-server.md)]
2522

2623
In this quickstart, you connect to Azure Database for MySQL flexible server by using Node.js. You then use SQL statements to query, insert, update, and delete data in the database from Mac, Linux, and Windows platforms.
@@ -81,18 +78,18 @@ Depending on your platform, follow the instructions in the appropriate section t
8178

8279
1. Verify the installation by checking npm list output text. The version number may vary as new patches are released.
8380

84-
### [Linux (RHEL/CentOS)](#tab/rhel)
81+
### [Linux (RHEL)](#tab/rhel)
8582

8683
1. Run the following commands to install **Node.js** and **npm** the package manager for Node.js.
8784

88-
**RHEL/CentOS 7.x**
85+
**RHEL 7.x**
8986

9087
```bash
9188
sudo yum install -y rh-nodejs8
9289
scl enable rh-nodejs8 bash
9390
```
9491

95-
**RHEL/CentOS 8.x**
92+
**RHEL 8.x**
9693

9794
```bash
9895
sudo yum install -y nodejs

0 commit comments

Comments
 (0)