Skip to content

Commit 2f9fd36

Browse files
Merge pull request #217381 from jimmart-dev/jammart-blobfuse-improve-v2-discovery
blobfuse2 improve discoverability 3
2 parents 1c1fe49 + f216179 commit 2f9fd36

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
22
title: Introduction to Blob (object) storage
33
titleSuffix: Azure Storage
4-
description: Use Azure Blob storage to store massive amounts of unstructured object data, such as text or binary data. Azure Blob storage is highly scalable and available.
4+
description: Use Azure Blob Storage to store massive amounts of unstructured object data, such as text or binary data. Azure Blob Storage is highly scalable and available.
55
services: storage
66
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

15-
# Introduction to Azure Blob storage
16+
# Introduction to Azure Blob Storage
1617

1718
[!INCLUDE [storage-blob-concepts-include](../../../includes/storage-blob-concepts-include.md)]
1819

@@ -103,8 +104,8 @@ A number of solutions exist for migrating existing data to Blob storage:
103104

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.
106-
- **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).
107+
- **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).
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)