Windows Azure Pack: Web Sites Overview

 

Applies To: Windows Azure Pack

Overview of Web Sites Roles

The Windows Azure Pack: Web Sites service uses a minimum of 6 server roles: Controller, Management Server, Front End, Web Worker, File Server, and Publisher. Also required is a SQL Server for the Web Sites runtime database. These roles are separate from, and in addition to, the servers that form an Express or Distributed installation of the Service Management API. The roles can be installed on physical servers or virtual machines.

WebSiteServerRoles

The Windows Azure Pack Web Sites service includes the following server roles:

Web Sites Controller - The controller provisions and manages the other Web Sites Roles. This role is installed first.

Management Server - This server exposes a REST endpoint that handles management traffic to the Windows Azure Pack Web Sites Management API.

Web Workers - These are web servers that process client web requests. Web workers are either Shared or Reserved (at minimum, one of each is required) to provide differentiated levels of service to customers. Reserved workers are categorized into small, medium, and large sizes.

Important

Because Web Workers run customer code, they represent a potential risk to the Web Sites infrastructure. After installation, you should configure IP Filtering from the Management Portal for Administrators to reduce the risk. For more information, see Configure IP filtering.

Front End - Accepts web requests from clients, routes requests to Web Workers, and returns web worker responses to clients. Front End servers are responsible for load balancing and SSL termination.

File Server - Provides file services for hosting web site content. The File Server houses all of the application files for every web site that runs on the Web Sites Cloud. For more detailed information, see Capacity Planning for Windows Azure Pack: Web Sites.

Publisher - Provides content publishing to the Web Sites farm for FTP clients, Visual Studio, and WebMatrix through the Web Deploy and FTP protocols.

Overview of SQL Server roles

A Windows Azure Pack environment that includes Windows Azure Pack: Web Sites requires the following three database categories:

For information on scaling up SQL Server, see Configuring SQL Server for High Availability.

See Also

Deploy Windows Azure Pack: Web Sites