Forum Discussion

AZ365's avatar
AZ365
Copper Contributor
Jan 25, 2023

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

Resources