While connecting to signalr that is configured to use the azure service bus, we are getting 502 and 500 errors since a few hours. The connect and abort fail:
gives a standard 502 error and
gives the following exception.
Exception Details: System.ServiceModel.FaultException: 50002: Provider Internal Error, Resource:sb://metaphora.servicebus.windows.net/signalr_topic_metaphorasignalr_4/subscriptions/752b0eb8-5797-4781-b729-59a74afa5a7a. TrackingId:e2eb137f-2cac-45d8-b366-fa8585c6c2d2_G39, SystemTracker:metaphora.servicebus.windows.net:SIGNALR_TOPIC_MetaphoraSignalR_4/Subscriptions/752b0eb8-5797-4781-b729-59a74afa5a7a, Timestamp:11/14/2017 4:22:01 PM
Also our topics are gone in the azure service bus admin. Is there a problem with the service bus?