So what is this Azure platform? What is cloud computing? I went to Southern California Code Camp. and attended the Azure presentations, as well as i attended the user group meetings. What is the cloud? Let’s say you are web developer, and you create a website; What do you do next? Publish it to a host so that everyone in the world can access to your site right? You can think Cloud environment as a hosting environment for you but there are some differences :). Microsoft Azure is a cloud environment from Microsoft.
One of the biggest difference is, your website will be in a datacenter that Microsoft (i am talking about Microsoft Azure when i mention Cloud in this post) owns. These datacenters (yes there is more than one geographically located around the world) are huge, and 7/24 up. These datacenters will synchronize your web application by checking the your visitors’ locations, For example if your application is in a datacenter at Southern California, and you are getting so many hits from Europe, your application will be copied to datacenter in Europe automatically to serve your visitors faster. This geo relocation will be done completely by Microsoft.
These servers will be patched by Microsoft, the security will be handled by Microsoft, uptime will be handled by Microsoft, power issues will be handled by Microsoft, ram, disk, cpu resources will be handled by Microsoft… You only have to worry about your application and your visitors. Some of you may be worried about data confidentiality; but think this, if Microsoft uses your data for their own business, and they are caught doing this; all their customers will leave them, and they will be left alone with their multi million dollar investments :).
This cloud computing in Microsoft world is called Windows Azure platform. You can think of Microsoft Azure, as the operating system of this cloud that supports some services such as: Microsoft .NET Services (of course :)), Live services, Sql Data Services.. Here is simple picture that shows Azure and its layers:

It is a simple topology i guess, just a virtual kinda operating system called Windows Azure, supporting some programming platforms, and you host your application here, that could be synced to multiple datacenters depending on the requests. So is this all? just a bunch of datacenters that syncs your app :) no not at all. There are more stuff in this system than just a distributed environment.
Now lets talk about some other advantages, If you host your web application in a host environment, after some time, if your web application gets good hits, you may want to buy a dedicated server to have more resources, and maybe later on if your business is really doing good, more servers or a web farm. However what if your application will be getting hits on some specific days such as a super bowl night, Christmas weekend or valentines day as more people will be shopping, will be buying more servers just for 10 days of the year? In the cloud environment, what you can do is ask for more ram, more machines instantly, use it, and then give it back, so you only get the resources you need, when you need it. For the ctp version, you request the resources through a configuration file, however in the release version it is said that, the system will scale the resources automatically, which means will add more cpu or ram when your application requires it (of course you will put a maximum resource limit in the configuration file).
Now that we have this super efficient, reliable, scalable computer network out there for us, how much will Microsoft charge us? Don't know, as they haven't announced it. All i know is the price will be comparable and affordable to other Cloud network suppliers (such as Google or Amazon).
I will download the tools to start doing some experiments, and will be posting my experiences too. Stay tuned :)
Tags: