我们有Azure 4订阅,每个订阅包含一个Event Hub实例。其中一个实例没有响应,来自我们的应用程序日志:
Jan 05 10:53:10 ERROR CheckFacade - Azure event hub connection failed. EndPoint: sb://xxxx.servicebus.windows.net/, ...
Jan 05 10:53:10 System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Jan 05 10:53:10 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Jan 05 10:53:10 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Jan 05 10:53:10 at Microsoft.Azure.EventHubs.Amqp.AmqpEventHubClient.<CreateConnectionAsync>d__31.MoveNext()
...
1次2次连接尝试失败。有没有办法看到Event Hub日志来解决这个问题?
注意:Azure支持建议在此处提出此问题。