Tag Archive | "Azure"

Windows Azure fails with pricing model.

July 14, 2009 No comments yet

Their pricing model doesn’t work for applications.

Going live with Windows Azure

June 8, 2009 No comments yet

My notes on a live deployment.

Watch your time zones on Windows Azure!

June 8, 2009 3 comments

Make sure you compensate for server locale.

Deployment to Windows Azure

June 4, 2009 No comments yet

Here goes my first real deployment. The first thing you’ll notice is that you no longer need an application id. It looks like that was there for live authentication and so it has been decoupled for those not needing it by default. To deploy you just upload the application package and service configuration file. By [...]

Using Windows Azure with Amazon Simple DB

June 4, 2009 No comments yet

I have a great real world example of something that needs to be run in the cloud. Currently I have 2 types of applications running. One type is a sentinel and the other is a listener. There are many of these running today across three data centers. I want to know when one of these [...]

First Azure Worker Role

June 1, 2009 2 comments

A windows Azure example