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

Implementing SQL DBaaS


Implementing SQL Server DBaaS services involves the following steps:

  • Planning SQL Server fabric groups

  • Installing and configuring SQL Server Standalone or Always On Servers

  • Creating SQL Server groups

  • Adding SQL Servers to the groups

  • Creating plans and assigning services

The installation and configuration of SQL Standalone or Always On isn't covered in this book. It is recommended to follow Microsoft's standard guidelines and best practices for installing and configuring SQL Servers. The SQL Server installation guides can be found at https://msdn.microsoft.com/en-us/library/bb500442.aspx.

Creating SQL groups

The following steps outline the process to create SQL groups:

  1. Log into the Windows Azure Pack management portal for administrators.

  2. Browse the sql servers workspace.

  3. Click on Create a SQL Server Group.

  4. Provide GROUP NAME, choose the type that is Standalone servers orHigh availability (Always on enabled) and select the checkbox to enable the SQL resource governance (this will...