What’s the price of Windows Azure?
To say it short: It depends and till today I didn’t find an impartial meaning. At the austria Technet Microsoftis I found a “bill” of a Microsoft offer. This blogpost is just a little orientation for you…
Microsoft Bill for their Partner Logo Builder
The bill I’ve already talked about is from the MS Partner Logo Builder. If you want to know what this service is used to do take a look at this and this page.
![]()
The 825$ are the value per month. Depending on what John Roskills (the one who posted the bill) blogpost Microsoft earned a saving of 91% with Azure.
Who knows how realistic these numbers are.
“ROI-Calculator”
A very nice App is the Azure ROI Calculator which will help you to calculate the costs of a simple Azure application with the help of only a couple of information. There are also three types of “Profiles” (Small/Medium/Large) with example files. Small expresses almost the smallest configuration which is also recommended from Microsoft with SLA. If only one server is running (in the picture there are two servers) the SLA (Uptime of 99,95%) is not able to be warranted.
![]()
The floor price for Azure is about 100 Euro (141$) (1*small instance + SQL DB + some traffic) – with a second server (which is recommended!) it will be more expensive of course.
Offers
There are several offers available like for example the 90 days test or using Azure for less with a MSDN Subscription. A scheme of all offers you will find here.
Anyway that’s too expensive for me…
I don’t think that Azure is created for Hobby developer. For that the monthly costs are way too high. But there are analog costs at other “Cloudofferers” – Amazon EC2 is a little bit favorable but here you need to take care for the systems by yourself (Infrastructure-as-a-Service in opposite to Azures Platform-as-a-Service) – but both forms have their warranty I think. But of course it’s possible to host anything by yourself.
Beside the “cost” argument there are several other challenges at cloud-computing (doesn’t matter which provider): data privacy is another subject.
HowTo: migrate an established WebApp to Azure
The Windows Azure platform exists for a long time till now but I never had the chance to migrate an established Web application to Azure. I try to document this step by step. The first step is really easy: build a WebApp package and enter SQLAzure (the easiest way). "deferral" – my …
try out Windows Azure 90 days for free
If you like to test Windows Azure by yourself then today is your day because there is a new test offering. All you have to do is to enter this side, choose your country and enter “COMMUNITY” as promotion code. You don´t need a credit card or anything else just a Windows Live ID.
HowTo: AJAX Actionlink & ASP.NET MVC 3
In MVC framework there are some little helpers existing I´ve already written about in this blogpost – but in fact the functionality changed a little bit so here is an update for you. Problem: AJAX Actionlink delivers new sides back We have a standard MVC 3 Web Project and the following lines should …
Glimpse Web Debugging: Firebug for the Server side
How do I get to know what´s happening inside a web application without a lot of logging or to stop with the debugger everywhere? Today I was introduced to a nice helper: Glimpse – it works almost similar to firebug but it analyzes the server side What is Glimpse able to do? With …
Create your own cinema
I know this post is a little bit “žofftopic” but I´m sure that almost every developer/nerd dreams of his own cinema at home. After I was asked at Twitter about my own solution I thought it would be a good Idea to blog about it. Setup overview “Input” equipment - Xbox 360 - …
HowTo: Setup of WebDeploy / MSDeploy
A long time ago I´ve already spoken about MSDeploy. It was about how to integrate MSDeploy into your Building process. But I haven´t talked a lot about server configuration. That´s what I´m going to change today because sometimes MSDeploy or WebDeploy is used to be a little bit bitchy So how to configurate MSDeploy/WebDeploy? …
Package Management for .NET developer: NuGet
Those of you who are reading the blog of Phil Haack have properly heard something about NuGet. “Package Management” sounds a little bit bulky but if you are a developer you should take a look on NuGet – it pays NuGet? NuGet is an open source package management system which is developed from …
HowTo: use ASP.NET developments in VMWare & iPhone Simulator on a Mac
Those of you who are lucky owners of a Mac are able to register at the apple developer program for free and download several iPhone developer tools there. Also you can download a simulator for iPhone/iPad which probably works like a real iPhone/iPad. As ASP.NET developer I run Visual Studio in a VM. In …
Automatically deployment on windows azure with the help of a buildserver via powershell
During my last blogposts I´ve already talked about using TeamCity as a Buildserver. Because of we are using Windows Azure in our BizzBingo project the subject for today is how to create automatically new deploymnts on Azure – it´s easier than you might think “Visual Studio Deployment” == Fail! If you create a windows …



Recent comments