Azure Service Bus Backends for .NET
The .NET Agent automatically
detects Azure Service Bus backends when an instrumented tier makes a
call to Azure Service Bus. The agent supports client library Azure.Messaging.ServiceBus
version 7.0.0 and later.
Azure Service Bus exit points are methods that send or publish messages to queue or topic. Azure Service Bus entry points are methods that receive messages from a queue or a topic. The agent supports queue correlation from a sender exit call to a receiver entry point.
If you are using NServiceBus over the Azure Service Bus transport, see NServiceBus Backends for .NET.