Migrating an ASP.NET site to an Azure Web Role

Migrating existing ASP.NET sites to Azure is a process that right now must be performed manually (no sign yet of a migration tool).  The Azure Web Role is very similar to an ASP.NET web project but has some significant differences which unfortunately mean that a straight copy of the project won’t do the trick.

Read more

Publish and Deploy an Application on Windows Azure

In a previous article we looked at how to build a basic Azure application using Visual Studio. We now continue with how to publish and deploy that the application. For this demo we will be deploying a Web Role on Azure.

Read more

Azure Tutorial – Building a ‘Hello Azure’ App in Visual Studio

The first thing to do is download and install the Azure Tools & SDK , this installs the Visual Studio templates as well as a simulated Azure environment on your local machine.  To run the development environment from Visual Studio, you will need to run the Visual Studio as an admin.

Read more

Getting Started with Windows Azure Diagnostics and Monitoring

The Windows Azure diagnostics service runs side-by-side with your role instance and collects diagnostics data as dictated by the configuration. The diagnostics service saves the data to your Windows Azure storage service if it is configured to do so. The diagnostics service can also be communicated with remotely from on-premise apps (a good example of [...]

Read more

Azure Tools Start to Arrive [News]

A major impediment to Windows Azure’s adoption is the lack of tools to assist developers and admins, for example – DBA’s have to jump through hoops to back up a SQL Azure database as there are no backups tools are SQL Azure doesn’t yet have a native backup facility.

Read more

Migrating A SQL Server Database To SQL Azure

SQL Azure is essentially a cut down version of SQL Server and so we would expect that migrating from SQL Server to SQL Azure should be a straightforward task. However, in the first release of SQL Azure, the scripts generated by SQL Server Management Studio will require some extra cleanup since not all the [...]

Read more

Windows Azure Drive Overview

The Windows Azure Drive enables Windows Azure apps to use existing NTFS APIs for accessing a durable drive.   This can ease the pain in migrating  existing Windows apps to Windows Azure. Using Azure Drive, the app can read or write to a lettered drive letter (e.g., C:\) which represents a durable NTFS volume.  This drive [...]

Read more

Queue Polling In Azure

In a previous tutorial we showed how to create and receive a message from queue , we can now adding polling

Read more

Creating an Azure Queue Service

This simple tutorial demonstrates how to create a message on a queue and receive that message:

Read more

SQL Azure Update – Ability to Move Between SQL Azure Editions Added [News]

SQL Azure Database Service Update 1 has just gone live with several improvements to SQL Azure. Most importantly it is now possible to programatically move between the 1GB and 10GB SQL Azure editions (previously users were forced to do a migration!). This can be done using the following syntax:

Read more

How We Developed A LiveCam App on Windows Azure

Web cams allow users to view video streaming in a real time or get specific frames upon request. However, the cams can’t store video for a long time due to the resources required for storing video or photo collections. With this in mind, we decided to build the Enterra WebCam Viewer.

Read more

Who Will Use Azure? [Blog]

Opinions on Azure the likely uptake of Azure appear to be very polarized around the time of its launch. I think it is a given that 2010 will not see a rush to Azure – the inevitable teething issues, plus the unavailability of several key elements of the platf0rm (such as database backup) will be [...]

Read more

Azure To Introduce Virtual Machines [Blog]

Reports today suggest that Microsoft will introduce Remote Desktop and Virtual Machine support for Azure in March 2010.

Read more