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

App Service resource provider


Azure Stack App Services is the first resource provider that has been brought directly to Azure Stack. It provides the following instances:

  • Controller
  • Management (two instances are created)
  • Frontend
  • Publisher
  • Worker (in the Shared mode)
  • File server

At first, we will need to create an App Service resource provider. The pricing container for applications is called an App Service plan, and it is a set of dedicated VMs used to present the apps. The resource provider administrators are able to define the worker tiers they want to make available. This can be multiple sets of shared workers or different sets of dedicated workers.

Preparations

App Service requires two databases to run the App Service resource provider. During the installation, it is possible to choose and define the SQL Server instance. The question is whether you should use the Microsoft SQL resource provider for these databases or a dedicated one. The answer to this question is quite easy as it depends (like...