Skip to content

Commit 3e23b3c

Browse files
Carol SmithCarol Smith
authored andcommitted
Removing CentOS references from 2 articles
1 parent d107379 commit 3e23b3c

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
@@ -13,9 +13,6 @@ ms.custom: engagement-fy23, linux-related-content
1313

1414
# How to mount Azure Blob Storage as a file system with BlobFuse v1
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
> [!IMPORTANT]
2017
> [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).
2118
@@ -29,9 +26,9 @@ This guide shows you how to use BlobFuse v1 and mount a Blob Storage container o
2926
3027
## Install BlobFuse v1 on Linux
3128

32-
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.
29+
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.
3330

34-
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:
31+
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:
3532

3633
```bash
3734
cat /etc/*-release
@@ -52,16 +49,6 @@ sudo rpm -Uvh https://packages.microsoft.com/config/rhel/8/packages-microsoft-pr
5249

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

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

6754
Another example on an Ubuntu 20.04 distribution:
@@ -85,11 +72,6 @@ sudo rpm -Uvh https://packages.microsoft.com/config/sles/15/packages-microsoft-p
8572

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

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

0 commit comments

Comments
 (0)