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.
No RepliesBe the first to reply