tags:

views:

100

answers:

4

Hi,

I toyed around with Azure in January this year and though it looked great in theory, I wasn't even able to deploy a simple dummy application due to various bugs I encountered.

I'd like to have another look, however I don't want to spend another two days in vain. If you have recently tried Azure, I would be interested to hear about your experiences.

Thanks,

Adrian

A: 

Visual Studio 2010 added a BUNCH of functionality towards Azure development. I think it is enough to move Azure up to snuff for production apps. However, if you don't have Studio 2010, I would wait till you can get it.

tgolisch
+4  A: 

Yes, Xbox Live, Microsoft's BPOS suite, Live Messenger, and more all run on Azure.

If it can run Xbox Live, it can run your production app.

Ryan Hayes
I guess it could do that half a year ago already. But is it stable enough for every day hassle-free deployments? That's what failed last time I tried, which is why I wrote this...
Adrian Grigore
Yea, it's matured a lot. Especially over the last year. I would go with tgolisch's answer and only work with Azure in VS 2010. There are lots of great tools that let you debug your application locally very well, as seamlessly as any normal app you would write. Deployment to the cloud is still a bit of a hassle...but it is the cloud, and you do need to still jump through the proper hoops in order to make sure your app is setup properly to run on the "real" Azure cloud.
Ryan Hayes
One thing to note though, I recently attended Microsoft's Azure Boot Camp and there was a lot of mention that Azure would be undergoing a lot of changes soon (for the better, especially around SQL Azure and adding more functionality). So, while it's ready for production now, there will still be growing pains.
Ryan Hayes
+1  A: 

Windows Azure works for us and allows to deploy rather complex business solutions with rather impressive auto-scaling capabilities.

We have already migrated all of the major projects towards Azure so far.

Rinat Abdullin
A: 

Another example that I like (I was personally involved a teeny weeny bit so I'm biased :) ). All Twitter/Facebook results on Bing.com are piped through an engine that runs on Windows Azure. It consumes multiple realtime feeds and surfaces them on Bing. You can do the math on the scale since it is crunching on all of Twitter's data and has been doing so for months

Sriram Krishnan