Book Image

Building Hybrid Clouds with Azure Stack

Book Image

Building Hybrid Clouds with Azure Stack

Overview of this book

Azure Stack is all about creating fewer gaps between on-premise and public cloud application deployment. Azure Stack is the logical progression of Microsoft Cloud Services to create a true hybrid cloud-ready application. This book provides an introduction to Azure Stack and the cloud-first approach. Starting with an introduction to the architecture of Azure Stack, the book will help you plan and deploy your Azure Stack. Next, you will learn about the network and storage options in Azure Stack and you'll create your own private cloud solution. Finally, you will understand how to integrate public cloud using the third-party resource provider. After reading the book, you will have a good understanding of the end-to-end process of designing, offering, and supporting cloud solutions for enterprises or service providers.
Table of Contents (19 chapters)
Title Page
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

MySQL resource provider


A second resource provider, which is available for Azure Stack, is the MySQL resource provider. As a lot of services, specifically for web apps, are using a MySQL database to host all the details of their configuration and all the content they have in a website with some CMS systems (for example, WordPress, Drupal, or Joomla). In addition, lots of the small services that run with a SQL database work with MySQL.

That is one of the main reasons why a MySQL offering with your Azure Stack should be a valid option to prepare and offer services.

The resource provider consists of three components:

  • The MySQL resource provider adapter VM that is a Windows virtual machine running the provider services.
  • The resource provider itself, which processes requests and creates the database resources.
  • Servers that provide capacity for MySQL server, called hosting servers.

Preparations

To prepare the installation of the MySQL resource provider, you will have to meet the following requirement...