@Jeffrey-2116 WindowsAzure.ServiceBus is NOT deprecated for usage with Relay. It is only deprecated for use with Service Bus and Event Hubs. I know the statement at NuGet Gallery | WindowsAzure.ServiceBus 7.0.1 is NOT clear, and I will work on fixing that. But is that where you're getting their deprecation information from? please clarify.
How to setup Azure Relay with WCF?
Hello,
Currently the WindowsAzure.ServiceBus NuGet package is marked as deprecated. I am trying to use the suggested alternative (Azure.Messaging.ServiceBus or Microsoft.Azure.Relay) but these seem to not work when in combination with a WCF service.
I tried looking for documentation and I have found this resource: https://learn.microsoft.com/en-us/azure/azure-relay/service-bus-dotnet-hybrid-app-using-service-bus-relay, but this resource still uses WindowsAzure.ServiceBus.
So question is, is there a way to migrate to these new alternatives without removing the WCF aspect? Or do I just accept my fate and keep using the 'unofficial' deprecated package?