Migrating Applications to Windows Azure – System Configuration
Configure your Windows Azure Account and Development Environment
To get started developing for Windows Azure you will need an account. Before you can have an account you will need a Windows Azure token.
- Request a token by completing the application here. Tokens are generally issued within a few hours.
- Once you have received your token, redeem it at https://windows.azure.com.
Here is what you will need to develop solutions that follow this pattern:
- Download the Windows Azure Platform Training Kit
- Configure your local machine
- Supported Operating Systems: Windows 7; Windows Server 2008; Windows Vista
- Windows Vista SP1 (when installing on Windows Vista)
- IIS 7.0 (with ASP.NET, WCF HTTP Activation and optionally CGI)
- Microsoft Visual Studio 2008 SP1, Microsoft Visual Studio 2010 Beta 2 or Microsoft Visual Web Developer 2008 Express Edition with SP1
- SQL Server 2005 Express Edition (or above)
- Hotfix: Native Debugging Improvements (not required for Visual Studio 2010)
- Hotfix: Improve Visual Studio Stability (not required for Windows 7 RC or later)
- Hotfix: Support for FastCGI on the Development Fabric (not required for Windows 7 RC or later, or Windows Server 2008 SP2 or later)
- Download Tools & SDK
- View Windows Azure Sample Application and Code
Configure your environment for Silverlight 3 development
- Install the developer tools for Silverlight. If you don't have Visual Web Developer, download both using Web Platform Installer. This will install the SDK, developer runtimes, and Visual Studio project templates. If you already have Visual Studio, download the tools directly (the Silverlight 3 SDK is also available as a standalone download). For additional information, read the Overview and the Silverlight 3 Release Notes.
Expression Blend 3 + Sketchflow allows designers to graphically create UI’s for Silverlight 3 applications.
This tool allows you to prepare your images for use with the Deep Zoom feature in Silverlight 3.
This Toolkit is a Microsoft project containing Silverlight controls, components and utilities that can be downloaded and used in your Silverlight applications. It includes full source code, samples and tests.
Microsoft .NET RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. The RIA Services provides a pattern to write application logic that runs on the mid-tier and controls access to data for queries, changes and custom operations.