Windows Azure Learning Plan - Compute
Posted
by BuckWoody
on SQL Blog
See other posts from SQL Blog
or by BuckWoody
Published on Tue, 11 Jan 2011 15:00:47 GMT
Indexed on
2011/01/11
18:57 UTC
Read the original article
Hit count: 506
This is one in a series of posts on a Windows Azure Learning Plan. You can find the main post here. This one deals with the "compute" function of Windows Azure, which includes Configuration Files, the Web Role, the Worker Role, and the VM Role. There is a general programming guide for Windows Azure that you can find here to help with the overall process.
Configuration Files |
Configuration Files define the environment for a Windows Azure application, similar to an ASP.NET application. This section explains how to work with these. |
General Introduction and Overview |
http://blogs.itmentors.com/bill/2009/11/04/configuration-files-and-windows-azure/ |
Service Definition File Schema |
|
Service Configuration File Schema |
|
Windows Azure Web Role |
The Web Role runs code (such as ASP pages) that require a User Interface. |
Web Role "Boot Camp" Video |
|
Web Role Deployment Checklist |
|
Using a Web Role as a Worker Role for Small Applications |
|
Windows Azure Worker Role |
The Worker Role is used for code that does not require a direct User Interface. |
Worker Role "Boot Camp" Video |
|
Worker Role versus Web Roles |
|
Deploying other applications (like Java) in a Windows Azure Worker Role |
http://blogs.msdn.com/b/mariok/archive/2011/01/05/deploying-java-applications-in-azure.aspx |
Windows Azure VM Role |
The Windows Azure VM Role is an Operating System-level mechanism for code deployment. |
VM Role Overview and Details |
|
The proper use of the VM Role |
© SQL Blog or respective owner