Skip to content

Commit 2247524

Browse files
committed
fix images
1 parent 3fa7b18 commit 2247524

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,21 @@ File access logs captures different file and directory events depending on the p
6565
## Register the feature
6666

6767
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.
68-
1. Register the feature:<br>`Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFileAccessLogs`
69-
2. Check the status:<br>`Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFileAccessLogs`
68+
69+
1. Register the feature:
70+
`Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFileAccessLogs`
71+
1. Check the status:
72+
`Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFileAccessLogs`
7073

7174
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.
7275

7376
## Enable file access logs
7477

7578
1. Select the volume you want to enable file access logs for.
7679
2. Select **Diagnostic settings** from the left-hand pane.
77-
:::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.":::
80+
:::image type="content" source="../media/azure-netapp-files/logs-diagnostic-settings-add.png" alt-text="Screenshot of Azure Diagnostic settings menu.":::
7881
3. In the **Diagnostic settings** page, provide a diagnostic setting name, select **ANFFileAccess** and then set the retention period of the logs.
79-
:::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":::
82+
:::image type="content" source="../media/azure-netapp-files/logs-diagnostic-settings-enable.png" alt-text="Screenshot of Azure Diagnostic settings menu with file access diagnostic setting.":::
8083
4. Select one of the destination options for the logs:
8184
* Archive to a storage account
8285
* Stream to an event hub

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: overview
15-
ms.date: 03/16/2023
15+
ms.date: 04/24/2023
1616
ms.author: anfdocs
1717
---
1818
# What's new in Azure NetApp Files
@@ -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 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.
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 supports SMB and NFSv4.1 enabled volumes.
2525

2626
## March 2023
2727

-41.2 KB
Loading
-16.4 KB
Loading

0 commit comments

Comments
 (0)