Skip to content

Commit 61a3d97

Browse files
Merge pull request #184293 from b-hchen/Doc_Enhance_2022-01-05_Monitoring_ANF_article
New article 'Ways to monitor Azure NetApp Files'; Activity log warning subsection in Vol TSG
2 parents 0e585e6 + 5514c68 commit 61a3d97

File tree

3 files changed

+58
-1
lines changed

3 files changed

+58
-1
lines changed

articles/azure-netapp-files/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
href: azure-netapp-files-network-topologies.md
2828
- name: Resource limits for Azure NetApp Files
2929
href: azure-netapp-files-resource-limits.md
30+
- name: Ways to monitor Azure NetApp Files
31+
href: monitor-azure-netapp-files.md
3032
- name: Metrics for Azure NetApp Files
3133
href: azure-netapp-files-metrics.md
3234
- name: Storage service add-ons
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Ways to monitor Azure NetApp Files | Microsoft Docs
3+
description: Describes ways to monitor Azure NetApp Files, including the Activity log, metrics, and capacity utilization monitoring.
4+
services: azure-netapp-files
5+
documentationcenter: ''
6+
author: b-hchen
7+
manager: ''
8+
editor: ''
9+
10+
ms.assetid:
11+
ms.service: azure-netapp-files
12+
ms.workload: storage
13+
ms.tgt_pltfrm: na
14+
ms.topic: conceptual
15+
ms.date: 01/06/2022
16+
ms.author: anfdocs
17+
---
18+
# Ways to monitor Azure NetApp Files
19+
20+
This article describes ways to monitor Azure NetApp Files.
21+
22+
## Azure Activity log
23+
24+
The Activity log provides insight into subscription-level events. For instance, you can get information about when a resource is modified or when a virtual machine is started. You can view the activity log in the Azure portal or retrieve entries with PowerShell and CLI. This article provides details on viewing the Activity log and sending it to different destinations.
25+
26+
To understand how Activity log works, see [Azure Activity log](../azure-monitor/essentials/activity-log.md).
27+
28+
For Activity log warnings for Azure NetApp Files volumes, see [Activity log warnings for Azure NetApp Files volumes](troubleshoot-volumes.md#activity-log-warnings-for-volumes).
29+
30+
## Azure NetApp Files metrics
31+
32+
Azure NetApp Files provides metrics on allocated storage, actual storage usage, volume IOPS, and latency. By analyzing these metrics, you can gain a better understanding on the usage pattern and volume performance of your NetApp accounts.
33+
34+
You can find metrics for a capacity pool or volume by selecting the **capacity pool** or **volume**. Then click **Metric** to view the available metrics.
35+
36+
For more information about Azure NetApp Files metrics, see [Metrics for Azure NetApp Files](azure-netapp-files-metrics.md).
37+
38+
## Capacity utilization monitoring
39+
40+
It's important to monitor capacity regularly. You can monitor capacity utilization at the VM level. You can check the used and available capacity of a volume by using Windows or Linux clients. You can also configure alerts by using `ANFCapacityManager`.
41+
42+
For more information, see [Monitor capacity utilization](volume-hard-quota-guidelines.md#how-to-operationalize-the-volume-hard-quota-change).
43+
44+
## Next steps
45+
46+
* [Azure Activity log](../azure-monitor/essentials/activity-log.md)
47+
* [Activity log warnings for Azure NetApp Files volumes](troubleshoot-volumes.md#activity-log-warnings-for-volumes)
48+
* [Metrics for Azure NetApp Files](azure-netapp-files-metrics.md)
49+
* [Monitor capacity utilization](volume-hard-quota-guidelines.md#how-to-operationalize-the-volume-hard-quota-change)

articles/azure-netapp-files/troubleshoot-volumes.md

Lines changed: 7 additions & 1 deletion
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: troubleshooting
15-
ms.date: 10/04/2021
15+
ms.date: 01/06/2022
1616
ms.author: anfdocs
1717
---
1818
# Troubleshoot volume errors for Azure NetApp Files
@@ -75,6 +75,12 @@ This section explains the causes of some of the common allocation failures and s
7575
|Out of storage or networking capacity in a region for regular volumes. <br> Error message: `There are currently insufficient resources available to create [or extend] a volume in this region. Please retry the operation. If the problem persists, contact Support.` | The error indicates that there are insufficient resources available in the region to create or resize volumes. <br> Try one of the following workarounds: <ul><li>Create the volume under a new VNet. Doing so will avoid hitting networking-related resource limits.</li> <li>Retry after some time. Resources may have been freed in the cluster, region, or zone in the interim.</li></ul> |
7676
|Out of storage capacity when creating a volume with network features set to `Standard`. <br> Error message: `No storage available with Standard network features, for the provided VNet.` | The error indicates that there are insufficient resources available in the region to create volumes with `Standard` networking features. <br> Try one of the following workarounds: <ul><li>If `Standard` network features are not required, create the volume with `Basic` network features.</li> <li>Try creating the volume under a new VNet. Doing so will avoid hitting networking-related resource limits</li><li>Retry after some time. Resources may have been freed in the cluster, region, or zone in the interim.</li></ul> |
7777

78+
## Activity log warnings for volumes
79+
80+
| Warnings | Resolutions |
81+
|-|-|
82+
| The `Microsoft.NetApp/netAppAccounts/capacityPools/volumes/ScaleUp` operation displays a warning: <br> `Percentage Volume Consumed Size reached 90%` | The used size of an Azure NetApp Files volume has reached 90% of the volume quota. You should [resize the volume](azure-netapp-files-resize-capacity-pools-or-volumes.md) soon. |
83+
7884
## Next steps
7985

8086
* [Create an NFS volume for Azure NetApp Files](azure-netapp-files-create-volumes.md)

0 commit comments

Comments
 (0)