Book Image

Building Clouds with Windows Azure Pack

By : Amit Malik
Book Image

Building Clouds with Windows Azure Pack

By: Amit Malik

Overview of this book

Windows Azure Pack is an on-premises cloud solution by Microsoft, which can be leveraged by Organizations and Services providers for building an enterprise class cloud solution. WAP provides consistent experience to Microsoft Azure, along with capabilities such as multi-tenancy, high density, self-service, automated. WAP can be leveraged to provide both IaaS & PaaS Offerings to internal and external customers. In this book, we will learn about planning and deployment of Cloud Fabric for Windows Azure Pack, Azure Pack components, VM Clouds and IaaS offerings, PaaS Offering including WebSites & Service Bus, DBaaS offerings, Automation with SMA, and extending capabilities with third party products integration and tenant experience for all services.
Table of Contents (18 chapters)
Building Clouds with Windows Azure Pack
Credits
About the Author
Acknowledgement
About the Reviewer
www.PacktPub.com
Preface
Index

WAP WebSites – architecture


The WebSites cloud solution consists of multiple roles and runs on multiple servers. All servers are based on Windows Server 2012 R2 (2012 is also supported). The overall solution makes use of Windows server capabilities, such as the dynamic Windows Process Activation Service, resource throttling, IIS, and more along with SQL database and website roles. Let's dive deeper into the architectural components of WebSites cloud solution.

WebSites cloud service roles

Windows Azure Pack-based websites cloud service consist of a minimum of six server roles:

  • WebSites controller: This role deploys and manages other roles. This is the first role to install, and it contains all media, setup, and configurations used for deploying and configuring other roles.

  • WebSites management server: This role communicates with Windows Azure Pack management portals and APIs. It exposes a Representational State Transfer (REST) endpoint that is used by WAP to connect and communicate with Website...