how to enable custom alert in Azure file share

Naresh Babu 145 Reputation points
2023-09-15T12:52:25.55+00:00

need to enable alert on azure file share, alert need to trigger if there are no new files are received from last 2 days.

please let me know is there any way to setup customize alerts on Azure file shares.

thanks in advance.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,384 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,416 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. dashanan13 930 Reputation points
    2023-09-17T19:22:52.3833333+00:00

    Hei Naresh Babu,

    It is possible to set an alert for the count of transactions "less than or equal to" (there is no equal to) than 0 with a window of a maximum of a day (can not be set more than 24 hrs).

    It means you will get an alert if the total count of transactions on storage account has been around 0 each day.

    If you get two of those, it serves your purpose.

    You can setup the alert by selecting "monitoring" > "alerts, which takes you through setting up alerts and also action taken if such alert is raised, usually its an email or phone but you can connect ITSM tools like service now for tickets and even run a run-book or logic app to change their.

    Remember you need a manual rule so you can set the value of count to zero.

    Read more here: https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-create-new-alert-rule?tabs=metric

    Please mark this as answer if it helped.


Your answer

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