Azure service bus alert notifications at topic level

96 views Asked by At

I am working on a request to create topic level alert for Azure Service Bus but unable to add such filters. Addition to this I couldn't find any alert creation option available under Topic details.

Please help to fix this issue.

1

There are 1 answers

1
Sampath On BEST ANSWER

Azure Alerts enable you to proactively monitor and manage your Azure resources by notifying you when certain conditions are met. These conditions are specified using alert rules, and when triggered, alerts can initiate actions to address or investigate issues.

  • Navigate to your Service Bus namespace in the Azure portal. Under "Monitoring" > "Alerts", create a new alert rule. Select appropriate metrics like "Active Messages", "Dead-lettered Messages", or "Server Errors".

  • For the selected one, choose Split by dimensions and select Dimension Name as EntityName and Dimension values as AzureServiceBusTopicName.

  • Select the operator used to compare the metric value against the threshold and enter a threshold number.

  • If required, select action groups or create an action group. enter image description here

  • If required, select action groups or create an action group. I have selected the action group "mail" in the Actions tab. enter image description here Ensure to fill in the Alert rule details in the details tab, such as:

  • The severity of the alert when the rule's condition is met,

  • Choose a name to identify this alert rule, and

  • Add a description for this alert rule .

enter image description here

  • It providing timely notifications and actions based on defined conditions

enter image description here

enter image description here

enter image description here