Windows Azure Storage Table connection timed out
问题 When running a service for a long time (a couple of days) I receive a connection timeout exception from Windows Azure Table Storage. Even the get table api returns this exception. Why does it occur and how can I solve this? 回答1: In addition to Gaurav's answer, the other common cause of this issue is port exhaustion. See http://blogs.msdn.com/b/windowsazurestorage/archive/2013/08/08/net-clients-encountering-port-exhaustion-after-installing-kb2750149-or-kb2805227.aspx for more information. 回答2: