Azure Alert for Blob count

Andrej Treciak 1 Reputation point
2020-10-11T21:27:17.847+00:00

Hello,

is there any way to create an Azure alert which will be triggered if in specific blob container I will reach specific count of files/blobs?
For example in blob container named test I will have 100 json files.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,570 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 44,816 Reputation points Microsoft Employee
    2020-10-12T07:10:58.127+00:00

    @Andrej Treciak You can use Azure Monitor : https://learn.microsoft.com/en-us/azure/azure-monitor/platform/alerts-metric

    Create an Alert in Blob storage, and keep the usage metric as the trigger with a threshold file size

    31614-capture.png

    Additional information:

    Hope this helps! Kindly let us know if the above helps or you need further assistance on this issue.

    -------------------------------------------------------------------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.