10
shouts

Azure Table Storage – How to Install and Setup

published 422 days, 17 hours, 34 minutes ago posted by beebee 423 days, 9 hours, 40 minutes ago
Monday, January 19, 2009 5:04:12 PM GMT Monday, January 19, 2009 12:58:12 AM GMT

Introduction to Configuring for Azure Table Storage

We will be working on the Thumbnails example, which is installed with the Windows Azure SDK.

Thumbnails

The Thumbnails sample is a service that demonstrates a web role and a worker role.

What are web roles and worker roles?

A Windows Azure application can't actually see the VM it's running in.

A developer isn't allowed to supply his own VM image for Windows Azure to run, nor does he need to worry about maintaining this copy of the Windows operating system.

Instead, the CTP version lets a developer create .NET 3.5 applications using Web role instances and/or Worker role instances.

category: Web Service | clicked: 12 | | source: blogs.msdn.com | show counter code
tags: Azure, Web Services