Jul 22 2009

Simon in the cloud: deploying your existing Silverlight application to the Windows Azure platform

Windows Azure July 2009 CTP is now available: you can download the Windows Azure Tools for Microsoft Visual Studio from here.

It’s now possible to associate an ASP.NET Web Application project in a Cloud Service solution as a Web Role: in this way it’s pretty simple to deploy a Silverlight Web application to Windows Azure without making any change.

To try this new feature, I’ve deployed the Silverlight version of Simon (I already blogged about this cool project by David J Kelley), you can try it here: http://azuretestapp.cloudapp.net/.

How to achieve this task?

First of all install the Windows Azure Tools for Microsoft Visual Studio July 2009 CTP and then request a token in order to create your Azure application (detailed information are available in this great tutorial).

Then, open your Silverlight solution and add a new “Cloud Service” project (I’ve named it “SimonAzureService“).

SilverlightAzureFig01

Inside this new project, right click the section “Roles“->”Add“->”Web Role Project in solution” and select your Silverlight Web application project (“SimonSilverlight.Web“).

SilverlightAzureFig02

Done! You can now right click the “Cloud Service” project and publish it using the Windows Azure portal.

SilverlightAzureFig03

A quick tip: if your Silverlight plug-in is hosted on a simple html page (Index.html, for example), you have to modify the web.config file and add the following setting in the <system.Webserver> section:

 <defaultDocument>
      <files>
        <add value=”Index.html”/>
      </files>
 </defaultDocument>

All the source code is available for download from the project site on codeplex.


May 16 2009

Wolfram Alpha is on-line!

I have already blogged about this new computational knowledge engine by Wolfram Research, as promised it’s now on-line at this address http://www.wolframalpha.com

alpha_website

Enjoy! 


Apr 7 2009

Invitation codes no more needed to sign up for the Azure .NET services

Great news … You don’t need an invitation code anymore to provision services on Azure. Just sign in with a Windows Live ID and you’re ready to go.

Goto http://portal.ex.azure.microsoft.com/

Read the original post.

Update:  Invitation codes are still required for Windows Azure, but no longer for the .NET Services.


Mar 24 2009

Silverlight 3 Out-of-Browser Apps vs. Live Framework Mesh-Enabled Web Applications

Read this article by Kevin Hoffman.


Mar 18 2009

Windows Azure for Developers

The new developer portal is on-line: http://dev.windowsazure.com/

Also available the March 2009 CTP of the Windows Azure SDK and Windows Azure Tools for Microsoft Visual Studio. These latest releases are available here:


Mar 12 2009

Windows Azure SQL Data Services: now with full relational database capabilities

Click here to read the details.


Feb 4 2009

Scalable Windows hosting: Mosso vs. EC2 vs. Azure

In this article, Tim Greenfield shares his impressions about the available choices for scalable Windows hosting: Mosso, Amazon EC2 and Windows Azure.


Feb 2 2009

Video – Creating Silverlight Mesh-enabled Web Applications

This is really a great starting point, click here to watch the video by Mik Chernomordikov.


Jan 23 2009

Sample application: Azure Issue Tracker

The Azure Services Evangelism team has announced the release of the “Azure Issue Tracker” sample application:


Jan 15 2009

January 2009 CTP of the Windows Azure Tools and SDK released

Available for download: