Troubleshooting tool–Azure WebJob TCP Ping
I’ve dropped a quick Visual Studio solution that has a simple Azure WebJob intended to run Continuously that does a Socket open (TCPPing) for a specific IP address and Port – intended to aid in identifying any network transient errors over time.
Located on Github here: https://github.com/cicorias/