Skip to content

Examples for my Monitoring Azure Service Bus Topics blog post.

License

Notifications You must be signed in to change notification settings

tomkerkhove/monitoring-service-bus-topics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring Azure Service Bus Topics

Examples for my Monitoring Azure Service Bus Topics blog post.

⚠ These examples are provided as-is and should not be used in production

Automatically forward dead-letter messages to a dedicated queue

Automatically forward dead-letter messages to a dedicated queue using built-in Azure Service Bus functionality. Visualization & alerts can rely on Azure Service Bus metrics in Azure Monitor, ie Active Messages.

Automatically forward dead-letter messages to a dedicated queue

Automatically enrich message information with Azure Functions

Automatically enrich message information with Azure Functions and emitting custom metrics to Azure Application Insights with multiple dimensions such as topic name, subscription name and message type.

After that, a copy of the message is forwarded to a dedicated queue for manual intervention in case there is a need.

Visualization & alerts can rely on Azure Service Bus metrics in Azure Monitor for the dedicated queue, ie Active Messages and/or our custom metric to have more fine-grained insights on what messages are being dead-lettered.

Automatically enrich message information with Azure Functions

About

Examples for my Monitoring Azure Service Bus Topics blog post.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project