What’s the price of Windows Azure?

 

imageTo 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.

 

image

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.

image

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.

Read more

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 …

Read more

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.

Read more

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 …

Read more

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 …

Read more

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 -  …

Read more

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? …

Read more

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 …

Read more

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 …

Read more

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 …

Read more

Recent Posts

  • Automated Security Analyser for ASP.NET websites

    Evil Hackers are lurking everywhere and many Web-applications are delicately and share “too much” with the attacker. A quick (first!) overview offers the Tool “ASafaWeb”. All the website does is making a few requests and writing an Analyses including problem solving’s. There are no permanent disadvantages (bad requests/ DoS attacks and so on). Example: KnowYourStack.com ...

  • image1489-570x194.png
    „Sign in with Twitter“ for your own ASP.NET WebApp

      “Sign in with Twitter” is a popular practice to authenticate the users on your website. One advantage compared to an own registration is the lower inhibition for the user. But on the other hand Twitter doesn’t fess up with all the information’s and you will get into a kind of addiction. At the end ...

  • image1485-570x194_thumb.png
    CodePlex is going to be updated

      CodePlex the Microsoft Open Source Project Hosting Plattform hasn’t changed that much in the last few years and for a few times I thought Microsoft stopped the whole developing process. But now I found out that there is still life in the project. Maybe it is because of the success of GitHub or because ...

  • image1474_thumb.png
    What does Adobe in the flash-free web? Magazine-Style Layouts with CSS Regions!

      Adobe is well known for Photoshop and Flash but of course there is a lot more. According to the “Future Post” from Google Adobe declared one of their big subjects on a Blogpost. I’m talking about the W3C Working Draft to CSS Regions. Adobe cooperates with the WebKit Team and W3C on this. What ...

  • image1471-523x194.png
    HTML 5 Games, Tooling & 3D

      Game Developing is an interesting subject for all kind of software developer. But as a web developer without any Flash-skills there aren’t that much starting points. With HTML5 and the combination between Javascript, CSS3 and fast browsers there are the first “robust” HTML5 games. HTML5 games? Is this real? Neowin created a “Top 10” ...

Support us