An Azure service that provides enterprise-grade file shares powered by NetApp.
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.
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:
Ref: Get-AzNetAppFilesQuotaLimit
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.