Skip to content

Commit b82f9b9

Browse files
committed
NFSAAS-54042
1 parent 72c83db commit b82f9b9

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: how-to
16-
ms.date: 07/18/2022
16+
ms.date: 04/24/2023
1717
ms.author: anfdocs
1818
---
1919
# Manage file access logs in Azure NetApp Files
@@ -26,8 +26,8 @@ File access logs provide file access logging for individual volumes, capturing f
2626

2727
* Once file access logs are enabled on a volume, they can take a maximum of five minutes to become visible.
2828
* File access logs occasionally create duplicate logs that must be manually filtered.
29-
* Deleting any diagnostic settings configured for ANFFileAccess causes any file access logs for any volumes with that setting to be disabled.
30-
* Before enabling file access logs on a volume, either ACLs or Audit ACEs need to be set on a file or directory. ACLs or Audit ACEs must be set after mounting a volume.
29+
* Deleting any diagnostic settings configured for `ANFFileAccess` causes any file access logs for any volumes with that setting to be disabled.
30+
* Before enabling file access logs on a volume, either [ACLs](configure-access-control-lists.md) or Audit ACEs need to be set on a file or directory. ACLs or Audit ACEs must be set after mounting a volume.
3131
* File access logs provide no explicit or implicit expectations or guarantees around logging for auditing and compliance purposes.
3232

3333
## Recognized events
@@ -75,7 +75,7 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
7575
1. Select the volume you want to enable file access logs for.
7676
2. Select **Diagnostic settings** from the left-hand pane.
7777
:::image type="content" source="../media/azure-netapp-files/logs-diagnostic-settings-add.png" alt-text="Azure Diagnostic settings menu showing how to add ANF file access logs.":::
78-
3. In the **Diagnostic settings** page, provide a diagnostic setting name, select *ANFFileAccess* and then set the retention period of the logs.
78+
3. In the **Diagnostic settings** page, provide a diagnostic setting name, select **ANFFileAccess** and then set the retention period of the logs.
7979
:::image type="content" source="../media/azure-netapp-files/logs-diagnostic-settings-enable.png" alt-text="Azure Diagnostic settings menu showing how to enable ANF file access logs":::
8080
4. Select one of the destination options for the logs:
8181
* Archive to a storage account
@@ -90,8 +90,11 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
9090
2. Select the **Diagnostic setting** menu from the left-hand pane.
9191
3. In the **Diagnostic settings** page, deselect **ANFFileAccess**.
9292
4. Save the settings.
93+
94+
>[!NOTE]
95+
>After disabling file access logs, you must wait at least ten minutes before attempting to enable or re-enable file access logs on any volume.
9396
9497
## Next Steps
9598

9699
* [Security FAQs](faq-security.md)
97-
* [Azure resource logs](..\azure-monitor\essentials\resource-logs.md)
100+
* [Azure resource logs](..\azure-monitor\essentials\resource-logs.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
2121

2222
* [File access logs](manage-file-access-logs.md) (Preview)
2323

24-
The Azure NetApp Files file access logs feature will provide Azure NetApp Files customers with access logs for their files accessed (data plane logging) on SMB, NFSv4.1, and dual-protocol (SMB/NFSv4.1) volumes. With this feature administrators can enable logging, and view and report on file access operations sent to a variety of logging destinations. Standard file system operations will be captured in the logs. This feature is supports SMB and NFSv4.1 enabled volumes.
24+
The Azure NetApp Files file access logs feature provides Azure NetApp Files customers with access logs for their files accessed (data plane logging) on SMB, NFSv4.1, and dual-protocol (SMB/NFSv4.1) volumes. With this feature administrators can enable logging, and view and report on file access operations sent to a variety of logging destinations. Standard file system operations will be captured in the logs. This feature is supports SMB and NFSv4.1 enabled volumes.
2525

2626
## March 2023
2727

0 commit comments

Comments
 (0)