Are there any logs on a cloud service web role with details of outbound traffic?
I would like to check http requests made to a third party web service in the past.
Quick summary of my situation to provide some context:
I have a Reserved IP.
The web site uses HttpClient to POST to the third party web service and the Reserved IP is required to be authorized.
I have been using web roles for about 6 months but yesterday I had a problem where all requests to the third party suddenly stop being authorized.
RDP to the server and browsing to http://www.whatismyip.com/ shows that the Reserved IP is still being used.
I had to resolve the issue quickly and restarting the cloud service worked; after which requests to the 3rd party are now being authorized again.
The third party insists their service was not experiencing any issues but unfortunately they will provide more information to help me troubleshot.
Now I'm trying to find what the cause of the issue was.
Any advice on how to troubleshot outbound traffic requests would be much appreciated.