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 [...]

Read full article | No Comments »

Paying or Not Paying?

January 24th, 2010

I have recently been asked a number of questions both internally and from customers about when you will be billed for Azure usage.
As Eric Nelson’s recent post describes, if you suspend a service you will still be paying this is due to the fact you will still have your application deployed on the server ready [...]

Read full article | No Comments »

Windows Azure Memcached-ed

January 18th, 2010

Memcached is a distributed cache used to help speeding up large scale web applications by taking pressure off the database. Memcached is used by many of the internets biggest sites, including Twitter, Wikipedia, and YouTube to name just a few.
A distributed cache is one of the things that I’ve been hoping to see released for [...]

Read full article | 1 Comment »

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 [...]

Read full article | No Comments »

Keeping an Eye on Earth

November 23rd, 2009

Over the past few months I have been part of an extremely exciting project, I am pleased that I am finally able to share it with you.
Eye On Earth is a new application that provides air and water quality to more than 500 million people across Europe, using both measurement stations and modelling data, along [...]

Read full article | 1 Comment »

Azure TCO and ROI Calculator

November 22nd, 2009

PDC brought a lot of new cloud content to Azure, however one great feature that has been added to the Windows Azure portal seems to have been slightly overlooked.
The total cost of ownership (TCO) and return on investment (ROI) calculator allows end users and organisations see how much money they are likely to save [...]

Read full article | No Comments »

Eye on Earth – Video Demo

November 17th, 2009

As part of the Eye On Earth (link) launch today, we have a video demonstration of the project by Ludo de Bock  (Senior Director – Microsoft)along with a discussion about how the project can engage both European citizens and governments using real time environmental data by Rob Bernard (Chief Environmental Strategist – Microsoft) and Prof. [...]

Read full article | No Comments »

UK MSDN Flash – 4th November 2009

November 14th, 2009

Last week I had an article featured in the UK MSDN Flash magazine, the article was describing how I have set up your automated builds to deploy to Windows Azure using the recently released management services.

The article “Deploying to the Cloud as Part of Your Daily Build” can be found here.
You can also find [...]

Read full article | No Comments »

What Is Azure? – Reading Geek Night

November 13th, 2009

I mentioned in my last post that I presented on “What Is Windows Azure?” at the first Reading Geek Night. This presentation was aimed at people who are new to the world of Windows Azure and aimed to be a quick introduction to wet their appetites.

What Is Windows Azure
View more presentations from domgreen.

 
In good presentation [...]

Read full article | No Comments »

Deploying to the Cloud as Part of Your Daily Build

September 29th, 2009

I have recently been working on a big Azure application that we have been wanting to deploy to the cloud and test, to make sure that no unexpected bugs occur whilst the application is in the wild and give the opportunity to see how it performs.
Now the big problem has been deploying our application to [...]

Read full article | 2 Comments »