Q&A: How can I calculate the TCO and ROI when considering the Windows Azure Platform?

\]

Awareness of the existence of the Windows Azure Platform TCO and ROI Calculator remains pretty low based on some conversations I have had lately at events.

It is available in both online and offline versions and aims to help measure the potential savings of product development or migration to the Windows Azure Platform.

Lets take a quick example of a brand new car insurance site (Based on my depth work with… car insurance sites!). In brief:

  • We will start small
  • Need to connect to plenty of existing systems to get quotations
  • Store a lot of documents
  • We hope to gradually grow
  • There will be spikes if we run successful advertising campaigns.

First I profile the application:

image

This profile gave me a default set of services:

image

Which I further refined based on:

  • Some more computing instances as I expect to use worker roles to handle quote submission/harvesting asynchronously
  • More storage – for all those insurance documents!
  • Larger database

image

I left the cost page alone:

image

Which left me with the following ROI and

Saved me £94,513 in 10minutes. I need a promotion:-)

image

Which was broken down as:

image

Which I could further drill into e.g. by Month or by altering the basis of the On-Premise calculation. There really are a lot of knobs to turn**.** Which is why we also support collaboration on a model:

image 

I will upload the final report onto slideshare (I am just having a few issues with slideshare at the moment). But it does include plenty of detail about the basis of the calculation e.g.

image

vs

image

Enjoy. And share here anything good or bad it throws up. Thanks.

This article is part of the GWB Archives. Original Author: Eric Nelson

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.