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

Enabling DB QoS – the SQL resource governor


As you learned, Windows Azure Pack database as a service offering works in a sharing mode; that is, multiple tenants can access databases hosted on the same servers. Assuring the quality of the service in a shared multitenant shared cloud is necessary. The SQL resource governor feature of SQL 2014 Enterprise edition enables Windows Azure Pack to provide the quality of service control on the tenant's database.

The resource governor avoids scenarios where one tenant may consume more or all the resources that may affect the performance of other tenants' databases. This ensures that each tenant gets an equal share of resources as per the subscription.

Windows Azure Pack with SQL resource governors provides flexibilities to cloud providers to apply limits on the following parameters:

  • CPU

  • Memory

  • IOPS

The following are the architectural components of a SQL resource governor deployment or Windows Azure Pack DBaaS services:

  • SQL Server 2014 Enterprise edition servers...