How to configure alert rule notifications to display informational values not C0=30, C1=28

I have an alert rule that pushes out service bus alert notifications when the expressions are met. How do I get the email notification to display the topic name instead of C0=x, C1=x?

This is how the email notifications displays the entity names in the form of C0=, C1=…

Don’t use classic condition, but math condition.

Define meaningful annotation:

So then you may complain that you have a lot of rubbish in the email (also with that meaningful annotation): then define custom notification template to have only that annotation in the email:

Doc is your friend.

1 Like

Thanks, I will give this approach a try :slight_smile: