My \'LocalClient\' app is in a corporate LAN behind an HTTP proxy server (ISA). The first Azure API call i make - CloudQueue.CreateIfNotExist() - causes an exceptio
CloudQueue.CreateIfNotExist()
I actually found that the custom proxy solution was not required.
Adding the following to app.config (just before the ) did the trick for me: