Skip to content

Commit 2ebb3e1

Browse files
authored
Merge pull request #220209 from jimmart-dev/jammart-blobfuse2-GA
blobfuse2 move from preview to GA
2 parents ab1ac63 + 938f3ea commit 2ebb3e1

27 files changed

+224
-260
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ items:
550550
href: ../common/storage-use-azcopy-troubleshoot.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
551551
- name: BlobFuse
552552
items:
553-
- name: What is BlobFuse2 (preview)?
553+
- name: What is BlobFuse2?
554554
href: blobfuse2-what-is.md
555555
- name: Deploy BlobFuse2 on Linux
556556
href: blobfuse2-how-to-deploy.md

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

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

14-
# BlobFuse2 completion bash command (preview)
14+
# BlobFuse2 completion bash command
1515

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

18-
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
19-
2018
## Syntax
2119

2220
`blobfuse2 completion bash --[flag-name]=[flag-value]`
@@ -71,7 +69,7 @@ To load completions for every new session, execute once:
7169
7270
## See also
7371
74-
- [The Blobfuse2 completion command (preview)](blobfuse2-commands-completion.md)
75-
- [The Blobfuse2 completion fish command (preview)](blobfuse2-commands-completion-fish.md)
76-
- [The Blobfuse2 completion PowerShell command (preview)](blobfuse2-commands-completion-powershell.md)
77-
- [The Blobfuse2 completion zsh command (preview)](blobfuse2-commands-completion-zsh.md)
72+
- [The Blobfuse2 completion command](blobfuse2-commands-completion.md)
73+
- [The Blobfuse2 completion fish command](blobfuse2-commands-completion-fish.md)
74+
- [The Blobfuse2 completion PowerShell command](blobfuse2-commands-completion-powershell.md)
75+
- [The Blobfuse2 completion zsh command](blobfuse2-commands-completion-zsh.md)

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

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

14-
# BlobFuse2 completion fish command (preview)
14+
# BlobFuse2 completion fish command
1515

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

18-
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
19-
2018
## Syntax
2119

2220
`blobfuse2 completion fish --[flag-name]=[flag-value]`
@@ -57,7 +55,7 @@ To load completions for every new session, execute once:
5755
5856
## See also
5957

60-
- [The Blobfuse2 completion command (preview)](blobfuse2-commands-completion.md)
61-
- [The Blobfuse2 completion bash command (preview)](blobfuse2-commands-completion-bash.md)
62-
- [The Blobfuse2 completion PowerShell command (preview)](blobfuse2-commands-completion-powershell.md)
63-
- [The Blobfuse2 completion zsh command (preview)](blobfuse2-commands-completion-zsh.md)
58+
- [The Blobfuse2 completion command](blobfuse2-commands-completion.md)
59+
- [The Blobfuse2 completion bash command](blobfuse2-commands-completion-bash.md)
60+
- [The Blobfuse2 completion PowerShell command](blobfuse2-commands-completion-powershell.md)
61+
- [The Blobfuse2 completion zsh command](blobfuse2-commands-completion-zsh.md)

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

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

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

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

18-
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
19-
2018
## Syntax
2119

2220
`blobfuse2 completion powershell --[flag-name]=[flag-value]`
@@ -58,7 +56,7 @@ to your PowerShell profile.
5856
5957
## See also
6058

61-
- [The Blobfuse2 completion command (preview)](blobfuse2-commands-completion.md)
62-
- [The Blobfuse2 completion bash command (preview)](blobfuse2-commands-completion-bash.md)
63-
- [The Blobfuse2 completion fish command (preview)](blobfuse2-commands-completion-fish.md)
64-
- [The Blobfuse2 completion zsh command (preview)](blobfuse2-commands-completion-zsh.md)
59+
- [The Blobfuse2 completion command](blobfuse2-commands-completion.md)
60+
- [The Blobfuse2 completion bash command](blobfuse2-commands-completion-bash.md)
61+
- [The Blobfuse2 completion fish command](blobfuse2-commands-completion-fish.md)
62+
- [The Blobfuse2 completion zsh command](blobfuse2-commands-completion-zsh.md)

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

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

14-
# BlobFuse2 completion zsh command (preview)
14+
# BlobFuse2 completion zsh command
1515

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

18-
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
19-
2018
## Syntax
2119

2220
`blobfuse2 completion zsh --[flag-name]=[flag-value]`
@@ -68,7 +66,7 @@ To load completions for every new session, execute once:
6866
6967
## See also
7068

71-
- [The Blobfuse2 completion command (preview)](blobfuse2-commands-completion.md)
72-
- [The Blobfuse2 completion bash command (preview)](blobfuse2-commands-completion-bash.md)
73-
- [The Blobfuse2 completion fish command (preview)](blobfuse2-commands-completion-fish.md)
74-
- [The Blobfuse2 completion PowerShell command (preview)](blobfuse2-commands-completion-powershell.md)
69+
- [The Blobfuse2 completion command](blobfuse2-commands-completion.md)
70+
- [The Blobfuse2 completion bash command](blobfuse2-commands-completion-bash.md)
71+
- [The Blobfuse2 completion fish command](blobfuse2-commands-completion-fish.md)
72+
- [The Blobfuse2 completion PowerShell command](blobfuse2-commands-completion-powershell.md)

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

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

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

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

18-
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
19-
2018
## Syntax
2119

2220
`blobfuse2 completion [command] --[flag-name]=[flag-value]`
@@ -51,7 +49,7 @@ The following flags are inherited from parent command [`blobfuse2`](blobfuse2-co
5149

5250
## See also
5351

54-
- [The Blobfuse2 completion bash command (preview)](blobfuse2-commands-completion-bash.md)
55-
- [The Blobfuse2 completion fish command (preview)](blobfuse2-commands-completion-fish.md)
56-
- [The Blobfuse2 completion PowerShell command (preview)](blobfuse2-commands-completion-powershell.md)
57-
- [The Blobfuse2 completion zsh command (preview)](blobfuse2-commands-completion-zsh.md)
52+
- [The Blobfuse2 completion bash command](blobfuse2-commands-completion-bash.md)
53+
- [The Blobfuse2 completion fish command](blobfuse2-commands-completion-fish.md)
54+
- [The Blobfuse2 completion PowerShell command](blobfuse2-commands-completion-powershell.md)
55+
- [The Blobfuse2 completion zsh command](blobfuse2-commands-completion-zsh.md)

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
---
2-
title: How to use 'blobfuse2 help' to get help info for the BlobFuse2 command and subcommands (preview)
2+
title: How to use 'blobfuse2 help' to get help info for the BlobFuse2 command and subcommands
33
titleSuffix: Azure 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.
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 10/17/2022
9+
ms.date: 12/02/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
1313

14-
# BlobFuse2 help command (preview)
14+
# BlobFuse2 help command
1515

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

18-
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
19-
2018
## Syntax
2119

2220
The `blobfuse2 help` command has 2 formats:
@@ -71,5 +69,5 @@ Get help for the `blobfuse2 secure encrypt` subcommand:
7169

7270
## See also
7371

74-
- [What is Blobfuse2? (preview)](blobfuse2-what-is.md)
75-
- [The Blobfuse2 command set (preview)](blobfuse2-commands.md)
72+
- [What is Blobfuse2?](blobfuse2-what-is.md)
73+
- [The Blobfuse2 command set](blobfuse2-commands.md)

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
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)
2+
title: How to use the 'blobfuse2 mount all' command to mount all blob containers in a storage account as a Linux file system
33
titleSuffix: Azure Storage
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).
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.
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 10/17/2022
9+
ms.date: 12/02/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
1313

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

1616
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.
1717

18-
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
19-
2018
## Syntax
2119

2220
`blobfuse2 mount all [path] --[flag-name]=[flag-value]`
@@ -87,6 +85,6 @@ Mounting container : blobfuse2b to path : bf2all/blobfuse2b
8785

8886
## See also
8987

90-
- [The Blobfuse2 unmount all command (preview)](blobfuse2-commands-unmount-all.md)
91-
- [The Blobfuse2 mount command (preview)](blobfuse2-commands-mount.md)
92-
- [The Blobfuse2 unmount command (preview)](blobfuse2-commands-unmount.md)
88+
- [The Blobfuse2 unmount all command](blobfuse2-commands-unmount-all.md)
89+
- [The Blobfuse2 mount command](blobfuse2-commands-mount.md)
90+
- [The Blobfuse2 unmount command](blobfuse2-commands-unmount.md)

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
---
2-
title: How to use the 'blobfuse2 mount list' command to display all BlobFuse2 mount points (preview)
2+
title: How to use the 'blobfuse2 mount list' command to display all BlobFuse2 mount points
33
titleSuffix: Azure 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.
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 10/17/2022
9+
ms.date: 12/02/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
1313

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

1616
Use the `blobfuse2 mount list` command to display all existing BlobFuse2 mount points.
1717

18-
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
19-
2018
## Syntax
2119

2220
`blobfuse2 mount list --[flag-name]=[flag-value]`
@@ -69,6 +67,6 @@ Display all current BlobFuse2 mount points:
6967

7068
## See also
7169

72-
- [The `Blobfuse2 unmount` command (preview)](blobfuse2-commands-unmount.md)
73-
- [The `Blobfuse2 mount` command (preview)](blobfuse2-commands-mount.md)
74-
- [The `Blobfuse2 mount all` command (preview)](blobfuse2-commands-mount-all.md)
70+
- [The `Blobfuse2 unmount` command](blobfuse2-commands-unmount.md)
71+
- [The `Blobfuse2 mount` command](blobfuse2-commands-mount.md)
72+
- [The `Blobfuse2 mount all` command](blobfuse2-commands-mount-all.md)

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
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).
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.
33
titleSuffix: Azure 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.
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 10/17/2022
9+
ms.date: 12/02/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
1313

14-
# How to use the BlobFuse2 mount command (preview)
14+
# How to use the BlobFuse2 mount command
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-
[!INCLUDE [storage-blobfuse2-preview](../../../includes/storage-blobfuse2-preview.md)]
19-
2018
## Command Syntax
2119

2220
The `blobfuse2 mount` command has 2 formats:
@@ -136,7 +134,7 @@ The following flags apply only to command `blobfuse2 mount`:
136134

137135
## See also
138136

139-
- [The Blobfuse2 mount all command (preview)](blobfuse2-commands-mount-all.md)
140-
- [The Blobfuse2 mount list command (preview)](blobfuse2-commands-mount-list.md)
141-
- [The Blobfuse2 unmount command (preview)](blobfuse2-commands-unmount.md)
142-
- [The Blobfuse2 mountv1 command (preview)](blobfuse2-commands-mountv1.md)
137+
- [The Blobfuse2 mount all command](blobfuse2-commands-mount-all.md)
138+
- [The Blobfuse2 mount list command](blobfuse2-commands-mount-list.md)
139+
- [The Blobfuse2 unmount command](blobfuse2-commands-unmount.md)
140+
- [The Blobfuse2 mountv1 command](blobfuse2-commands-mountv1.md)

0 commit comments

Comments
 (0)