I’m struggling to get my head around the naming of Azure resources (particularly topics and subscriptions) when using the Messaging Bridge. It seems there is no need to ensure that the Bridge defines the same topic name that the Azure endpoints do - possibly because of the use of Azure Service Bus’ auto-forwarding feature, and the fact that the Bridge appears to write directly to queues when moving published events from on-prem MSMQ to an Azure-hosted subscriber endpoint.
I see that things have changed in NServiceBus.Transport.AzureServiceBus in terms of topic naming, and I want to understand if we need to do anything with our bridge or if the two things are completely decoupled.