Skip to content

Commit 6884c91

Browse files
authored
Merge pull request #302695 from b-ahibbard/cleanup2
Cleanup2
2 parents ed38a4c + bf4b97e commit 6884c91

9 files changed

+17
-17
lines changed

articles/azure-netapp-files/develop-rest-api-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Develop for Azure NetApp Files with REST API using PowerShell | Microsoft Docs
2+
title: Develop for Azure NetApp Files with REST API using PowerShell
33
description: Describes how to get started with the Azure NetApp Files REST API using PowerShell.
44
services: azure-netapp-files
55
author: b-hchen

articles/azure-netapp-files/disable-showmount.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Disable showmount in Azure NetApp Files | Microsoft Docs
3-
description: Showmount on NFS clients has historically been how users can see exported file systems on an NFS server. You can disable the showmount if it presents a security concern for your needs.
2+
title: Disable showmount in Azure NetApp Files
3+
description: Disable the showmount if it presents a security concern for users to see exported file systems on an NFS server.
44
services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 03/16/2023
8+
ms.date: 03/16/2025
99
ms.author: anfdocs
1010
# Customer intent: "As a cloud administrator, I want to disable the showmount functionality in Azure NetApp Files, so that I can enhance security by preventing unauthorized users from viewing exported file systems."
1111
---
1212
# Disable showmount in Azure NetApp Files (preview)
1313

14-
Showmount on NFS clients has historically been how users can see exported file systems on an NFS server. By default, Azure NetApp Files enables showmount functionality to show exported paths but doesn't list the allowed client access. Instead, showmount displays that (everyone) has access. The setting allows NFS clients to use the `showmount -e` command to see a list of exports available on the Azure NetApp Files NFS-enabled storage endpoint.
14+
On NFS clients, the showmount enables users to see exported file systems on an NFS server. By default, Azure NetApp Files enables showmount functionality to show exported paths. Azure NetApp Files doesn't list the allowed client access. Instead, showmount displays that everyone has access. The setting allows NFS clients to use the `showmount -e` command to see a list of exports available on the Azure NetApp Files NFS-enabled storage endpoint.
1515

16-
This functionality might cause security scanners to flag the Azure NetApp Files NFS service as having a vulnerability because these scanners often use showmount to see what is being returned. In those scenarios, you might want to disable showmount on Azure NetApp Files.
16+
This functionality can cause security scanners to flag the Azure NetApp Files NFS service as having a vulnerability because these scanners often use showmount to see what is being returned. If you encounter this scenario, you can disable the functionality.
1717

18-
Some applications, however, make use of showmount for functionality, such as Oracle OVM. In those scenarios, inform the security team of the application requirements.
18+
Some applications such as Oracle OVM, rely on showmount. In those scenarios, inform the security team of the application requirements.
1919

2020
The disable showmount capability is currently in preview. If you're using this feature for the first time, you need to register the feature first. By registering the feature, you disable the showmount. By unregistering the feature, you enable the showmount.
2121

@@ -28,15 +28,15 @@ The disable showmount capability is currently in preview. If you're using this f
2828
2. Check the status of the feature registration:
2929
3030
> [!NOTE]
31-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is `Registered` before continuing.
31+
> The **RegistrationState** can remain in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is `Registered` before continuing.
3232
3333
```azurepowershell-interactive
3434
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDisableShowmount
3535
```
3636
3737
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
3838
39-
3. Confirm that you've disabled the showmount in the **Overview** menu of your Azure subscription. The attribute **Disable Showmount** displays as true if the operation succeeded.
39+
3. Confirm that the disablement of the feature in the **Overview** menu of your Azure subscription. The attribute **Disable Showmount** displays as true if the operation succeeded.
4040
4141
:::image type="content" source="./media/disable-showmount/disable-showmount.png" alt-text="Screenshot of the Azure interface depicting the disable showmount option." lightbox="./media/disable-showmount/disable-showmount.png":::
4242

articles/azure-netapp-files/double-encryption-at-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure NetApp Files double encryption at rest | Microsoft Docs
2+
title: Azure NetApp Files double encryption at rest
33
description: Explains Azure NetApp Files double encryption at rest to help you use this feature.
44
services: azure-netapp-files
55
author: b-hchen

articles/azure-netapp-files/faq-application-volume-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: FAQs About Azure NetApp Files application volume groups | Microsoft Docs
2+
title: FAQs About Azure NetApp Files application volume groups
33
description: Learn answers to frequently asked questions (FAQs) about Azure NetApp Files application volume groups.
44
ms.service: azure-netapp-files
55
ms.topic: concept-article

articles/azure-netapp-files/faq-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Azure NetApp Files backup FAQs | Microsoft Docs
2+
title: Azure NetApp Files backup FAQs
33
description: Answers frequently asked questions (FAQs) about using the Azure NetApp Files backup feature.
44
ms.service: azure-netapp-files
55
ms.topic: concept-article
66
author: b-hchen
77
ms.author: anfdocs
8-
ms.date: 04/24/2024
8+
ms.date: 04/24/2025
99
# Customer intent: As an IT administrator managing data protection strategies, I want to understand the backup operations of Azure NetApp Files, so that I can ensure the reliability and security of my organization's data backups.
1010
---
1111
# Azure NetApp Files backup FAQs

articles/azure-netapp-files/faq-data-migration-protection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Data migration and protection FAQs for Azure NetApp Files | Microsoft Docs
2+
title: Data migration and protection FAQs for Azure NetApp Files
33
description: Answers frequently asked questions (FAQs) about Azure NetApp Files data migration and protection.
44
ms.service: azure-netapp-files
55
ms.topic: concept-article

articles/azure-netapp-files/faq-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Networking FAQs for Azure NetApp Files | Microsoft Docs
2+
title: Networking FAQs for Azure NetApp Files
33
description: Answers frequently asked questions (FAQs) about Azure NetApp Files networking.
44
ms.service: azure-netapp-files
55
ms.topic: concept-article

articles/azure-netapp-files/faq-nfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: NFS FAQs for Azure NetApp Files | Microsoft Docs
2+
title: NFS FAQs for Azure NetApp Files
33
description: Answers frequently asked questions (FAQs) about the NFS protocol of Azure NetApp Files.
44
ms.service: azure-netapp-files
55
ms.topic: concept-article

articles/azure-netapp-files/faq-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Performance FAQs for Azure NetApp Files | Microsoft Docs
2+
title: Performance FAQs for Azure NetApp Files
33
description: Answers frequently asked questions (FAQs) about Azure NetApp Files Performance.
44
ms.service: azure-netapp-files
55
ms.topic: concept-article

0 commit comments

Comments
 (0)