Alerts on Azure Storage Queue

Kiran Pradeep 106 Reputation points
2021-04-05T05:43:45.24+00:00

I like to send email alerts when messages get pushed to a particular queue in a storage account? Is this possible using Azure portal? If not, what are my no/low code solutions?

For e.g. in this Microsoft reference implementation, dead letter messages get pushed to a queue. I like to initiate notification for those messages. I prefer to use Azure portal Storage Account Alerts UI. But, if that is not possible, what low/no code solutions do I have ?

Please note that the storage account could have multiple queues present and I like email notifications only when messages enter a particular storage queue.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,803 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
98 questions
0 comments No comments
{count} vote

Accepted answer
  1. Sumarigo-MSFT 43,721 Reputation points Microsoft Employee
    2021-04-05T10:41:10.187+00:00

    @Kiran Pradeep Welcome to Microsoft Q&A Platform, Thank you for posting your query here!

    It’s in our backlog but there is no concrete timeline to share yet.

    Already we have feedback on this I would request you to please upvote or you may leave your feedback here. All the feedback you share in these forums
    will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.

    Additional information: If you want to get the count when the new queue message has added into the poison queue. You could choose queue trigger. The codes is as same as the timer trigger, just change the parameters.

    Workaround: The queue storage trigger runs a function as messages are added to Azure Queue storage.

    Gets the approximate message count for the queue:

    How to alert on queue size on azure service bus

    Monitoring Azure Queue Storage

    Monitoring Azure Storage Queues with Application Insights and Azure Monitor

    Hope this helps!

    If you have any queries or question, please feel free to get in touch with me. I would like to work closer on this issue

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

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

    Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

    3 people found this answer helpful.

0 additional answers

Sort by: Most helpful