Archive for the ‘Windows Azure’ Category

 

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 »

Azure Service Management API – via C#

January 6th, 2010

I previously published an article showing how the Service Management API and the csmanage tool could be used to aid in the deployment of your Windows Azure application as part of your daily build.
Once I had began playing with the API’s, I wanted to be able to use them within an application so that I [...]

Read full article | 1 Comment »

Azure Data Centres open Worldwide?

January 5th, 2010

  

This afternoon I noticed that I was able to select Europe and Asia regions to deploy my Azure application.
I have yet to see official word of these locations being available, but this must be for the move from CTP to production.

Read full article | No Comments »

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 »

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 »

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 »