Skip to content

Commit c16e0af

Browse files
Merge pull request #306573 from p15nishatr/docs-editor/blobfuse2-what-is-1759822358
Update blobfuse2-what-is.md
2 parents e9990ac + f892338 commit c16e0af

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.custom: engagement-fy23, linux-related-content
1616

1717
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. **Page blob**s are not supported.
1818

19+
20+
1921
## About the BlobFuse2 open source project
2022

2123
BlobFuse2 is an open source project that uses the libfuse open source library (fuse3) to communicate with the Linux FUSE kernel module. BlobFuse2 implements file system operations by using the Azure Storage REST APIs.
@@ -26,6 +28,9 @@ The open source BlobFuse2 project is on GitHub:
2628
- [BlobFuse2 README](https://github.com/Azure/azure-storage-fuse/blob/main/README.md)
2729
- [Report BlobFuse2 issues](https://github.com/Azure/azure-storage-fuse/issues)
2830

31+
> [!IMPORTANT]
32+
> BlobFuse v1 support will be discontinued in September 2026. Migrate to BlobFuse v2 using the provided [instructions](https://github.com/Azure/azure-storage-fuse/blob/main/MIGRATION.md).
33+
2934
### Licensing
3035

3136
The BlobFuse2 project is [licensed under the MIT license](https://github.com/Azure/azure-storage-fuse/blob/main/LICENSE).

0 commit comments

Comments
 (0)