Skip to content

Commit f34893c

Browse files
authored
Merge pull request #216537 from jimmart-dev/jammart-blobfuse2-more-seo-changes
blobfuse2 improve discoverability
2 parents aa35772 + 39d9fff commit f34893c

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
---
2-
title: Mount an Azure Blob Storage container on Linux by using BlobFuse2 (preview)
2+
title: Use BlobFuse to mount an Azure Blob Storage container on Linux - BlobFuse2 (preview)
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to mount an Azure Blob Storage container on Linux by using BlobFuse2 (preview).
4+
description: Learn how to use the latest version of BlobFuse, BlobFuse2, to mount an Azure Blob Storage container on Linux.
55
author: jimmart-dev
66
ms.author: jammart
77
ms.reviewer: tamram
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.topic: how-to
11-
ms.date: 10/17/2022
11+
ms.date: 10/31/2022
12+
ms.custom: engagement-fy23
1213
---
1314

14-
# Mount an Azure Blob Storage container on Linux by using BlobFuse2 (preview)
15-
16-
[BlobFuse2 (preview)](blobfuse2-what-is.md) is a virtual file system driver for Azure Blob Storage. BlobFuse2 allows you to access your existing Azure block blob data in your storage account through the Linux file system. For more information, see [What is BlobFuse2?](blobfuse2-what-is.md).
17-
18-
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
15+
# Mount an Azure Blob Storage container on Linux with BlobFuse2 (preview)
1916

2017
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:
2118

@@ -24,6 +21,8 @@ This article shows you how to install and configure BlobFuse2, mount an Azure bl
2421
- [Mount a blob container](#mount-a-blob-container)
2522
- [Access data](#access-data)
2623

24+
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
25+
2726
## Install BlobFuse2
2827

2928
To install BlobFuse2, you have two basic options:

articles/storage/blobs/blobfuse2-what-is.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
2-
title: What is BlobFuse2 (preview)?
2+
title: What is BlobFuse? - BlobFuse2 (preview)
33
titleSuffix: Azure Blob Storage
4-
description: Get an overview of BlobFuse2 (preview) and how to use it, including migration options if you use BlobFuse v1.
4+
description: An overview of how to use BlobFuse to mount an Azure Blob Storage container through the Linux file system.
55
author: jimmart-dev
66
ms.author: jammart
77
ms.reviewer: tamram
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.topic: how-to
11-
ms.date: 10/17/2022
11+
ms.date: 10/31/2022
12+
ms.custom: engagement-fy23
1213
---
1314

1415
# What is BlobFuse2 (preview)?
1516

16-
BlobFuse2 (preview) is a virtual file system driver for Azure Blob Storage. Use BlobFuse2 to access your existing Azure block blob data in your storage account through the Linux file system. BlobFuse2 also supports storage accounts that have a hierarchical namespace enabled.
17+
BlobFuse is a virtual file system driver for Azure Blob Storage. Use BlobFuse to access your existing Azure block blob data through the Linux file system.
1718

1819
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
1920

@@ -33,12 +34,12 @@ The BlobFuse2 project is [licensed under MIT](https://github.com/Azure/azure-sto
3334

3435
## Features
3536

36-
A full list of BlobFuse2 features is in the [BlobFuse2 README](https://github.com/Azure/azure-storage-fuse/blob/main/README.md#features). These are some of the key tasks you can do by using BlobFuse2:
37+
A full list of BlobFuse2 features is in the [BlobFuse2 README](https://github.com/Azure/azure-storage-fuse/blob/main/README.md#features). These are some of the key tasks you can perform by using BlobFuse2:
3738

38-
- Mount an Azure Blob Storage container or Azure Data Lake Storage Gen2 file system on Linux
39-
- Use basic file system operations like `mkdir`, `opendir`, `readdir`, `rmdir`, `open`, `read`, `create`, `write`, `close`, `unlink`, `truncate`, `stat`, and `rename`
40-
- Use local file caching to improve subsequent access times
41-
- Gain insights into mount activities and resource usage by using BlobFuse2 Health Monitor
39+
- Mount an Azure Blob Storage container or Azure Data Lake Storage Gen2 file system on Linux. (BlobFuse2 supports storage accounts with either flat namespaces or hierarchical namespace configured.)
40+
- Use basic file system operations like `mkdir`, `opendir`, `readdir`, `rmdir`, `open`, `read`, `create`, `write`, `close`, `unlink`, `truncate`, `stat`, and `rename`.
41+
- Use local file caching to improve subsequent access times.
42+
- Gain insights into mount activities and resource usage by using BlobFuse2 Health Monitor.
4243

4344
Other key features in BlobFuse2 include:
4445

includes/storage-blobfuse2-preview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ services: storage
55
author: jimmart-dev
66
ms.service: storage
77
ms.topic: "include"
8-
ms.date: 10/17/2022
8+
ms.date: 10/31/2022
99
ms.author: jammart
10-
ms.custom: "include file"
10+
ms.custom: "include file", engagement-fy23
1111
---
1212

1313
> [!IMPORTANT]
14-
> BlobFuse2 is the next generation of BlobFuse and currently is in PREVIEW. The preview version is provided without a service-level agreement. We recommend that you don't use the preview version for production workloads. In the preview version, some features might not be supported or might have constrained capabilities.
14+
> [BlobFuse2](../articles/storage/blobs/blobfuse2-what-is.md) is the next generation of BlobFuse and is currently in PREVIEW.
1515
>
16-
> To use BlobFuse in a production environment, use the BlobFuse v1 general availability (GA) version. For information about the GA version, see:
16+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
17+
>
18+
> BlobFuse v1 is the generally available (GA) version. For information about BlobFuse v1, see:
1719
>
1820
> - [Mount Azure Blob Storage as a file system by using BlobFuse v1](../articles/storage/blobs/storage-how-to-mount-container-linux.md)
1921
> - [BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
2022
>
21-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.

0 commit comments

Comments
 (0)