Share via

Azure fileshare NFS how can i monitor

Riju Kumar 80 Reputation points
2026-02-23T13:57:52.9033333+00:00

I having a fileshare details are given below, how can i monitor and trigger the usage is more than 90 %

Size + performance

Provisioned capacity:256 GiB

Provisioned IOPS:3100

Burst IOPS: 10000

Provisioned throughput:135 MiB/s

Configuration

Protocol:NFS

Root squash

Tier:SSD

Redundancy:Locally-redundant storage (LRS)

Azure Files
Azure Files

An Azure service that offers file shares in the cloud.


2 answers

Sort by: Most helpful
  1. Praveen Bandaru 11,635 Reputation points Microsoft External Staff Moderator
    2026-02-25T13:45:45.36+00:00

    Hello Riju Kumar

    Currently, Microsoft Azure’s design allows capacity and performance metrics for Azure File Shares, including those in preview, to be accessed only at the Storage Account level. 

    At this time, Azure does not provide the option to create metric-based alert rules for individual File Share resources. As a result, any monitoring or alerting must be set up at the Storage Account level.

    This is by design; it will only work this way. If you have any suggestions, please share your valuable feedback with our product group team using the link below. They will review it and implement it in the future.

    Feed Back link: https://feedback.azure.com/d365community

    Note:

    If you want to create an alert for pricing, please note that the Microsoft.FileShares resource provider and management model is currently available only for NFS file shares, which require SSD (premium) storage.

    The preview supports only the provisioned v2 billing model, letting you specify the amount of storage, IOPS, and throughput needed for your file share. Your total bill is based on what you provision. When you create a new file share with the provisioned v2 model, we recommend the appropriate IOPS and throughput based on your specified storage. You can override these recommendations if you have different requirements.

    Check the pricing calculator: https://azure.microsoft.com/en-in/pricing/calculator/?msockid=18fca9ac8ee26df23ec3bf288f986c41


    I hope the above answer helps you! Please let us know if you have any further questions.

    Please don't forget to "upvote" where the information provided will help you, this can be beneficial to other members of the community.

    Was this answer helpful?


  2. AI answer

    2026-02-23T13:58:03.7466667+00:00

    To monitor your Azure Fileshare with NFS and trigger alerts when usage exceeds 90%, you can utilize Azure Monitor to set up alerts based on specific metrics related to your file share. Here’s how you can do it:

    1. Open Azure Monitor: Navigate to the Azure portal and open Azure Monitor.
    2. Create an Alert Rule: Go to the Alerts section and select "+ New alert rule".
    3. Select Scope: In the Scope tab, select your storage account and the specific file share you want to monitor.
    4. Condition: In the Condition tab, you will want to monitor the File Capacity metric. This metric indicates the used storage in bytes.
    5. Set Threshold: Define the threshold for the alert. For example, if your provisioned capacity is 256 GiB, you will set the threshold to 230.4 GiB (which is 90% of 256 GiB).
    6. Actions: In the Actions tab, you can add an action group to notify you via email, SMS, etc., when the alert is triggered.
    7. Details: Fill in the details for the alert such as name, description, and severity.
    8. Review and Create: Finally, review your settings and create the alert rule.

    By following these steps, you will be able to monitor the usage of your Azure Fileshare and receive notifications when it exceeds 90% of the provisioned capacity.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer 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.