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 DBaaS platform fabric


In this topic, we will be discussing the planning of the shared DBaaS platform fabric for both SQL and MySQL database services.

Planning the database server's groups

In Windows Azure Pack, both SQL and MySQL DB servers are categorized under groups. A group may contain multiple, standalone, or clustered database servers that can be either virtual or physical. WAP plans are configured to provide cloud database offerings services to tenants using groups. Both SQL and MySQL groups work independently; that is, a group cannot have a mix of both SQL and MySQL databases.

DB server groups work in a shared mode; that is, they host databases for multiple users or tenants in a shared instance.

Organizations or service providers can plan to create multiple groups depending upon requirements and strategies, such as one group is for high-end database hosting in terms of size and performance, whereas another can be a non-HA group.

Organizations utilizing Windows Azure Pack...