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

Subscription design management


Subscriptions should be designed in reference to good practice. One good practice for enterprise-level companies is to design subscriptions based on tiers. One important reason for design Azure Stack subscriptions in tiers is the possibility to scale the Azure Stack services based on your needs. During the deployment, the default subscription provider is being created. This one should be used to manage Azure Stack, deploy resource providers, and create tenant offers and plans. It should not be used to run customer workloads and applications.

As Azure Stack can be designed in an Azure-connected scenario and a disconnected one, the subscription design management has to rely on that model.

Subscriptions in connected scenarios

In a connected scenario, you have the possibility to connect Azure Stack to an Azure subscription. If you choose to set up Azure Stack based on an Azure subscription and you need to change this in future times, you will have to redeploy Azure...