Forum Discussion
AZ365
Jan 25, 2023Copper Contributor
Azure Service Bus: Log all activities to the messages in a queue?
Hi,
I am looking into a way to monitor all activities in a message queue such as sending to and picking up messages from a queue. I look at the logs in the admin portal but it does not seem to provide specifics.
I tried to run in the service bus:
AzureDiagnostics
| where ResourceProvider == "MICROSOFT.SERVICEBUS"
| where Category == "OperationalLogs"Is there a way to log details such as source/action/queue?
Thanks.
1 Reply
The Azure Service Bus portal logs do not provide comprehensive visibility into message-level activities, such as sender identity or consumer actions. The extent of detail available is determined by the specific monitoring integration in use.
https://learn.microsoft.com/en-us/azure/service-bus-messaging/