I want to set up email alert in azure when my any storage account is accessed

Subhra 1 Reputation point
2022-02-24T15:58:29.877+00:00

i want to set up monitoring email alert to be triggered whenever any of the storage account is accessed by anyone

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,105 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vidya Narasimhan 2,126 Reputation points Microsoft Employee
    2022-02-24T17:22:11.827+00:00

    @Subhra you can configure Storage Account diagnostic logs and send it to log analytics as per this link https://learn.microsoft.com/en-us/azure/storage/blobs/monitor-blob-storage?tabs=azure-portal . And then create an alert for read requests using log analytics query https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-log#create-a-log-alert-rule-in-the-azure-portal

    1 person found this answer helpful.
    0 comments No comments

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.