Skip to content

Commit 3ac1678

Browse files
committed
sme feedback
1 parent 898ad01 commit 3ac1678

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

articles/azure-netapp-files/manage-file-access-logs.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 02/14/2025
8+
ms.date: 04/01/2025
99
ms.author: anfdocs
1010
ms.custom: references_regions
1111
---
1212

1313
# Manage file access logs in Azure NetApp Files (preview)
1414

15-
File access logs provide file access logging for individual volumes, capturing file system operations on selected volumes. The logs capture [standard file operation](#recognized-events). File access logs provide insights beyond the
16-
platform logging captured in the [Azure Activity Log](/azure/azure-monitor/essentials/activity-log).
15+
File access logs provide file access logging for individual volumes, capturing file system operations on selected volumes. The logs capture [standard file operation](#recognized-events). File access logs provide insights beyond the platform logging captured in the [Azure Activity Log](/azure/azure-monitor/essentials/activity-log).
1716

1817
## Considerations
1918

@@ -39,7 +38,6 @@ platform logging captured in the [Azure Activity Log](/azure/azure-monitor/essen
3938
If the rate of file access event generation exceeds 64 MiB/minute, the [Activity log](monitor-azure-netapp-files.md) sends a message stating that the rate of file access log generation is exceeding the limit. If log generation exceeds the limit, logging events can be delayed or dropped. If you are approaching this limit, disable noncritical auditing ACLs to reduce the event generation rate. As a precaution, you can [create an alert](/azure/azure-monitor/alerts/alerts-create-activity-log-alert-rule) for this event.
4039

4140
* During migration or robocopy operations, disable file access logs to reduce log generation.
42-
* Volumes with file access logs enabled should be grouped separately from volumes without file access logs. Contact your account specialists for assistance.
4341
* It's recommended you avoid enabling file access logs on files with more than 450 ACEs to avoid performance issues.
4442

4543
## Recognized events
@@ -78,9 +76,19 @@ The events capture in file access logs depend on the protocol of your volume.
7876
The file access logs feature is currently in preview. If you're using this feature for the first time, you need to register the feature first.
7977

8078
1. Register the feature:
81-
`Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFileAccessLogs`
82-
1. Check the status:
83-
`Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFileAccessLogs`
79+
80+
```azurepowershell-interactive
81+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFileAccessLogs
82+
```
83+
84+
1. Check the status of the registiation
85+
86+
> [!NOTE]
87+
> 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.
88+
89+
```azurepowershell-interactive
90+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFileAccessLogs`
91+
```
8492
8593
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.
8694
@@ -150,7 +158,6 @@ For NFSv4.1, both discretionary and system ACEs are stored in the same ACL, not
150158
1. In the **Diagnostic setting** page, provide a diagnostic setting name.
151159
Under **Logs > Categories**, select **ANFFileAccess** then set the retention period of the logs.
152160
:::image type="content" source="./media/manage-file-access-logs/logs-diagnostic-settings-enable.png" alt-text="Screenshot of Azure Diagnostic settings menu with file access diagnostic setting.":::
153-
<!-- check these steps -->
154161
1. Select one of the destination options for the logs:
155162
* Archive to a storage account
156163
* Stream to an event hub

articles/azure-netapp-files/whats-new.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 03/25/2025
9+
ms.date: 04/01/2025
1010
ms.author: anfdocs
1111
---
1212

1313
# What's new in Azure NetApp Files
1414

1515
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
1616

17+
## April 2025
18+
1719
* [File access logs](manage-file-access-logs.md) (Preview)
1820

19-
The Azure NetApp Files file access logs feature provides you with access logs for files accessed (data plane logging) on volumes. With this feature, administrators can enable logging to view and report on file access operations sent to a variety of logging destinations. Standard file system operations are captured in the logs. File access logs is supported with SMB, NFSv4.1, and dual-protocol (SMB and NFSv4.1) volumes.
21+
Azure NetApp Files file access logs provides you with access logs for files accessed (data plane logging) on volumes. With this feature, administrators can enable logging to view and report on file access operations sent to a variety of logging destinations. Standard file system operations are captured in the logs. File access logs is supported with SMB, NFSv4.1, and dual-protocol (SMB and NFSv4.1) volumes.
2022

2123
## March 2025
2224

0 commit comments

Comments
 (0)