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.
No comments yet, be the first one to post comment.