Skip to content

Commit 86f658a

Browse files
Merge pull request #279056 from fossygirl/centos-examples-removal
Removing CentOS references from 2 articles
2 parents d15057b + 3e23b3c commit 86f658a

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

articles/storage/blobs/blobfuse2-how-to-deploy.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ ms.custom: engagement-fy23, linux-related-content
1313

1414
# How to mount an Azure Blob Storage container on Linux with BlobFuse2
1515

16-
> [!CAUTION]
17-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
18-
1916
This article shows you how to install and configure BlobFuse2, mount an Azure blob container, and access data in the container. The basic steps are:
2017

2118
> [Install BlobFuse2](#how-to-install-blobfuse2)
@@ -67,16 +64,6 @@ sudo rpm -Uvh https://packages.microsoft.com/config/rhel/8/packages-microsoft-pr
6764

6865
Similarly, change the URL to `.../rhel/7/...` to point to a Redhat Enterprise Linux 7 distribution.
6966

70-
# [CentOS](#tab/CentOS)
71-
72-
As an example, on a CentOS 8 distribution:
73-
74-
```bash
75-
sudo rpm -Uvh https://packages.microsoft.com/config/centos/8/packages-microsoft-prod.rpm
76-
```
77-
78-
Similarly, change the URL to `.../centos/7/...` to point to a CentOS 7 distribution.
79-
8067
# [Ubuntu](#tab/Ubuntu)
8168

8269
Another example on an Ubuntu 20.04 distribution:
@@ -102,11 +89,6 @@ sudo rpm -Uvh https://packages.microsoft.com/config/sles/15/packages-microsoft-p
10289

10390
# [RHEL](#tab/RHEL)
10491

105-
```bash
106-
sudo yum install blobfuse2
107-
```
108-
# [CentOS](#tab/CentOS)
109-
11092
```bash
11193
sudo yum install blobfuse2
11294
```

articles/storage/blobs/storage-how-to-mount-container-linux.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ms.custom: engagement-fy23, linux-related-content
1212

1313
# How to mount Azure Blob Storage as a file system with BlobFuse v1
1414

15-
> [!CAUTION]
16-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
17-
1815
> [!IMPORTANT]
1916
> [BlobFuse2](blobfuse2-what-is.md) is the latest version of BlobFuse and has many significant improvements over the version discussed in this article, BlobFuse v1. To learn about the improvements made in BlobFuse2, see [the list of BlobFuse2 enhancements](blobfuse2-what-is.md#blobfuse2-enhancements-from-blobfuse-v1).
2017
@@ -28,9 +25,9 @@ This guide shows you how to use BlobFuse v1 and mount a Blob Storage container o
2825
2926
## Install BlobFuse v1 on Linux
3027

31-
BlobFuse binaries are available on [the Microsoft software repositories for Linux](/windows-server/administration/Linux-Package-Repository-for-Microsoft-Software) for Ubuntu, Debian, SUSE, CentOS, Oracle Linux and RHEL distributions. To install BlobFuse on those distributions, configure one of the repositories from the list. You can also build the binaries from source code following the [Azure Storage installation steps](https://github.com/Azure/azure-storage-fuse/wiki/1.-Installation#option-2---build-from-source) if there are no binaries available for your distribution.
28+
BlobFuse binaries are available on [the Microsoft software repositories for Linux](/windows-server/administration/Linux-Package-Repository-for-Microsoft-Software) for Ubuntu, Debian, SUSE, Oracle Linux and RHEL distributions. To install BlobFuse on those distributions, configure one of the repositories from the list. You can also build the binaries from source code following the [Azure Storage installation steps](https://github.com/Azure/azure-storage-fuse/wiki/1.-Installation#option-2---build-from-source) if there are no binaries available for your distribution.
3229

33-
BlobFuse is published in the Linux repo for Ubuntu versions: 16.04, 18.04, and 20.04, RHEL versions: 7.5, 7.8, 7.9, 8.0, 8.1, 8.2, CentOS versions: 7.0, 8.0, Debian versions: 9.0, 10.0, SUSE version: 15, Oracle Linux 8.1. Run this command to make sure that you have one of those versions deployed:
30+
BlobFuse is published in the Linux repo for Ubuntu versions: 16.04, 18.04, and 20.04, RHEL versions: 7.5, 7.8, 7.9, 8.0, 8.1, 8.2, Debian versions: 9.0, 10.0, SUSE version: 15, Oracle Linux 8.1. Run this command to make sure that you have one of those versions deployed:
3431

3532
```bash
3633
cat /etc/*-release
@@ -51,16 +48,6 @@ sudo rpm -Uvh https://packages.microsoft.com/config/rhel/8/packages-microsoft-pr
5148

5249
Similarly, change the URL to `.../rhel/7/...` to point to a Redhat Enterprise Linux 7 distribution.
5350

54-
# [CentOS](#tab/CentOS)
55-
56-
As an example, on a CentOS 8 distribution:
57-
58-
```bash
59-
sudo rpm -Uvh https://packages.microsoft.com/config/centos/8/packages-microsoft-prod.rpm
60-
```
61-
62-
Similarly, change the URL to `.../centos/7/...` to point to a CentOS 7 distribution.
63-
6451
# [Ubuntu](#tab/Ubuntu)
6552

6653
Another example on an Ubuntu 20.04 distribution:
@@ -84,11 +71,6 @@ sudo rpm -Uvh https://packages.microsoft.com/config/sles/15/packages-microsoft-p
8471

8572
# [RHEL](#tab/RHEL)
8673

87-
```bash
88-
sudo yum install blobfuse
89-
```
90-
# [CentOS](#tab/CentOS)
91-
9274
```bash
9375
sudo yum install blobfuse
9476
```

0 commit comments

Comments
 (0)