Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 36 forks source link

Service Bus Extension Feature Request: Log the details about the Service Bus Namespace we are connecting to and provide additional details. #132

Closed FinVamp1 closed 2 months ago

FinVamp1 commented 3 years ago

Repro steps Customers use the Service Bus extensions very frequently. If these don't work then we need to ask the customer for the details of those Service Bus Namespaces to see if there is an issue on that side. Adding this information when the Service Bus bindings starts would allow us to be able to a) Build Detectors that access this information if the customer does raise a support request. b) Look at automated solutions that will check connectivity to the Service Bus Namespace and allow the customer to resolve transient issues on their own.

Expected behavior A log entry is written when we attach to the binding.

Actual behavior We log information about the Service Bus Namespace but not the FQDN of the Service Bus namespace. It would also be great to document if this is a Queue or Topic listener.

Known workarounds No workarounds exist.

alrod commented 2 years ago

we have this in track2: https://github.com/Azure/azure-sdk-for-net/pull/25566