Unable to see netapp account quota utilization

Srikanth L 95 Reputation points Microsoft Employee
2026-02-03T16:51:02.5733333+00:00

I am unable see to quota utilization of Netapp account. this irrespective of the site

Azure NetApp Files
Azure NetApp Files

An Azure service that provides enterprise-grade file shares powered by NetApp.


Answer accepted by question author
Vallepu Venkateswarlu 10,590 Reputation points Microsoft External Staff Moderator
2026-02-03T17:08:45.4666667+00:00

Hi @ Srikanth L,

Welcome to Microsoft Q&A Platform.

As stated in How do I monitor usage for capacity pool and volume of Azure NetApp Files?

Azure NetApp Files provides capacity pool and volume usage metrics. You can also use Azure Monitor to monitor usage for Azure NetApp Files. See Metrics for Azure NetApp Files for details

We have checked with the internal team regarding this issue. The quota utilization is not appearing in the portal, likely due to an intermittent problem. The team is currently working on a fix.

User's image

If the Azure NetApp Files quota is not showing in the portal, you can try registering the resource provider in your subscription using the command below.

Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFetchQuotaReport

After running the command, check the registration status using the command below.

Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFetchQuotaReport

Once the provider registration is complete, wait for some time and then check the Azure NetApp Files (ANF) quota utilization in the portal.

Option 2:

You can also use the following PowerShell command to check the Azure NetApp Files quota:

Get-AzNetAppFilesQuotaLimit -Location "East US" 

Result:

User's image

Ref: Get-AzNetAppFilesQuotaLimit

Please210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

Answer accepted by question author
Koyel Paul 75 Reputation points Microsoft Employee
2026-02-06T10:49:29.2833333+00:00

Please register the feature to view the 'Quota' option in the Azure portal under the ANF Account.

To Register:
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFetchQuotaReport

Check Registration Status:
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFetchQuotaReport

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.