You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/generate-user-group-quota-reports.md
+16-28Lines changed: 16 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
9
9
ms.date: 11/11/2025
10
10
# Customer intent: As a cloud storage administrator, I want to generate user and group quota reports for Azure NetApp Files volumes.
11
11
---
12
-
# Generate user and group quota reports for a volume (preview)
12
+
# Generate user and group quota reports for a volume
13
13
14
14
To help with capacity management on volumes shared among multiple users, individual user and group quotas restrict capacity usage on NFS, SMB, and dual-protocol volumes.
15
15
@@ -34,32 +34,14 @@ For more information and considerations related to capacity management, see [Und
34
34
* If the quota report is an empty list or the quota report API calls fail on a volume with quota rules, retry generating the quota report after five minutes.
35
35
* If quota rules aren't aligned with 4 KiB, the quota limit is incorrectly reported in the quota report. This happens because the field is always rounded up to the nearest multiple of 4 KiB to match disk space limits, which are translated into 4-KiB chunks.
36
36
37
-
## Register the feature
38
-
39
-
The feature must be registered on your subscription before using it for the first time. After confirmation by the product team, the feature is enabled on your subscription.
> The **RegistrationState** can remain in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing.
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.
57
-
58
37
## Generate a quota report for a volume
59
38
60
39
1. From the Azure portal, select the volume for which you want to generate a quota report.
61
40
2. Navigate to **User and group quotas**. Select the **Quota Report and Management** tab from the actions menu to generate the report.
62
41
42
+
> [!NOTE]
43
+
> Only the top 1000 quota report records will be downloaded in CSV format. The complete quota report is not available for download.
44
+
63
45

64
46
65
47
The quota report is retrieved in the background. Remain on the page until the quota report has been successfully retrieved. Retrieval takes an average of five seconds, but can take longer. The quota report lists one entry per user. The following fields are available:
@@ -90,17 +72,23 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
90
72
91
73
3. You can apply filters for **Quota Target**, **Quota Type**, and **% Used** to view a specific subset of the quota report.
92
74
93
-
> [!IMPORTANT]
94
-
> When using the quota target filter, you must first select a quota type value. The quota target is dependent on the quota type and can't be applied independently.
75
+
> [!IMPORTANT]
76
+
> When using the quota target filter, you must first select a quota type value. The quota target is dependent on the quota type and can't be applied independently.
77
+
78
+
> [!NOTE]
79
+
> You can add a new quota only for derived quotas. You can only edit non-derived quotas.
95
80
96
-
> [!NOTE]
97
-
> You can add a new quota only for derived quotas. You can only edit non-derived quotas.
81
+
4. You can edit individual user/group quota rules for a quota target directly from the report. To edit a quota, select `…` at the end of the quota rule row, then select **Edit**.
98
82
99
-
4. To edit a quota, select `…` at the end of the quota rule row, then select **Edit**.
83
+
> [!NOTE]
84
+
> This option is not available for derived quotas or quota targets from default user or default group quota rules.
100
85
101
86

102
87
103
-
5. To add a new quota for the default user and group quota, select `…` at the end of the quota rule row then **Add**.
88
+
5. You can add individual user/group quota rules from derived quotes in the report. To add a new quota for the default user and group quota, select `…` at the end of the quota rule row then **Add**.
89
+
90
+
> [!NOTE]
91
+
> This option is only available for derived quotas or quota targets that are subject to a default user or default group quota rule.
104
92
105
93

0 commit comments