Skip to content

Commit f35afb2

Browse files
authored
Merge pull request #310462 from netapp-manishc/user-group-quota-ga
Adding information for GA
2 parents 822cb09 + 9594d3e commit f35afb2

3 files changed

Lines changed: 18 additions & 29 deletions

File tree

articles/azure-netapp-files/generate-user-group-quota-reports.md

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.date: 11/11/2025
1010
# Customer intent: As a cloud storage administrator, I want to generate user and group quota reports for Azure NetApp Files volumes.
1111
---
12-
# Generate user and group quota reports for a volume (preview)
12+
# Generate user and group quota reports for a volume
1313

1414
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.
1515

@@ -34,32 +34,14 @@ For more information and considerations related to capacity management, see [Und
3434
* 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.
3535
* 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.
3636

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.
40-
41-
1. Register the feature:
42-
43-
```azurepowershell-interactive
44-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFetchQuotaReport
45-
```
46-
47-
2. Check the status of the feature registration:
48-
49-
> [!NOTE]
50-
> 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.
51-
52-
```azurepowershell-interactive
53-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFetchQuotaReport
54-
```
55-
56-
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-
5837
## Generate a quota report for a volume
5938

6039
1. From the Azure portal, select the volume for which you want to generate a quota report.
6140
2. Navigate to **User and group quotas**. Select the **Quota Report and Management** tab from the actions menu to generate the report.
6241

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+
6345
![Screenshot that shows the generate quota report and management option.](./media/manage-default-individual-user-group-quotas/generate-quota-reports.png)
6446

6547
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`
9072

9173
3. You can apply filters for **Quota Target**, **Quota Type**, and **% Used** to view a specific subset of the quota report.
9274

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.
9580

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**.
9882

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.
10085

10186
![Screenshot that shows the edit option for non-derived quotas.](./media/manage-default-individual-user-group-quotas/edit-report-quota.png)
10287

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.
10492

10593
![Screenshot that shows the add option for derived quotas.](./media/manage-default-individual-user-group-quotas/add-derived-quota.png)
10694

-290 KB
Loading

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ ms.author: anfdocs
1717

1818
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
1919

20-
## April 2026
20+
21+
## April 2026
2122

2223
* [Advanced ransomware protection](ransomware-configure.md) is now generally available (GA)
2324

0 commit comments

Comments
 (0)