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

Chapter 8. Delivering Database as a Service

The Database as a Service in cloud computing service models, delivers relational databases for applications and websites without worrying about its infrastructure and middleware layer. Developers or application owners are only required to create their databases in a self-service manner. This reduces the delivery time drastically and allows organizations to focus more on applications.

Windows Azure Pack supports a variety of databases servers and versions including Microsoft SQL Server and MySQL in an integrated and self-service manner. With a little more effort, almost every database supported on Hyper-V can be delivered.

In this chapter, we will be covering the following topics:

  • Windows Azure Pack DBaaS offerings overview

  • Planning the DBaaS platform fabric

  • Implementing SQL DBaaS

  • Implementing the MySQL resource provider fabric

  • SQL and MySQL DBaaS management operations – service providers

  • Enabling DB QoS – the SQL resource governor

  • Authoring DBaaS plans

  • DBaaS...