WCF Hot Fix – Don’t be showing your nodes
January 25th, 2010
When browsing to a WCF endpoint hosted in an Azure web role you normally get back a web page for the service showing the location of the individual node / web role that is serving up your request (seen blurred out here) instead of the actual endpoint.
This isn’t great as you don’t want everyone knowing [...]
Service management API – REST on REST
January 11th, 2010
In a previous post I mentioned using the Service Management API sample library to call out to the Azure fabric from within a C# application.
The natural progression from here was to get the code working from within a web or worker role instance hosted within the cloud. Using a web role, I used the OnStart [...]