Skip to content

Commit b234201

Browse files
committed
blobfuse2 improve discoverability 3
1 parent e118e1b commit b234201

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ ms.reviewer: tamram
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.topic: how-to
11-
ms.date: 10/31/2022
11+
ms.date: 11/07/2022
1212
ms.custom: engagement-fy23
1313
---
1414

15-
# What is BlobFuse2 (preview)?
15+
# What is BlobFuse? - BlobFuse2 (preview)
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.
1818

articles/storage/blobs/storage-blobs-introduction.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: overview
10-
ms.date: 08/18/2022
10+
ms.date: 11/07/2022
1111
ms.author: tamram
1212
ms.subservice: blobs
13+
ms.custom: engagement-fy23
1314
---
1415

1516
# Introduction to Azure Blob storage
@@ -104,7 +105,7 @@ A number of solutions exist for migrating existing data to Blob storage:
104105
- **AzCopy** is an easy-to-use command-line tool for Windows and Linux that copies data to and from Blob storage, across containers, or across storage accounts. For more information about AzCopy, see [Transfer data with the AzCopy v10](../common/storage-use-azcopy-v10.md).
105106
- The **Azure Storage Data Movement library** is a .NET library for moving data between Azure Storage services. The AzCopy utility is built with the Data Movement library. For more information, see the [reference documentation](/dotnet/api/microsoft.azure.storage.datamovement) for the Data Movement library.
106107
- **Azure Data Factory** supports copying data to and from Blob storage by using the account key, a shared access signature, a service principal, or managed identities for Azure resources. For more information, see [Copy data to or from Azure Blob storage by using Azure Data Factory](../../data-factory/connector-azure-blob-storage.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
107-
- **Blobfuse** is a virtual file system driver for Azure Blob storage. You can use blobfuse to access your existing block blob data in your Storage account through the Linux file system. For more information, see [How to mount Blob storage as a file system with blobfuse](storage-how-to-mount-container-linux.md).
108+
- **Blobfuse** is a virtual file system driver for Azure Blob storage. You can use blobfuse to access your existing block blob data in your Storage account through the Linux file system. For more information, see [What is BlobFuse? - BlobFuse2 (preview)](blobfuse2-what-is.md).
108109
- **Azure Data Box** service is available to transfer on-premises data to Blob storage when large datasets or network constraints make uploading data over the wire unrealistic. Depending on your data size, you can request [Azure Data Box Disk](../../databox/data-box-disk-overview.md), [Azure Data Box](../../databox/data-box-overview.md), or [Azure Data Box Heavy](../../databox/data-box-heavy-overview.md) devices from Microsoft. You can then copy your data to those devices and ship them back to Microsoft to be uploaded into Blob storage.
109110
- The **Azure Import/Export service** provides a way to import or export large amounts of data to and from your storage account using hard drives that you provide. For more information, see [Use the Microsoft Azure Import/Export service to transfer data to Blob storage](../../import-export/storage-import-export-service.md).
110111

0 commit comments

Comments
 (0)