Skip to content

Commit b2dd443

Browse files
authored
Merge pull request #214767 from jimmart-dev/jammart-blobfuse2-fix-preview-heading
fix issues with references to preview in the BF2 articles
2 parents ec5b1f6 + ca4fcb8 commit b2dd443

26 files changed

+135
-295
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ items:
540540
href: ../common/storage-use-azcopy-troubleshoot.md?toc=/azure/storage/blobs/toc.json
541541
- name: BlobFuse
542542
items:
543-
- name: What is BlobFuse2 Preview?
543+
- name: What is BlobFuse2 (preview)?
544544
href: blobfuse2-what-is.md
545545
- name: Deploy BlobFuse2 on Linux
546546
href: blobfuse2-how-to-deploy.md

articles/storage/blobs/blobfuse2-commands-completion-bash.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 08/02/2022
9+
ms.date: 10/17/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
@@ -15,15 +15,7 @@ ms.reviewer: tamram
1515

1616
Use the `blobfuse2 completion bash` command to generate the autocompletion script for BlobFuse2 for the bash shell.
1717

18-
> [!IMPORTANT]
19-
> BlobFuse2 is the next generation of BlobFuse and is currently in preview.
20-
> This preview version is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
>
23-
> BlobFuse v1 is generally available (GA). For information about the GA version, see:
24-
>
25-
> - [The BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
26-
> - [The BlobFuse v1 setup documentation](storage-how-to-mount-container-linux.md)
18+
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
2719

2820
## Syntax
2921

articles/storage/blobs/blobfuse2-commands-completion-fish.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: How to use the completion fish command to generate the autocompletion script for BlobFuse2 (preview) | Microsoft Docs
2+
title: How to use the 'blobfuse2 completion fish' command to generate the autocompletion script for BlobFuse2 (preview) | Microsoft Docs
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to use the completion fish command to generate the autocompletion script for BlobFuse2 (preview).
4+
description: Learn how to use the 'blobfuse2 completion fish' command to generate the autocompletion script for BlobFuse2 (preview).
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 08/02/2022
9+
ms.date: 10/17/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
@@ -15,15 +15,7 @@ ms.reviewer: tamram
1515

1616
Use the `blobfuse2 completion fish` command to generate the autocompletion script for BlobFuse2 for the fish shell.
1717

18-
> [!IMPORTANT]
19-
> BlobFuse2 is the next generation of BlobFuse and is currently in preview.
20-
> This preview version is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
>
23-
> BlobFuse v1 is generally available (GA). For information about the GA version, see:
24-
>
25-
> - [The BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
26-
> - [The BlobFuse v1 setup documentation](storage-how-to-mount-container-linux.md)
18+
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
2719

2820
## Syntax
2921

articles/storage/blobs/blobfuse2-commands-completion-powershell.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
---
2-
title: How to use the "completion powershell" command to generate the autocompletion script for BlobFuse2 (preview) | Microsoft Docs
2+
title: How to use the 'blobfuse2 completion powershell' command to generate the autocompletion script for BlobFuse2 (preview) | Microsoft Docs
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to use the "completion powershell" command to generate the autocompletion script for BlobFuse2 (preview).
4+
description: Learn how to use the 'blobfuse2 completion powershell' command to generate the autocompletion script for BlobFuse2 (preview).
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 08/02/2022
9+
ms.date: 10/17/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
1313

14-
# BlobFuse2 completion powershell command (preview)
14+
# blobfuse2 completion powershell (preview)
1515

1616
Use the `blobfuse2 completion powershell` command to generate the autocompletion script for BlobFuse2 for PowerShell.
1717

18-
> [!IMPORTANT]
19-
> BlobFuse2 is the next generation of BlobFuse and is currently in preview.
20-
> This preview version is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
>
23-
> BlobFuse v1 is generally available (GA). For information about the GA version, see:
24-
>
25-
> - [The BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
26-
> - [The BlobFuse v1 setup documentation](storage-how-to-mount-container-linux.md)
18+
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
2719

2820
## Syntax
2921

articles/storage/blobs/blobfuse2-commands-completion-zsh.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: How to use the completion zsh command to generate the autocompletion script for BlobFuse2 (preview) | Microsoft Docs
2+
title: How to use the 'blobfuse2 completion zsh' command to generate the autocompletion script for BlobFuse2 (preview) | Microsoft Docs
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to use the completion zsh command to generate the autocompletion script for BlobFuse2 (preview).
4+
description: Learn how to use the 'blobfuse2 completion zsh' command to generate the autocompletion script for BlobFuse2 (preview).
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 08/02/2022
9+
ms.date: 10/17/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
@@ -15,15 +15,7 @@ ms.reviewer: tamram
1515

1616
Use the `blobfuse2 completion zsh` command to generate the autocompletion script for BlobFuse2 for the zsh shell.
1717

18-
> [!IMPORTANT]
19-
> BlobFuse2 is the next generation of BlobFuse and is currently in preview.
20-
> This preview version is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
>
23-
> BlobFuse v1 is generally available (GA). For information about the GA version, see:
24-
>
25-
> - [The BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
26-
> - [The BlobFuse v1 setup documentation](storage-how-to-mount-container-linux.md)
18+
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
2719

2820
## Syntax
2921

articles/storage/blobs/blobfuse2-commands-completion.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: How to use the completion command to generate the autocompletion script for BlobFuse2 (preview) | Microsoft Docs
2+
title: How to use the 'blobfuse2 completion' command to generate the autocompletion script for BlobFuse2 (preview) | Microsoft Docs
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to use the completion command to generate the autocompletion script for BlobFuse2 (preview).
4+
description: Learn how to use the 'blobfuse2 completion' command to generate the autocompletion script for BlobFuse2 (preview).
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 08/02/2022
9+
ms.date: 10/17/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
@@ -15,15 +15,7 @@ ms.reviewer: tamram
1515

1616
Use the `blobfuse2 completion` command to generate the autocompletion script for BlobFuse2 for a specified shell.
1717

18-
> [!IMPORTANT]
19-
> BlobFuse2 is the next generation of BlobFuse and is currently in preview.
20-
> This preview version is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
>
23-
> BlobFuse v1 is generally available (GA). For information about the GA version, see:
24-
>
25-
> - [The BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
26-
> - [The BlobFuse v1 setup documentation](storage-how-to-mount-container-linux.md)
18+
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
2719

2820
## Syntax
2921

articles/storage/blobs/blobfuse2-commands-help.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: How to use BlobFuse2 help to get help info for the BlobFuse2 command and subcommands (preview) | Microsoft Docs
2+
title: How to use 'blobfuse2 help' to get help info for the BlobFuse2 command and subcommands (preview) | Microsoft Docs
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to use BlobFuse2 help to get help info for the BlobFuse2 command and subcommands (preview).
4+
description: Learn how to use 'blobfuse2 help' to get help info for the BlobFuse2 command and subcommands (preview).
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 08/02/2022
9+
ms.date: 10/17/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
@@ -15,15 +15,7 @@ ms.reviewer: tamram
1515

1616
Use the `blobfuse2 help` command to get help info for the BlobFuse2 command and subcommands.
1717

18-
> [!IMPORTANT]
19-
> BlobFuse2 is the next generation of BlobFuse and is currently in preview.
20-
> This preview version is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
>
23-
> BlobFuse v1 is generally available (GA). For information about the GA version, see:
24-
>
25-
> - [The BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
26-
> - [The BlobFuse v1 setup documentation](storage-how-to-mount-container-linux.md)
18+
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
2719

2820
## Syntax
2921

articles/storage/blobs/blobfuse2-commands-mount-all.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
---
2-
title: How to use the BlobFuse2 mount all command to mount all blob containers in a storage account as a Linux file system (preview) | Microsoft Docs
2+
title: How to use the 'blobfuse2 mount all' command to mount all blob containers in a storage account as a Linux file system (preview) | Microsoft Docs
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to use the BlobFuse2 mount all command to mount all blob containers in a storage account as a Linux file system (preview).
4+
description: Learn how to use the 'blobfuse2 mount all' all command to mount all blob containers in a storage account as a Linux file system (preview).
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 08/02/2022
9+
ms.date: 10/17/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
1313

1414
# How to use the BlobFuse2 mount all command to mount all blob containers in a storage account as a Linux file system (preview)
1515

16-
Use the `BlobFuse2 mount all` command to mount all blob containers in a storage account as a Linux file system. Each container will be mounted to a unique subdirectory under the path specified. The subdirectory names will correspond to the container names.
17-
18-
> [!IMPORTANT]
19-
> BlobFuse2 is the next generation of BlobFuse and is currently in preview.
20-
> This preview version is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
>
23-
> If you need to use BlobFuse in a production environment, BlobFuse v1 is generally available (GA). For information about the GA version, see:
24-
>
25-
> - [The BlobFuse v1 setup documentation](storage-how-to-mount-container-linux.md)
26-
> - [The BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
16+
Use the `blobfuse2 mount all` command to mount all blob containers in a storage account as a Linux file system. Each container will be mounted to a unique subdirectory under the path specified. The subdirectory names will correspond to the container names.
17+
18+
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
2719

2820
## Syntax
2921

articles/storage/blobs/blobfuse2-commands-mount-list.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
---
2-
title: How to use the BlobFuse2 mount list command to display all BlobFuse2 mount points (preview) | Microsoft Docs
2+
title: How to use the 'blobfuse2 mount list' command to display all BlobFuse2 mount points (preview) | Microsoft Docs
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to use the BlobFuse2 mount list command to display all BlobFuse2 mount points. (preview)
4+
description: Learn how to use the 'blobfuse2 mount list' command to display all BlobFuse2 mount points. (preview)
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 08/02/2022
9+
ms.date: 10/17/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
1313

1414
# How to use the BlobFuse2 mount list command to display all BlobFuse2 mount points (preview)
1515

16-
Use the `BlobFuse2 mount list` command to display all existing BlobFuse2 mount points.
17-
18-
> [!IMPORTANT]
19-
> BlobFuse2 is the next generation of BlobFuse and is currently in preview.
20-
> This preview version is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
>
23-
> If you need to use BlobFuse in a production environment, BlobFuse v1 is generally available (GA). For information about the GA version, see:
24-
>
25-
> - [The BlobFuse v1 setup documentation](storage-how-to-mount-container-linux.md)
26-
> - [The BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
16+
Use the `blobfuse2 mount list` command to display all existing BlobFuse2 mount points.
17+
18+
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
2719

2820
## Syntax
2921

articles/storage/blobs/blobfuse2-commands-mount.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: How to use the BlobFuse2 mount command to mount a Blob Storage container as a file system in Linux, or to display and manage existing mount points (preview). | Microsoft Docs
2+
title: How to use the 'blobfuse2 mount' command to mount a Blob Storage container as a file system in Linux, or to display and manage existing mount points (preview). | Microsoft Docs
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to use the BlobFuse2 mount command to mount a Blob Storage container as a file system in Linux, or to display and manage existing mount points (preview).
4+
description: Learn how to use the 'blobfuse2 mount' command to mount a Blob Storage container as a file system in Linux, or to display and manage existing mount points (preview).
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 10/01/2022
9+
ms.date: 10/17/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
@@ -15,15 +15,7 @@ ms.reviewer: tamram
1515

1616
Use the `blobfuse2 mount` command to mount a Blob Storage container as a file system in Linux, or to display existing mount points.
1717

18-
> [!IMPORTANT]
19-
> BlobFuse2 is the next generation of BlobFuse and is currently in preview.
20-
> This preview version is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
>
23-
> If you need to use BlobFuse in a production environment, BlobFuse v1 is generally available (GA). For information about the GA version, see:
24-
>
25-
> - [The BlobFuse v1 setup documentation](storage-how-to-mount-container-linux.md)
26-
> - [The BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
18+
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
2719

2820
## Command Syntax
2921

0 commit comments

Comments
 (0)