问题 Is there a way to log access to Azure Service Bus? We are looking for a way to log who create/delete a topic/subscription/namespace in Service Bus, either from Azure portal or from an external source like an API or Service Bus Explorer. We have Azure Activity Log, but it doesn't give a solution for external sources. We also checked Azure Diagnostic Logs, it doesn't help either. 回答1: Azure Service Bus .NET client allows diagnostics logging, you will have to enalbe diagnostics it first. That