Tuesday, February 2, 2010

Azure ROI Calculator New Address


Neudesic's Azure ROI Calculator has a new address due to Windows Azure going live. The calculator is now available at http://neudesic.cloudapp.net/azureroi.aspx.

Azure ROI Calculator and other Neudesic cloud links can be found at neudesic.com/cloud.

Although Microsoft has made a comprehensive TCO tool available at Azure.com, the Azure ROI calculator is a useful complementary tool when you need to quickly compute monthly charges or ROI without going though a lot of dialogs.

Monday, November 16, 2009

Dr. McCloud Blog Launched

You may have seen some tongue-in-cheek but technically serious cloud articles on this blog from time to time under the pseudonym "Dr. McCloud". Dr. McCloud's practice is growing at a phenomenal rate and he now has his own blog at http://drmccloud.blogspot.com/. We wish Dr. McCloud well as he evangelizes the masses about the goodness of cloud computing with Windows Azure and overcomes discomfort with his excellent bedside manner. The Doctor is In.

Friday, November 13, 2009

Upcoming O.C. Azure User Group Nov 2009 Meeting on Rich Internet Applications

The next Orange County Azure User Group Meeting is Thursday 11/19/2009 6:00-08:00 PM.

The topic for the November meeting is Rich Internet Applications. RIAs are the new wave in application development: they provide a rich user experience, are often hosted in the cloud, are highly scalable, and leverage new thinking and new technology in their design. At the meeting, we'll see RIA demos and create our own RIA using Microsoft's Azure, Silverlight, and .NET RIA Services technologies. We’ll also have an update of Azure announcements made at PDC 2009.

Pizza, beverages, and give-aways will be provided. RSVP at http://www.clicktoattend.com/?id=142708

As usual, we're meeting at QuickStart Intelligence in Irvine:

QuickStart Intelligence
16815 Von Karman Ave., Ste 100
Irvine, CA 92606

Monday, November 2, 2009

Goodbye, LifeTracks (259 days of uptime in the cloud)

With the Azure Northwest Data Center closing, I reluctantly shut down my longest-running Azure application today, LifeTracks. LifeTracks was my first significant Azure application, written over Thanksgiving 2008. Though it was pretty raw compared to what I can do today with Azure and preceded my Silverlight days, I was still rather proud of it. It incorporated Windows Live ID authentication, Windows Azure hosting, and Windows Azure Blob storage and was one of the first Azure demo applications.

LifeTracks is also where I learned some important Azure best practices. Initially, when I would show someone the app it would sometimes not be available. I would re-deploy and it would be fine for a while, but before long it would again not be available. At first I chalked this up to the platform being in its early stages, but someone from the Azure product team explained that the problem was more likely that I was running a single instance which was probably being frequently taken down for patching. Azure has a very nice system for sequencing patches and updates, but if you're only running a single instance that doesn't help you.

On February 16th I upped my deployment to 2 instances, and there was a night and day difference. LifeTracks has run uninterrupted from 02/16/09 to 11/02/09, 259 days of rock solid uptime in the cloud. Even the partial outage Azure experienced in March didn't take down LifeTracks. I think this shows how reliable Azure has been even during this preview period.


Saturday, October 31, 2009

The Azure Handbook

It's official, I'm writing an Azure book (isn't everybody?). The Azure Handbook is in progress and should become available not too long after the Azure 1.0 release. I'm expecting it will be available as both an e-book and a print book.

The Azure Handbook will cover the full Azure platform (Windows Azure, SQL Azure, .NET Services) from both business and technical perspectives.

In the spirit of all good technical books these days, I want lots of feedback before it's published. There's a book site up at http://AzureHandbook.com where I'll be posting chapters for feedback as I write them. (And yes, the site is of course hosted in Windows Azure).



I have some specific goals for this book. It's my fourth technical book, and I've certainly learned some lessons from the previous ones that now make me a better writer.

Commitment #1: Shoot for brevity. This book will have lots of good things in it, but it's not going to be any longer than it needs to be. I'll be packaging the content as simply and clearly as possible. Nor will it regurgitate content that is readily available online already such as reference documentation.

Commitment #2: Don't repeat yourself. There was a time when I tried to write books where each chapter could stand completely on its own. This turns out to be a bad idea, as plenty of people will read a book through and resent the repetition. So, no repetition: just a logical progression of material with cross referencing as needed.

Commitment #3: Keep it up to date. As long as the book is active, I'll keep updates on the book site to keep the content current--up until the next major release of Azure.

I'm excited to write this book. I expect the content will flow easily as I'm speaking on Azure, writing on Azure, or developing in Azure just about every day now. I've also been fortunate enough to get experience with early adopters which is a big help in communicating what the experience is and what the best practices are shaping up to be.

Azure ROI Calculator Updated With Better International Support

Neudesic's popular Azure ROI Calculator has been updated to work better for users outside of the U.S. (that is, for those with regional settings besides English-US).

Even though the calculator only reflects the U.S. pricing announced in July, it turns out lots of people outside the U.S. still want to use the calculator. In this update the calculator will correctly format and compute charges regardless of your locale settings.



Friday, October 30, 2009

Azure Storage Explorer 3.0 Beta Now Available

I'm pleased to announce Azure Storage Explorer version 3.0 is now available as a beta release on CodePlex. Azure Storage Explorer is Neudesic's free tool for viewing and managing Windows Azure blobs, queues, and tables.

This third generation of Azure Storage Explorer has a fresh new user interface and many new features. Text blobs can be edited within the tool, and each of Windows Azure's storage types (blobs, queues, tables) can be imported/exported between the cloud and your local file system.



For tables, you can import or export records from spreadsheet CSV files, allowing you to conveniently use Excel to work with table data locally.





As this is a beta, users are advised to be careful in their use of it and to back up their cloud data frequently.

The formal release of Azure Storage Explorer 3.0 will come shortly after the release of Azure 1.0 in November. As always, Azure Storage Explorer is and will remain free.