Skip to content

Commit 785e62e

Browse files
committed
acrolinx
1 parent 82cdd71 commit 785e62e

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: anfdocs
1212
ms.custom: references_regions
1313
---
1414

15-
# Manage file access logs in Azure NetApp Files
15+
# Manage file access logs in Azure NetApp Files (preview)
1616

1717
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 are provided on top of the platform logging captured in the [Azure Activity Log](/azure/azure-monitor/essentials/activity-log). This article describes how to manage file access logs using Azure NetApp Files.
1818

@@ -21,7 +21,7 @@ File access logs provide file access logging for individual volumes, capturing f
2121
## Considerations
2222

2323
>[!IMPORTANT]
24-
>File access logs is only supported on volumes using SMB3, NFSv4.1, and dual protocols. It's not supported on NFSv3 volumes.
24+
>SMB3, NFSv4.1, and dual protocols are the only supported protocols for file access logs. It's not supported on NFSv3 volumes.
2525
2626
* Once file access logs are enabled on a volume, they can take up to 75 minutes to become visible.
2727
* Each log entry consumes approximately 1 KB of space.
@@ -35,13 +35,11 @@ File access logs provide file access logging for individual volumes, capturing f
3535
* All file access log file access events have a performance impact.
3636
* Events such as file/folder creation/deletion are key events to log.
3737
* System access control list (SACL) settings for logging should be used sparingly. Frequent operations (for example, READ or GET) can have significant performance impact, but have limited logging value. It's recommended that SACL setting shouldn't log these frequent operations to conserve performance.
38-
* SACL settings are subject to change – certain settings may have to be disabled to minimize performance impacts to the region. Examples would be disabling of the List Folder/read data and Read permissions to minimize performance/resource impacts during Private Preview.
38+
* SACL settings are subject to change – certain settings may have to be disabled to minimize performance impacts to the region. Examples would be disabling of the "List Folder/read data" and "Read permissions" to minimize performance/resource impacts during Private Preview.
3939
* SACL policy additions aren't currently supported with file access logs.
40-
* Clubbing of events such as READ/WRITE only handful of operation per file read or write will be captured to reduce event logging rate. 
40+
* When clubbing events such as READ/WRITE, only a handful of operation per file read or write are captured to reduce event logging rate. 
4141
* You can monitor activity logs to find out if the rate of events is more and events are getting dropped by FAL service.  <!-- ? -->
42-
43-
* If the rate of file access event generation exceeds the internal limit <!-- what is the internal limit -->, disable non-critical auditing ACLs to reduce the rate. Leaving non-critical auditing ACLs can result in access events being dropped from the logs.
44-
42+
* If the rate of file access event generation exceeds the internal limit, <!-- what is the internal limit --> disable noncritical auditing ACLs to reduce the rate. Leaving noncritical auditing ACLs can result in access events being dropped from the logs.
4543
* If the rate of event generation is greater than 128 MiB/minute for your subscription, logging events might be delayed and eventually dropped.
4644
* During migration or robocopy operations, disable file access logs to reduce log generation.
4745
* Volumes with file access logs enabled should be grouped separately from volumes without file access logs. Contact your account specialists for assistance.
@@ -92,7 +90,7 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
9290

9391
## Supported regions
9492

95-
While in preview, file access logs is supported in:
93+
While in preview, availability for file access log is limited to the following regions:
9694

9795
* East US 2
9896
* Japan East
@@ -150,7 +148,7 @@ For NFSv4.1, both discretionary and system ACEs are stored in the same ACL, not
150148

151149
1. In the **Volumes** menu, select the volume on which you want to disable file access logs.
152150
2. Select the **Diagnostic setting** menu from the left-hand pane.
153-
3. In the **Diagnostic settings** page, deselect **Audit**. This will automatically deselect **ANFFileAccess**.
151+
3. In the **Diagnostic settings** page, deselect **Audit**. This automatically deselects **ANFFileAccess**.
154152
4. Select **Save**.
155153

156154
>[!NOTE]

0 commit comments

Comments
 (0)