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

Planning the SMA infrastructure


SMA works on the distributed architecture to allow an easy and non-disruptive scale in and out of the operations. The following aspects must be taken into consideration while planning the infrastructure for SMA deployment:

  • Planning for availability

  • Planning for performance/capacity

Planning for availability

All the components of the SMA solution can be protected against a single point of failure by adding redundant servers. The following guidelines include the recommended configuration with respect to the availability of each role:

  • The SMA web service role: This is recommended to deploy multiple web service roles (the minimum recommendation is two for high availability) and configure with a load balancer. Any administrative endpoint such as the WAP portal must point to the load balancer to communicate with the SMA web service.

  • The SMA worker role: It is recommended to deploy multiple SMA worker roles (the minimum recommendation is two for high availability) to avoid...