RDN Express Blog

Blog archive

In Search of Apps Powered by Windows Azure

Microsoft unveiled its Azure platform and cloud computing strategy to developers at its Professional Developers Conference last October. So what types of apps and services have developers built and tested on Azure?

The Windows Azure Gallery showcases numerous samples, but the majority are not line-of-business apps.

The first external Azure app from Microsoft appeared in beta in late June. Called Microsoft Hohm, it is designed to help consumers monitor their home energy consumption and ultimately save money. The free online beta app, which requires a Windows Live ID and zip code, is currently available only to U.S. residents.

Troy Batterberry, the product unit manager of the Energy Management & Home Automation division at Microsoft, explained the origination of Hohm (formerly codenamed Niagara) in a July blog post and noted that it was built on Azure:

"All of this complex processing takes considerable computing resources. That is why we built Hohm on top of Azure, the new cloud operating system from Microsoft. With Azure, we can easily dispatch distributed high performance computing resources on demand as users visit our application."

In July, Microsoft finally announced its consumption-based pricing model for the Windows Azure Platform. Some people expect the more concrete pricing model to build interest in Azure. Many workshops and sessions are planned at PDC09 in November, along with a not so secret Bob Muglia keynote that will officially announce the commercialization of Windows Azure, .NET Services (excluding workflow) and SQL Azure.

Last month, Microsoft released Project Riviera on CodePlex, the first Azure line-of-business reference app, developed in collaboration with ISV partner Cumulux. Designed to support a Customer Loyalty Management program, the sample code uses multi-tenant storage via the Windows Azure Table and SQL Azure, Silveright 3 and several other technologies. Of particular interest is Project Riviera's use of Federation, the Geneva Framework and an upcoming Security Token Service, a scenario that is not currently supported in the Windows Azure July CTP. Cumulux offers a video and some explanation about building Project Riviera on its Web site.

With the anniversary of Azure fast approaching, we are looking for developers who have experimented or built apps with the Azure technologies. Your experiences or comments may find their way into the November cover story of Visual Studio Magazine. Tell us what you've learned or want to know about building software for the Azure cloud. Express your comments below or drop me a line at [email protected]

Posted by Kathleen Richards on 09/08/2009


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube